HomeSort by: relevance | last modified time | path
    Searched defs:allocatorArgs (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 1583 CallArgList allocatorArgs;
1597 // Set up allocatorArgs for the call to operator delete if it's not
1601 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType());
1602 allocatorArgs.add(RValue::get(allocation.getPointer()), arg->getType());
1612 allocatorArgs.add(RValue::get(allocSize), sizeType);
1634 allocatorArgs.add(
1640 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(),
1644 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs);
1703 allocatorArgs);

Completed in 24 milliseconds