| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgEquivalenceStatement :: Typeable a => SgNode a -> IO (Maybe (SgEquivalenceStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgEquivalenceStatement. | ||||
| upSgEquivalenceStatement :: Typeable a => SgEquivalenceStatement a -> SgEquivalenceStatement () | ||||
| Performs an upcast of a SgEquivalenceStatement subtype to a SgEquivalenceStatement. | ||||
| newEquivalenceStatement :: Typeable a => Sg_File_Info a -> IO (SgEquivalenceStatement ()) | ||||
| Stub for ::SgEquivalenceStatement::SgEquivalenceStatement of type void (class ::Sg_File_Info*) | ||||
| newEquivalenceStatement2 :: IO (SgEquivalenceStatement ()) | ||||
| Stub for ::SgEquivalenceStatement::SgEquivalenceStatement of type void () | ||||
| equivalenceStatementCfgIndexForEnd :: Typeable a => SgEquivalenceStatement a -> IO CUInt | ||||
| Stub for ::SgEquivalenceStatement::cfgIndexForEnd of type unsigned int () | ||||
| equivalenceStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgEquivalenceStatement a -> IO () | ||||
| Stub for ::SgEquivalenceStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| equivalenceStatementClassName :: Typeable a => SgEquivalenceStatement a -> IO String | ||||
| Stub for ::SgEquivalenceStatement::class_name of type ::std::string() | ||||
| equivalenceStatementGetChildIndex :: (Typeable a, Typeable b) => SgEquivalenceStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgEquivalenceStatement::getChildIndex of type long (class ::SgNode*) | ||||
| equivalenceStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgEquivalenceStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgEquivalenceStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| equivalenceStatementGetEquivalenceSetList :: Typeable a => SgEquivalenceStatement a -> IO (SgExprListExp ()) | ||||
| Stub for ::SgEquivalenceStatement::get_equivalence_set_list of type class ::SgExprListExp*() | ||||
| equivalenceStatementGetMangledName :: Typeable a => SgEquivalenceStatement a -> IO String | ||||
| Stub for ::SgEquivalenceStatement::get_mangled_name of type class ::SgName() | ||||
| equivalenceStatementGetNumberOfTraversalSuccessors :: Typeable a => SgEquivalenceStatement a -> IO CSize | ||||
| Stub for ::SgEquivalenceStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| equivalenceStatementGetTraversalSuccessorByIndex :: Typeable a => SgEquivalenceStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgEquivalenceStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| equivalenceStatementGetTraversalSuccessorContainer :: Typeable a => SgEquivalenceStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgEquivalenceStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| equivalenceStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgEquivalenceStatement a -> IO [CString] | ||||
| Stub for ::SgEquivalenceStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| equivalenceStatementIsInMemoryPool :: Typeable a => SgEquivalenceStatement a -> IO Bool | ||||
| Stub for ::SgEquivalenceStatement::isInMemoryPool of type bool () | ||||
| equivalenceStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgEquivalenceStatement::memoryUsage of type ::size_t() | ||||
| equivalenceStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgEquivalenceStatement::numberOfNodes of type ::size_t() | ||||
| equivalenceStatementPostConstructionInitialization :: Typeable a => SgEquivalenceStatement a -> IO () | ||||
| Stub for ::SgEquivalenceStatement::post_construction_initialization of type void () | ||||
| equivalenceStatementSageClassName :: Typeable a => SgEquivalenceStatement a -> IO String | ||||
| Stub for ::SgEquivalenceStatement::sage_class_name of type const char *() | ||||
| equivalenceStatementSetEquivalenceSetList :: (Typeable a, Typeable b) => SgEquivalenceStatement a -> SgExprListExp b -> IO () | ||||
| Stub for ::SgEquivalenceStatement::set_equivalence_set_list of type void (class ::SgExprListExp*) | ||||
| equivalenceStatementVariantT :: Typeable a => SgEquivalenceStatement a -> IO VariantT | ||||
| Stub for ::SgEquivalenceStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |