| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmArmInstruction :: Typeable a => SgNode a -> IO (Maybe (SgAsmArmInstruction ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmArmInstruction. | ||||
| upSgAsmArmInstruction :: Typeable a => SgAsmArmInstruction a -> SgAsmArmInstruction () | ||||
| Performs an upcast of a SgAsmArmInstruction subtype to a SgAsmArmInstruction. | ||||
| asmArmInstructionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmArmInstruction a -> IO () | ||||
| Stub for ::SgAsmArmInstruction::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmArmInstructionClassName :: Typeable a => SgAsmArmInstruction a -> IO String | ||||
| Stub for ::SgAsmArmInstruction::class_name of type ::std::string() | ||||
| asmArmInstructionGetChildIndex :: (Typeable a, Typeable b) => SgAsmArmInstruction a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmArmInstruction::getChildIndex of type long (class ::SgNode*) | ||||
| asmArmInstructionGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmArmInstruction a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmArmInstruction::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmArmInstructionGetNumberOfTraversalSuccessors :: Typeable a => SgAsmArmInstruction a -> IO CSize | ||||
| Stub for ::SgAsmArmInstruction::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmArmInstructionGetPositionOfConditionInMnemonic :: Typeable a => SgAsmArmInstruction a -> IO CInt | ||||
| Stub for ::SgAsmArmInstruction::get_positionOfConditionInMnemonic of type int () | ||||
| asmArmInstructionGetTraversalSuccessorByIndex :: Typeable a => SgAsmArmInstruction a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmArmInstruction::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmArmInstructionGetTraversalSuccessorContainer :: Typeable a => SgAsmArmInstruction a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmArmInstruction::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmArmInstructionGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmArmInstruction a -> IO [CString] | ||||
| Stub for ::SgAsmArmInstruction::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmArmInstructionIsInMemoryPool :: Typeable a => SgAsmArmInstruction a -> IO Bool | ||||
| Stub for ::SgAsmArmInstruction::isInMemoryPool of type bool () | ||||
| asmArmInstructionIsUnknown :: Typeable a => SgAsmArmInstruction a -> IO Bool | ||||
| Stub for ::SgAsmArmInstruction::is_unknown of type bool () | ||||
| asmArmInstructionMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmArmInstruction::memoryUsage of type ::size_t() | ||||
| asmArmInstructionNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmArmInstruction::numberOfNodes of type ::size_t() | ||||
| asmArmInstructionSageClassName :: Typeable a => SgAsmArmInstruction a -> IO String | ||||
| Stub for ::SgAsmArmInstruction::sage_class_name of type const char *() | ||||
| asmArmInstructionSetPositionOfConditionInMnemonic :: Typeable a => SgAsmArmInstruction a -> CInt -> IO () | ||||
| Stub for ::SgAsmArmInstruction::set_positionOfConditionInMnemonic of type void (int ) | ||||
| asmArmInstructionTerminatesBasicBlock :: Typeable a => SgAsmArmInstruction a -> IO Bool | ||||
| Stub for ::SgAsmArmInstruction::terminatesBasicBlock of type bool () | ||||
| asmArmInstructionVariantT :: Typeable a => SgAsmArmInstruction a -> IO VariantT | ||||
| Stub for ::SgAsmArmInstruction::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |