Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:allocator

1208 allocator = E->getOperatorNew();
1210 allocator->getType()->castAs<FunctionProtoType>();
1239 // Emit the allocation call. If the allocator is a global placement
1242 if (allocator->isReservedGlobalPlacementOperator()) {
1248 RV = EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs);