Home
last modified time | relevance | path

Searched defs:BlockArg (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenCLRuntime.h46 llvm::Value *BlockArg; /// The first argument to enqueued block kernel. member
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbcmds.c1264 char *BlockArg) in AcpiDbGenerateGpe()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp807 static bool checkOpenCLBlockArgs(Sema &S, Expr *BlockArg) { in checkOpenCLBlockArgs()
864 Expr *BlockArg = TheCall->getArg(1); in SemaOpenCLBuiltinNDRangeAndBlock() local
880 Expr *BlockArg = TheCall->getArg(0); in SemaOpenCLBuiltinKernelWorkGroupSize() local
905 Expr *BlockArg, in checkOpenCLEnqueueVariadicArgs()