|
ROSE.Sage3.Methods.SgAsmx86Instruction |
|
|
|
Synopsis |
|
|
|
Documentation |
|
isSgAsmx86Instruction :: Typeable a => SgNode a -> IO (Maybe (SgAsmx86Instruction ())) |
Attempts a dynamic cast of the given node to the type SgAsmx86Instruction.
|
|
upSgAsmx86Instruction :: Typeable a => SgAsmx86Instruction a -> SgAsmx86Instruction () |
Performs an upcast of a SgAsmx86Instruction subtype to a SgAsmx86Instruction.
|
|
asmx86InstructionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmx86Instruction a -> IO () |
Stub for ::SgAsmx86Instruction::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
asmx86InstructionClassName :: Typeable a => SgAsmx86Instruction a -> IO String |
Stub for ::SgAsmx86Instruction::class_name of type ::std::string()
|
|
asmx86InstructionGetChildIndex :: (Typeable a, Typeable b) => SgAsmx86Instruction a -> SgNode b -> IO CLong |
Stub for ::SgAsmx86Instruction::getChildIndex of type long (class ::SgNode*)
|
|
asmx86InstructionGetBranchTarget :: Typeable a => SgAsmx86Instruction a -> Ptr CULong -> IO Bool |
Stub for ::SgAsmx86Instruction::get_branch_target of type bool (::rose_addr_t*)
|
|
asmx86InstructionGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmx86Instruction a -> SgNode b -> IO CSize |
Stub for ::SgAsmx86Instruction::get_childIndex of type ::size_t(class ::SgNode*)
|
|
asmx86InstructionGetLockPrefix :: Typeable a => SgAsmx86Instruction a -> IO Bool |
Stub for ::SgAsmx86Instruction::get_lockPrefix of type bool ()
|
|
asmx86InstructionGetNumberOfTraversalSuccessors :: Typeable a => SgAsmx86Instruction a -> IO CSize |
Stub for ::SgAsmx86Instruction::get_numberOfTraversalSuccessors of type ::size_t()
|
|
asmx86InstructionGetTraversalSuccessorByIndex :: Typeable a => SgAsmx86Instruction a -> CSize -> IO (SgNode ()) |
Stub for ::SgAsmx86Instruction::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
asmx86InstructionGetTraversalSuccessorContainer :: Typeable a => SgAsmx86Instruction a -> IO [SgNode ()] |
Stub for ::SgAsmx86Instruction::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
asmx86InstructionGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmx86Instruction a -> IO [CString] |
Stub for ::SgAsmx86Instruction::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
asmx86InstructionHasEffect :: Typeable a => SgAsmx86Instruction a -> IO Bool |
Stub for ::SgAsmx86Instruction::has_effect of type bool ()
|
|
asmx86InstructionHasEffectvector :: Typeable a => SgAsmx86Instruction a -> [SgAsmInstruction ()] -> Bool -> Bool -> IO Bool |
Stub for ::SgAsmx86Instruction::has_effect of type bool (const class ::std::vector < SgAsmInstruction * , allocator< SgAsmInstruction * > > &, bool , bool )
|
|
asmx86InstructionIsInMemoryPool :: Typeable a => SgAsmx86Instruction a -> IO Bool |
Stub for ::SgAsmx86Instruction::isInMemoryPool of type bool ()
|
|
asmx86InstructionIsFunctionCall :: Typeable a => SgAsmx86Instruction a -> [SgAsmInstruction ()] -> Ptr CULong -> IO Bool |
Stub for ::SgAsmx86Instruction::is_function_call of type bool (const class ::std::vector < SgAsmInstruction * , allocator< SgAsmInstruction * > > &, ::rose_addr_t*)
|
|
asmx86InstructionIsFunctionReturn :: Typeable a => SgAsmx86Instruction a -> [SgAsmInstruction ()] -> IO Bool |
Stub for ::SgAsmx86Instruction::is_function_return of type bool (const class ::std::vector < SgAsmInstruction * , allocator< SgAsmInstruction * > > &)
|
|
asmx86InstructionIsUnknown :: Typeable a => SgAsmx86Instruction a -> IO Bool |
Stub for ::SgAsmx86Instruction::is_unknown of type bool ()
|
|
asmx86InstructionMemoryUsage :: IO CSize |
Stub for ::SgAsmx86Instruction::memoryUsage of type ::size_t()
|
|
asmx86InstructionNumberOfNodes :: IO CSize |
Stub for ::SgAsmx86Instruction::numberOfNodes of type ::size_t()
|
|
asmx86InstructionSageClassName :: Typeable a => SgAsmx86Instruction a -> IO String |
Stub for ::SgAsmx86Instruction::sage_class_name of type const char *()
|
|
asmx86InstructionSetLockPrefix :: Typeable a => SgAsmx86Instruction a -> Bool -> IO () |
Stub for ::SgAsmx86Instruction::set_lockPrefix of type void (bool )
|
|
asmx86InstructionTerminatesBasicBlock :: Typeable a => SgAsmx86Instruction a -> IO Bool |
Stub for ::SgAsmx86Instruction::terminates_basic_block of type bool ()
|
|
asmx86InstructionVariantT :: Typeable a => SgAsmx86Instruction a -> IO VariantT |
Stub for ::SgAsmx86Instruction::variantT of type enum ::VariantT()
|
|
Produced by Haddock version 2.4.2 |