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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
 1172     return new (allocate()) T(A, St, LCtx);
 1179     return new (allocate()) T(A1, A2, St, LCtx);
 1187     return new (allocate()) T(A1, A2, A3, St, LCtx);
 1196     return new (allocate()) T(A1, A2, A3, A4, St, LCtx);
 1252   T *Copy = static_cast<T *>(Mgr.allocate());