Home
last modified time | relevance | path

Searched refs:AllocArgs (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExprCXX.cpp1971 SmallVector<Expr*, 8> AllocArgs(1 + PlaceArgs.size()); in FindAllocationFunctions() local
1979 AllocArgs[0] = &Size; in FindAllocationFunctions()
1980 std::copy(PlaceArgs.begin(), PlaceArgs.end(), AllocArgs.begin() + 1); in FindAllocationFunctions()
1998 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, Record, in FindAllocationFunctions()
2008 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions()
2020 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3794 llvm::Value *AllocArgs[] = {emitUpdateLocation(CGF, Loc), in emitTaskInit() local
3800 createRuntimeFunction(OMPRTL__kmpc_omp_task_alloc), AllocArgs); in emitTaskInit()