Home
last modified time | relevance | path

Searched refs:Arg4 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp321 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 DAMDGPUEmitPrintf.cpp63 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 DCallEvent.h1401 typename Arg4>
1402 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, in create()