- Group Old C style string support functions
- These functions will be removed after we have converted all source code to use the C++ string class.
- Group Old C style string support functions
- These functions will be removed after we have converted all source code to use the C++ string class.
- Member Partitioner::BasicBlockStarts
- This data type is used only for backward compatibility by detectBasicBlocks() and detectFunctions(). It has been replaced by Partitioner::BasicBlocks.
- Member Partitioner::detectBasicBlocks (const Disassembler::InstructionMap &) const __attribute__((deprecated))
- This function is deprecated. Basic blocks are now represented by Partitioner::BasicBlock.
- Member Partitioner::detectFunctions (SgAsmInterpretation *, const Disassembler::InstructionMap &insns, BasicBlockStarts &bb_starts) const __attribute__((deprecated))
- This function has been replaced by pre_cfg(), analyze_cfg(), and post_cfg()
- Class Partitioner::FunctionStart
- This data type is used only for backward compatibility by detectFunctions(). It has been replaced by Partitioner::Function, which is capable of describing noncontiguous functions.
- Member Partitioner::FunctionStarts
- This type has been replaced with Partitioner::Functions, which is capable of describing noncontiguous functions.
- Member Sg_File_Info::get_isPartOfTransformation () ROSE_DEPRECATED_FUNCTION
- This function is deprecated.
- Member Sg_File_Info::isCompilerGeneratedNodeToBeUnparsed () const ROSE_DEPRECATED_FUNCTION
- This now calls isOutputInCodeGeneration(), and will be removed soon.
- Member Sg_File_Info::set_isPartOfTransformation (bool isPartOfTransformation) ROSE_DEPRECATED_FUNCTION
- This function is deprecated.
- Member Sg_File_Info::setCompilerGeneratedNodeToBeUnparsed () ROSE_DEPRECATED_FUNCTION
- This now calls setOutputInCodeGeneration(), and will be removed soon.
- Member Sg_File_Info::unsetCompilerGeneratedNodeToBeUnparsed () ROSE_DEPRECATED_FUNCTION
- This now calls unsetOutputInCodeGeneration(), and will be removed soon.
- Member SgAsmx86RegisterReferenceExpression::get_regnames16 (regnames16_enum n)
- Use RegisterDictionary::lookup() instead.
- Member SgAsmx86RegisterReferenceExpression::get_regnames32 (regnames32_enum n)
- Use RegisterDictionary::lookup() instead.
- Member SgAsmx86RegisterReferenceExpression::get_regnames64 (regnames64_enum n)
- Use RegisterDictionary::lookup() instead.
- Member SgAsmx86RegisterReferenceExpression::get_regnames8h (regnames8h_enum n)
- Use RegisterDictionary::lookup() instead.
- Member SgAsmx86RegisterReferenceExpression::get_regnames8l (regnames8l_enum n)
- Use RegisterDictionary::lookup() instead.
- Member SgAsmx86RegisterReferenceExpression::get_segregnames (segregnames_enum n)
- Use RegisterDictionary::lookup() instead.
- Member SgAsmx86RegisterReferenceExpression::regnames16_enum
- Use dynamic values from the RegisterDictionary instead.
- Member SgAsmx86RegisterReferenceExpression::regnames32_enum
- Use dynamic values from the RegisterDictionary instead.
- Member SgAsmx86RegisterReferenceExpression::regnames64_enum
- Use dynamic values from the RegisterDictionary instead.
- Member SgAsmx86RegisterReferenceExpression::regnames8h_enum
- Use dynamic values from the RegisterDictionary instead.
- Member SgAsmx86RegisterReferenceExpression::regnames8l_enum
- Use dynamic values from the RegisterDictionary instead.
- Member SgAsmx86RegisterReferenceExpression::segregnames_enum
- Use dynamic values from the RegisterDictionary instead.
- Member SgBinaryOp::empty () const ROSE_DEPRECATED_FUNCTION
- This function is not used.
- Member SgBinaryOp::get_lhs_operand_i () const
- This function is not used.
- Member SgBinaryOp::get_rhs_operand_i () const
- This function is not used.
- Member SgBinaryOp::length () const ROSE_DEPRECATED_FUNCTION
- This function is not used.
- Member SgBinaryOp::set_lhs_operand_i (SgExpression *lhs_operand_i)
- This function is not used.
- Member SgBinaryOp::set_rhs_operand_i (SgExpression *rhs_operand_i)
- This function is not used.
- Class SgBottomUpProcessing< SynthesizedAttributeType >
- Use AstBottomUpProcessing instead. (provided for compatibility with existing user code - will be removed at some point in future).
- Member SgClassDeclaration::get_mangled_qualified_name (int &cnt)
- by RV (1/31/2006)
- Member SgClassDefinition::get_mangled_qualified_name (int &i)
- Class SgClinkageStartStatement
- This class is not used and will be removed in a later release.
- Member SgDeclarationStatement::p_decl_attributes
- This is part of an older modifier interface that was not fully implemented.
- Member SgDeclarationStatement::p_externBrace
- This is now redundant with the seperate preprocessing phase.
- Member SgDeclarationStatement::p_nameOnly
- This will likely be removed at some point.
- Member SgDeclarationStatement::p_skipElaborateType
- This is now redundant with the hidden list analysis done to support more accurate code generation.
- Member SgExpression::get_lvalue () const
- The computation of this value is innacurate in terms of the lvalue as defined by the standard. It identifies expressions which have been assigned to. This does not include all lvalues as defined by the C++ standard. For "int* p", "*p" and "&p" are both lvalues, despite not being assigned to (section 3.10). See SgExpression::p_lvalue.
- Member SgExpression::p_lvalue
- This computation of this value is innacurate. It identifies expressions which have been assigned to. This does not include all lvalues as defined by the C++ standard. For "int* p", "*p" and "&p" are both lvalues, despite not being assigned to (section 3.10).
- Member SgFunctionDeclaration::p_definition
- This is now redundant with the more general mechanism of defining and non-defining declarations which is implemented at the SgDeclaration level.
- Member SgFunctionType::get_mangled_type ()
- by RV (2/2/2006)
- Class SgInheritedAttribute
- Use AstInheritedAttribute instead. (provided for compatibility with existing user code - will be removed at some point in future).
- Member SgMemberFunctionType::get_struct_name () const
- The struct_name property has been replaced by the class_type property, an SgType
- Member SgNode::get_isVisited () const ROSE_DEPRECATED_FUNCTION
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
- Member SgNode::sage_class_name () const ROSE_DEPRECATED_FUNCTION
Use class_name() which returns a C++ string object.
Use class_name() which returns a C++ string object.
Use class_name() which returns a C++ string object.
Use class_name() which returns a C++ string object.
- Member SgNode::set_isVisited (bool isVisited) ROSE_DEPRECATED_FUNCTION
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
This function is not used and will be removed.
- Member SgNode::variant () const ROSE_DEPRECATED_FUNCTION
Use Tvariant() instead. Older enum values have inconsistant names and are being removed.
Use Tvariant() instead. Older enum values have inconsistant names and are being removed.
Use Tvariant() instead. Older enum values have inconsistant names and are being removed.
Use variantT() instead. Older enum values have inconsistant names and are being removed.
- Member SgNode::variantT () const
Use Tvariant() instead. Older enum values have inconsistant names and are being removed.
Use Tvariant() instead. Older enum values have inconsistant names and are being removed.
Use Tvariant() instead. Older enum values have inconsistant names and are being removed.
- Member SgPointerMemberType::get_class_of () const
- The class_of property has been replaced by the class_type property, an SgType
- Class SgSimpleProcessing
- Use AstSimpleProcessing instead. (provided for compatibility with existing user code - will be removed at some point in future).
- Class SgSpawnStmt
- This class is not used and will be removed in a future release.
- Member SgStatement::insert_statement_from_basicBlock (SgStatement *target, SgStatement *newstmt, bool inFront=true)
- This function is used only in Qing's code and not clearly a part of the preferred interface.
- Member SgStatement::replace_statement_from_basicBlock (SgStatement *target, SgStatement *newstmt)
- This function is used only in Qing's code and not clearly a part of the preferred interface.
- Member SgStatement::setExtern () ROSE_DEPRECATED_FUNCTION
- This function should not be called anywhere the new modifier handling make is obsolete.
- Member SgStatement::setStatic () ROSE_DEPRECATED_FUNCTION
- This function should not be called anywhere the new modifier handling make is obsolete.
- Member SgSymbolTable::p_iterator
- I think this iterator should be removed.
- Class SgSynthesizedAttribute
- Use AstSynthesizedAttribute instead. (provided for compatibility with existing user code - will be removed at some point in future).
- Member SgThisExp::p_pobj_this
- This will be removed in a future release.
- Class SgTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >
- Use AstTopDownBottomUpProcessing instead. (provided for compatibility with existing user code - will be removed at some point in future).
- Class SgTopDownProcessing< InheritedAttributeType >
- Use AstTopDownProcessing instead. (provided for compatibility with existing user code - will be removed at some point in future).
- Member SgType::mangledNameSupport (SgName &fname, SgUnparse_Info &info)
- by RV (2/2/2006)
- Member SgTypedefDeclaration::p_parent_scope
- This should be removed, but and get_scope used instead.
- Member SgUnaryOp::empty () const ROSE_DEPRECATED_FUNCTION
- This function is not used.
- Member SgUnaryOp::get_next (int &n) const ROSE_DEPRECATED_FUNCTION
- This function is not used.
- Member SgUnaryOp::get_operand_i () const
- This function is not used.
- Member SgUnaryOp::length () const ROSE_DEPRECATED_FUNCTION
- This function is not used.
- Member SgUnaryOp::p_expression_type
- This is no longer used (except for SgCastExp).
- Member SgUnaryOp::set_operand_i (SgExpression *operand_i)
- This function is not used.
- Member TransformationSupport::getTransformationOptions (SgNode *astNode, std::list< int > &variableNameList, std::string identifingTypeName)
- This function is superceeded by the more general form: getTransformationOptions (SgNode* astNode,list<OptionDeclaration>&variableNameList,string identifingTypeName )