Searched refs:Arg4 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenCL.cpp | 321 Expr *Arg4 = TheCall->getArg(4); in checkBuiltinEnqueueKernel() local 325 if (!Arg4->isNullPointerConstant(Context, in checkBuiltinEnqueueKernel() 327 !Arg4->getType()->getPointeeOrArrayElementType()->isClkEventT()) { in checkBuiltinEnqueueKernel()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 63 Value *Arg4, Value *Arg5, Value *Arg6, in callAppendArgs() argument 74 Arg4, Arg5, Arg6, IsLastValue}); in callAppendArgs()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 1401 typename Arg4> 1402 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, in create()
|