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
   77 class CallEventRef : public IntrusiveRefCntPtr<const T> {
   79   CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {}
   82   CallEventRef<T> cloneWithState(ProgramStateRef State) const {
  879   CXXAllocatorCall(const CXXAllocatorCall &Other) = default;
  881   void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); }
 1169   T *create(Arg A, ProgramStateRef St, const LocationContext *LCtx) {
 1170     static_assert(sizeof(T) == sizeof(CallEventTemplateTy),
 1172     return new (allocate()) T(A, St, LCtx);
 1235   CallEventRef<CXXAllocatorCall>
 1238     return create<CXXAllocatorCall>(E, State, LCtx);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  677   CallEventRef<CXXAllocatorCall> Call =
  772   CallEventRef<CXXAllocatorCall> Call =