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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 1606 const FunctionProtoType *allocatorType =
1623 if (allocatorType->getNumParams() > 1) {
1624 AlignValT = allocatorType->getParamType(1);
1640 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(),
1644 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs);
CGExprCXX.cpp 1606 const FunctionProtoType *allocatorType =
1623 if (allocatorType->getNumParams() > 1) {
1624 AlignValT = allocatorType->getParamType(1);
1640 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(),
1644 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs);

Completed in 58 milliseconds