Searched defs:BlockArg (Results 1 – 2 of 2) sorted by relevance
105 static bool checkBlockArgs(Sema &S, Expr *BlockArg) { in checkBlockArgs()169 Expr *BlockArg = TheCall->getArg(1); in checkBuiltinNDRangeAndBlock() local182 Expr *BlockArg = TheCall->getArg(0); in checkBuiltinKernelWorkGroupSize() local218 Expr *BlockArg, in checkOpenCLEnqueueVariadicArgs()
47 llvm::Value *BlockArg; /// The first argument to enqueued block kernel. member