|
| ROSE.Sage3.Methods.SgCudaKernelCallExp |
|
|
|
| Synopsis |
|
| isSgCudaKernelCallExp :: Typeable a => SgNode a -> IO (Maybe (SgCudaKernelCallExp ())) | | | upSgCudaKernelCallExp :: Typeable a => SgCudaKernelCallExp a -> SgCudaKernelCallExp () | | | newCudaKernelCallExp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExprListExp c -> SgCudaKernelExecConfig d -> IO (SgCudaKernelCallExp ()) | | | newCudaKernelCallExp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExprListExp b -> SgCudaKernelExecConfig c -> IO (SgCudaKernelCallExp ()) | | | cudaKernelCallExpAppendArg :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgExpression b -> IO () | | | cudaKernelCallExpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgCudaKernelCallExp a -> IO () | | | cudaKernelCallExpClassName :: Typeable a => SgCudaKernelCallExp a -> IO String | | | cudaKernelCallExpGetChildIndex :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgNode b -> IO CLong | | | cudaKernelCallExpGetArgs :: Typeable a => SgCudaKernelCallExp a -> IO (SgExprListExp ()) | | | cudaKernelCallExpGetChildIndex2 :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgNode b -> IO CSize | | | cudaKernelCallExpGetExecConfig :: Typeable a => SgCudaKernelCallExp a -> IO (SgCudaKernelExecConfig ()) | | | cudaKernelCallExpGetFunction :: Typeable a => SgCudaKernelCallExp a -> IO (SgExpression ()) | | | cudaKernelCallExpGetNumberOfTraversalSuccessors :: Typeable a => SgCudaKernelCallExp a -> IO CSize | | | cudaKernelCallExpGetTraversalSuccessorByIndex :: Typeable a => SgCudaKernelCallExp a -> CSize -> IO (SgNode ()) | | | cudaKernelCallExpGetTraversalSuccessorContainer :: Typeable a => SgCudaKernelCallExp a -> IO [SgNode ()] | | | cudaKernelCallExpGetTraversalSuccessorNamesContainer :: Typeable a => SgCudaKernelCallExp a -> IO [CString] | | | cudaKernelCallExpGetType :: Typeable a => SgCudaKernelCallExp a -> IO (SgType ()) | | | cudaKernelCallExpIsInMemoryPool :: Typeable a => SgCudaKernelCallExp a -> IO Bool | | | cudaKernelCallExpMemoryUsage :: IO CSize | | | cudaKernelCallExpNumberOfNodes :: IO CSize | | | cudaKernelCallExpPostConstructionInitialization :: Typeable a => SgCudaKernelCallExp a -> IO () | | | cudaKernelCallExpSageClassName :: Typeable a => SgCudaKernelCallExp a -> IO String | | | cudaKernelCallExpSetArgs :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgExprListExp b -> IO () | | | cudaKernelCallExpSetExecConfig :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgCudaKernelExecConfig b -> IO () | | | cudaKernelCallExpSetFunction :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgExpression b -> IO () | | | cudaKernelCallExpVariantT :: Typeable a => SgCudaKernelCallExp a -> IO VariantT |
|
|
| Documentation |
|
| isSgCudaKernelCallExp :: Typeable a => SgNode a -> IO (Maybe (SgCudaKernelCallExp ())) |
| Attempts a dynamic cast of the given node to the type SgCudaKernelCallExp.
|
|
| upSgCudaKernelCallExp :: Typeable a => SgCudaKernelCallExp a -> SgCudaKernelCallExp () |
| Performs an upcast of a SgCudaKernelCallExp subtype to a SgCudaKernelCallExp.
|
|
| newCudaKernelCallExp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExprListExp c -> SgCudaKernelExecConfig d -> IO (SgCudaKernelCallExp ()) |
| Stub for ::SgCudaKernelCallExp::SgCudaKernelCallExp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExprListExp*, class ::SgCudaKernelExecConfig*)
|
|
| newCudaKernelCallExp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExprListExp b -> SgCudaKernelExecConfig c -> IO (SgCudaKernelCallExp ()) |
| Stub for ::SgCudaKernelCallExp::SgCudaKernelCallExp of type void (class ::SgExpression*, class ::SgExprListExp*, class ::SgCudaKernelExecConfig*)
|
|
| cudaKernelCallExpAppendArg :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgExpression b -> IO () |
| Stub for ::SgCudaKernelCallExp::append_arg of type void (class ::SgExpression*)
|
|
| cudaKernelCallExpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgCudaKernelCallExp a -> IO () |
| Stub for ::SgCudaKernelCallExp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| cudaKernelCallExpClassName :: Typeable a => SgCudaKernelCallExp a -> IO String |
| Stub for ::SgCudaKernelCallExp::class_name of type ::std::string()
|
|
| cudaKernelCallExpGetChildIndex :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgNode b -> IO CLong |
| Stub for ::SgCudaKernelCallExp::getChildIndex of type long (class ::SgNode*)
|
|
| cudaKernelCallExpGetArgs :: Typeable a => SgCudaKernelCallExp a -> IO (SgExprListExp ()) |
| Stub for ::SgCudaKernelCallExp::get_args of type class ::SgExprListExp*()
|
|
| cudaKernelCallExpGetChildIndex2 :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgNode b -> IO CSize |
| Stub for ::SgCudaKernelCallExp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| cudaKernelCallExpGetExecConfig :: Typeable a => SgCudaKernelCallExp a -> IO (SgCudaKernelExecConfig ()) |
| Stub for ::SgCudaKernelCallExp::get_exec_config of type class ::SgCudaKernelExecConfig*()
|
|
| cudaKernelCallExpGetFunction :: Typeable a => SgCudaKernelCallExp a -> IO (SgExpression ()) |
| Stub for ::SgCudaKernelCallExp::get_function of type class ::SgExpression*()
|
|
| cudaKernelCallExpGetNumberOfTraversalSuccessors :: Typeable a => SgCudaKernelCallExp a -> IO CSize |
| Stub for ::SgCudaKernelCallExp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| cudaKernelCallExpGetTraversalSuccessorByIndex :: Typeable a => SgCudaKernelCallExp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgCudaKernelCallExp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| cudaKernelCallExpGetTraversalSuccessorContainer :: Typeable a => SgCudaKernelCallExp a -> IO [SgNode ()] |
| Stub for ::SgCudaKernelCallExp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| cudaKernelCallExpGetTraversalSuccessorNamesContainer :: Typeable a => SgCudaKernelCallExp a -> IO [CString] |
| Stub for ::SgCudaKernelCallExp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| cudaKernelCallExpGetType :: Typeable a => SgCudaKernelCallExp a -> IO (SgType ()) |
| Stub for ::SgCudaKernelCallExp::get_type of type class ::SgType*()
|
|
| cudaKernelCallExpIsInMemoryPool :: Typeable a => SgCudaKernelCallExp a -> IO Bool |
| Stub for ::SgCudaKernelCallExp::isInMemoryPool of type bool ()
|
|
| cudaKernelCallExpMemoryUsage :: IO CSize |
| Stub for ::SgCudaKernelCallExp::memoryUsage of type ::size_t()
|
|
| cudaKernelCallExpNumberOfNodes :: IO CSize |
| Stub for ::SgCudaKernelCallExp::numberOfNodes of type ::size_t()
|
|
| cudaKernelCallExpPostConstructionInitialization :: Typeable a => SgCudaKernelCallExp a -> IO () |
| Stub for ::SgCudaKernelCallExp::post_construction_initialization of type void ()
|
|
| cudaKernelCallExpSageClassName :: Typeable a => SgCudaKernelCallExp a -> IO String |
| Stub for ::SgCudaKernelCallExp::sage_class_name of type const char *()
|
|
| cudaKernelCallExpSetArgs :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgExprListExp b -> IO () |
| Stub for ::SgCudaKernelCallExp::set_args of type void (class ::SgExprListExp*)
|
|
| cudaKernelCallExpSetExecConfig :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgCudaKernelExecConfig b -> IO () |
| Stub for ::SgCudaKernelCallExp::set_exec_config of type void (class ::SgCudaKernelExecConfig*)
|
|
| cudaKernelCallExpSetFunction :: (Typeable a, Typeable b) => SgCudaKernelCallExp a -> SgExpression b -> IO () |
| Stub for ::SgCudaKernelCallExp::set_function of type void (class ::SgExpression*)
|
|
| cudaKernelCallExpVariantT :: Typeable a => SgCudaKernelCallExp a -> IO VariantT |
| Stub for ::SgCudaKernelCallExp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |