Searched defs:AllocArgs (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntimeGPU.cpp | 1085 llvm::Value *AllocArgs[] = {CGF.getTypeSize(VD->getType())}; emitGenericVarsProlog() local |
H A D | CGOpenMPRuntime.cpp | 3736 SmallVector<llvm::Value *, 8> AllocArgs = {emitUpdateLocation(CGF, Loc), emitTaskInit() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprCXX.cpp | 2689 SmallVector<Expr*, 8> AllocArgs; FindAllocationFunctions() local |