| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAllocateStatement :: Typeable a => SgNode a -> IO (Maybe (SgAllocateStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAllocateStatement. | ||||
| upSgAllocateStatement :: Typeable a => SgAllocateStatement a -> SgAllocateStatement () | ||||
| Performs an upcast of a SgAllocateStatement subtype to a SgAllocateStatement. | ||||
| newAllocateStatement :: Typeable a => Sg_File_Info a -> IO (SgAllocateStatement ()) | ||||
| Stub for ::SgAllocateStatement::SgAllocateStatement of type void (class ::Sg_File_Info*) | ||||
| newAllocateStatement2 :: IO (SgAllocateStatement ()) | ||||
| Stub for ::SgAllocateStatement::SgAllocateStatement of type void () | ||||
| allocateStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAllocateStatement a -> IO () | ||||
| Stub for ::SgAllocateStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| allocateStatementClassName :: Typeable a => SgAllocateStatement a -> IO String | ||||
| Stub for ::SgAllocateStatement::class_name of type ::std::string() | ||||
| allocateStatementGetChildIndex :: (Typeable a, Typeable b) => SgAllocateStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAllocateStatement::getChildIndex of type long (class ::SgNode*) | ||||
| allocateStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgAllocateStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAllocateStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| allocateStatementGetErrmsgExpression :: Typeable a => SgAllocateStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgAllocateStatement::get_errmsg_expression of type class ::SgExpression*() | ||||
| allocateStatementGetExprList :: Typeable a => SgAllocateStatement a -> IO (SgExprListExp ()) | ||||
| Stub for ::SgAllocateStatement::get_expr_list of type class ::SgExprListExp*() | ||||
| allocateStatementGetNumberOfTraversalSuccessors :: Typeable a => SgAllocateStatement a -> IO CSize | ||||
| Stub for ::SgAllocateStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| allocateStatementGetSourceExpression :: Typeable a => SgAllocateStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgAllocateStatement::get_source_expression of type class ::SgExpression*() | ||||
| allocateStatementGetStatExpression :: Typeable a => SgAllocateStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgAllocateStatement::get_stat_expression of type class ::SgExpression*() | ||||
| allocateStatementGetTraversalSuccessorByIndex :: Typeable a => SgAllocateStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAllocateStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| allocateStatementGetTraversalSuccessorContainer :: Typeable a => SgAllocateStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgAllocateStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| allocateStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgAllocateStatement a -> IO [CString] | ||||
| Stub for ::SgAllocateStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| allocateStatementIsInMemoryPool :: Typeable a => SgAllocateStatement a -> IO Bool | ||||
| Stub for ::SgAllocateStatement::isInMemoryPool of type bool () | ||||
| allocateStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgAllocateStatement::memoryUsage of type ::size_t() | ||||
| allocateStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAllocateStatement::numberOfNodes of type ::size_t() | ||||
| allocateStatementPostConstructionInitialization :: Typeable a => SgAllocateStatement a -> IO () | ||||
| Stub for ::SgAllocateStatement::post_construction_initialization of type void () | ||||
| allocateStatementSageClassName :: Typeable a => SgAllocateStatement a -> IO String | ||||
| Stub for ::SgAllocateStatement::sage_class_name of type const char *() | ||||
| allocateStatementSetErrmsgExpression :: (Typeable a, Typeable b) => SgAllocateStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgAllocateStatement::set_errmsg_expression of type void (class ::SgExpression*) | ||||
| allocateStatementSetExprList :: (Typeable a, Typeable b) => SgAllocateStatement a -> SgExprListExp b -> IO () | ||||
| Stub for ::SgAllocateStatement::set_expr_list of type void (class ::SgExprListExp*) | ||||
| allocateStatementSetSourceExpression :: (Typeable a, Typeable b) => SgAllocateStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgAllocateStatement::set_source_expression of type void (class ::SgExpression*) | ||||
| allocateStatementSetStatExpression :: (Typeable a, Typeable b) => SgAllocateStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgAllocateStatement::set_stat_expression of type void (class ::SgExpression*) | ||||
| allocateStatementVariantT :: Typeable a => SgAllocateStatement a -> IO VariantT | ||||
| Stub for ::SgAllocateStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |