reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprCXX.cpp
 1581       allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType());
 1582       allocatorArgs.add(RValue::get(allocation.getPointer()), arg->getType());
 1592     allocatorArgs.add(RValue::get(allocSize), sizeType);
 1614       allocatorArgs.add(
 1620     EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(),
 1624       EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs);
 1677                           allocatorArgs);