Lines Matching refs:allocator
1177 FunctionDecl *allocator = E->getOperatorNew();
1179 allocator->getType()->castAs<FunctionProtoType>();
1231 // Emit the allocation call. If the allocator is a global placement
1234 if (allocator->isReservedGlobalPlacementOperator()) {
1242 CGM.GetAddrOfFunction(allocator), ReturnValueSlot(),
1243 allocatorArgs, allocator);