ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SgCompoundInitializer Member List

This is the complete list of members for SgCompoundInitializer, including all inherited members.

accept(ROSE_VisitorPattern &visitor)SgCompoundInitializervirtual
addNewAttribute(std::string s, AstAttribute *a)SgLocatedNodevirtual
addRegExpAttribute(std::string s, AstRegExAttribute *a)SgCompoundInitializer
addToAttachedPreprocessingInfo(PreprocessingInfo *prepInfoPtr, PreprocessingInfo::RelativePositionType locationInList=PreprocessingInfo::after)SgLocatedNode
append_initializer(SgExpression *what)SgCompoundInitializer
AST_FILE_IO classSgCompoundInitializerfriend
AstSpecificDataManagingClass classSgCompoundInitializerfriend
AstSpecificDataManagingClassStorageClass classSgCompoundInitializerfriend
attributeExists(std::string s) const SgLocatedNodevirtual
base_node_type typedefSgCompoundInitializer
buildCommandLineToSubstituteTransformationFile(const std::vector< std::string > &argv, std::string newFileName)SgNodestatic
cfgFindChildIndex(SgNode *n)SgExpressionvirtual
cfgFindNextChildIndex(SgNode *n)SgExpressionvirtual
cfgForBeginning()SgNodeinline
cfgForEnd()SgNodeinline
cfgIndexForEnd() const SgInitializervirtual
cfgInEdges(unsigned int index)SgCompoundInitializervirtual
cfgIsIndexInteresting(unsigned int index) const SgExpressionvirtual
cfgOutEdges(unsigned int index)SgCompoundInitializervirtual
checkDataMemberPointersIfInMemoryPool()SgCompoundInitializervirtual
class_name() const SgCompoundInitializervirtual
clearGlobalMangledNameMap()SgNodestatic
copy(SgCopyHelp &help) const SgCompoundInitializervirtual
depthOfSubtree()SgNode
executeVisitorMemberFunction(ROSE_VisitorPattern &visitor)SgCompoundInitializer
fixupCopy(SgNode *copy, SgCopyHelp &help) const SgExpressionvirtual
generateMatchingFileInfo()SgLocatedNode
get_attachedPreprocessingInfoPtr() const SgLocatedNode
get_attributeMechanism() const SgLocatedNodevirtual
get_childIndex(SgNode *child)SgCompoundInitializervirtual
get_endOfConstruct() const SgLocatedNodevirtual
get_expression_type() const SgCompoundInitializer
get_file_info(void) const SgExpressionvirtual
get_freepointer() const SgNode
get_global_qualification_required() const SgExpressionvirtual
get_global_qualified_name() const SgExpression
get_globalFunctionTypeTable()SgNodestatic
get_globalMangledNameMap()SgNodestatic
get_globalQualifiedNameMapForNames()SgNodestatic
get_globalQualifiedNameMapForTypes()SgNodestatic
get_globalTypeNameMap()SgNodestatic
get_globalTypeTable()SgNodestatic
get_initializers() const SgCompoundInitializer
get_is_explicit_cast() const SgInitializer
get_isModified() const SgNode
get_isVisited() const ROSE_DEPRECATED_FUNCTIONSgNode
get_lvalue() const SgExpression
get_name_qualification_length() const SgExpressionvirtual
get_need_paren() const SgExpression
get_next(int &n) const ROSE_DEPRECATED_FUNCTIONSgCompoundInitializer
get_numberOfTraversalSuccessors()SgCompoundInitializervirtual
get_operatorPosition() const SgExpression
get_originalExpressionTree() const SgExpressionvirtual
get_parent() const SgNode
get_qualified_name_prefix() const SgExpression
get_qualified_name_prefix_for_referenced_type() const SgExpression
get_shortMangledNameCache()SgNodestatic
get_startOfConstruct() const SgLocatedNodevirtual
get_traversalSuccessorByIndex(size_t idx)SgCompoundInitializervirtual
get_traversalSuccessorContainer()SgCompoundInitializervirtual
get_traversalSuccessorNamesContainer()SgCompoundInitializervirtual
get_type() const SgCompoundInitializervirtual
get_type_elaboration_required() const SgExpressionvirtual
getAttachedPreprocessingInfo(void)SgLocatedNode
getAttribute(std::string s) const SgLocatedNodevirtual
getChildIndex(SgNode *childNode) const SgCompoundInitializervirtual
getClassHierarchySubTreeFunction(VariantT v)SgNodestatic
getClassHierarchySubTreeFunction(VariantT v, std::vector< VariantT > &)SgNodestatic
getFilenameString() const SgLocatedNode
hasExplicitType()SgExpression
isChild(SgNode *node) const SgNode
isChildUsedAsLValue(const SgExpression *child) const SgExpressionvirtual
isDefinable() const SgExpressionvirtual
isInMemoryPool()SgCompoundInitializervirtual
isLValue() const SgExpressionvirtual
isSgCompoundInitializer(SgNode *s)SgCompoundInitializerfriend
isSgCompoundInitializer(const SgNode *s)SgCompoundInitializerfriend
isUsedAsDefinable() const SgExpressionvirtual
isUsedAsLValue() const SgExpressionvirtual
memoryUsage()SgCompoundInitializerstatic
numberOfAttributes() const SgLocatedNodevirtual
numberOfNodes()SgCompoundInitializerstatic
numberOfNodesInSubtree()SgNode
operator delete(void *pointer, size_t size)SgCompoundInitializer
operator delete(void *pointer)SgCompoundInitializer
operator new(size_t size)SgCompoundInitializer
p_attachedPreprocessingInfoPtrSgLocatedNodeprotected
p_attributeMechanismSgLocatedNodeprotected
p_endOfConstructSgLocatedNodeprotected
p_expression_typeSgCompoundInitializerprotected
p_freepointerSgNodeprotected
p_global_qualified_nameSgExpressionprotected
p_globalFunctionTypeTableSgNodeprotectedstatic
p_globalMangledNameMapSgNodeprotectedstatic
p_globalQualifiedNameMapForNamesSgNodeprotectedstatic
p_globalQualifiedNameMapForTypesSgNodeprotectedstatic
p_globalTypeNameMapSgNodeprotectedstatic
p_globalTypeTableSgNodeprotectedstatic
p_initializersSgCompoundInitializerprotected
p_is_explicit_castSgInitializerprotected
p_isModifiedSgNodeprotected
p_lvalueSgExpressionprotected
p_need_parenSgExpressionprotected
p_operatorPositionSgExpressionprotected
p_parentSgNodeprotected
p_shortMangledNameCacheSgNodeprotectedstatic
p_startOfConstructSgLocatedNodeprotected
post_construction_initialization()SgCompoundInitializervirtual
precedence() const SgExpressionvirtual
processDataMemberReferenceToPointers(ReferenceToPointerHandler *)SgCompoundInitializervirtual
removeAttribute(std::string s)SgLocatedNodevirtual
replace_expression(SgExpression *, SgExpression *) ROSE_DEPRECATED_FUNCTIONSgCompoundInitializervirtual
returnDataMemberPointers() const SgCompoundInitializervirtual
roseRTI()SgCompoundInitializervirtual
sage_class_name() const ROSE_DEPRECATED_FUNCTIONSgCompoundInitializervirtual
set_attachedPreprocessingInfoPtr(AttachedPreprocessingInfoType *attachedPreprocessingInfoPtr)SgLocatedNode
set_attributeMechanism(AstAttributeMechanism *attributeMechanism)SgLocatedNodevirtual
set_endOfConstruct(Sg_File_Info *endOfConstruct)SgLocatedNode
set_explicitly_stored_type(SgType *type)SgExpression
set_expression_type(SgType *expression_type)SgCompoundInitializer
set_file_info(Sg_File_Info *X)SgExpressionvirtual
set_freepointer(SgNode *freepointer)SgNode
set_global_qualification_required(bool global_qualification_required)SgExpressionvirtual
set_global_qualified_name(bool global_qualified_name)SgExpression
set_globalFunctionTypeTable(SgFunctionTypeTable *globalFunctionTypeTable)SgNodestatic
set_globalQualifiedNameMapForNames(const std::map< SgNode *, std::string > &X)SgNodestatic
set_globalQualifiedNameMapForTypes(const std::map< SgNode *, std::string > &X)SgNodestatic
set_globalTypeNameMap(const std::map< SgNode *, std::string > &X)SgNodestatic
set_globalTypeTable(SgTypeTable *globalTypeTable)SgNodestatic
set_initializers(SgExprListExp *initializers)SgCompoundInitializer
set_is_explicit_cast(bool is_explicit_cast)SgInitializer
set_isModified(bool isModified)SgNode
set_isVisited(bool isVisited) ROSE_DEPRECATED_FUNCTIONSgNode
set_lvalue(bool lvalue)SgExpression
set_name_qualification_length(int name_qualification_length)SgExpressionvirtual
set_need_paren(bool need_paren)SgExpression
set_operatorPosition(Sg_File_Info *operatorPosition)SgExpression
set_originalExpressionTree(SgExpression *X)SgExpressionvirtual
set_parent(SgNode *parent)SgNode
set_startOfConstruct(Sg_File_Info *startOfConstruct)SgLocatedNode
set_type_elaboration_required(bool type_elaboration_required)SgExpressionvirtual
setAttribute(std::string s, AstAttribute *a)SgLocatedNodevirtual
setCompilerGenerated()SgLocatedNode
setFrontendSpecific()SgLocatedNode
setOutputInCodeGeneration()SgLocatedNode
setSourcePositionUnavailableInFrontend()SgLocatedNode
SgCompoundInitializer(const SgCompoundInitializerStorageClass &source)SgCompoundInitializer
SgCompoundInitializer(Sg_File_Info *startOfConstruct, SgExprListExp *initializers=NULL, SgType *expression_type=NULL)SgCompoundInitializer
SgCompoundInitializer(SgExprListExp *initializers, SgType *expression_type)SgCompoundInitializer
SgCompoundInitializer_clearMemoryPool()SgCompoundInitializerfriend
SgCompoundInitializer_extendMemoryPoolForFileIO(unsigned long)SgCompoundInitializerfriend
SgCompoundInitializer_getNextValidPointer(std::pair< SgCompoundInitializer *, std::vector< unsigned char * >::const_iterator > &)SgCompoundInitializerfriend
SgCompoundInitializer_getNumberOfValidNodesAndSetGlobalIndexInFreepointer(unsigned long)SgCompoundInitializerfriend
SgCompoundInitializer_getPointerFromGlobalIndex(unsigned long globalIndex)SgCompoundInitializerfriend
SgCompoundInitializer_resetValidFreepointers()SgCompoundInitializerfriend
SgCompoundInitializerStorageClass classSgCompoundInitializerfriend
SgExpression(const SgExpressionStorageClass &source)SgExpression
SgExpression(Sg_File_Info *startOfConstruct)SgExpression
SgExpression()SgExpression
SgInitializer(const SgInitializerStorageClass &source)SgInitializer
SgInitializer(Sg_File_Info *startOfConstruct)SgInitializer
SgInitializer()SgInitializer
SgLocatedNode(const SgLocatedNodeStorageClass &source)SgLocatedNode
SgLocatedNode(Sg_File_Info *startOfConstruct=NULL)SgLocatedNode
SgNode(const SgNodeStorageClass &source)SgNode
SgNode()SgNode
static_variant enum valueSgCompoundInitializer
traverseMemoryPoolNodes(ROSE_VisitTraversal &visit)SgCompoundInitializerstatic
traverseMemoryPoolVisitorPattern(ROSE_VisitorPattern &visitor)SgCompoundInitializerstatic
unparseToCompleteString()SgNode
unparseToString(SgUnparse_Info *info) const SgNodevirtual
unparseToString() const SgNode
unsetCompilerGenerated()SgLocatedNode
unsetFrontendSpecific()SgLocatedNode
unsetOutputInCodeGeneration()SgLocatedNode
unsetSourcePositionUnavailableInFrontend()SgLocatedNode
updateAttribute(std::string s, AstAttribute *a)SgLocatedNodevirtual
variant() const ROSE_DEPRECATED_FUNCTIONSgNodeinline
variantT() const SgCompoundInitializervirtual
visitRepresentativeNode(ROSE_VisitTraversal &visit)SgCompoundInitializerstatic
~SgCompoundInitializer()SgCompoundInitializervirtual
~SgExpression()SgExpressionvirtual
~SgInitializer()SgInitializervirtual
~SgLocatedNode()SgLocatedNodevirtual
~SgNode()SgNodevirtual