Searched refs:AllocArgs (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1729 SmallVector<Expr*, 8> AllocArgs(1 + PlaceArgs.size()); in FindAllocationFunctions() local 1737 AllocArgs[0] = &Size; in FindAllocationFunctions() 1738 std::copy(PlaceArgs.begin(), PlaceArgs.end(), AllocArgs.begin() + 1); in FindAllocationFunctions() 1756 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, Record, in FindAllocationFunctions() 1766 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions() 1778 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1595 llvm::Value *AllocArgs[] = {emitUpdateLocation(CGF, Loc), in emitTaskCall() local 1601 createRuntimeFunction(OMPRTL__kmpc_omp_task_alloc), AllocArgs); in emitTaskCall()
|