Searched refs:CXXAllocatorCall (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h872 class CXXAllocatorCall : public AnyFunctionCall { class in namespace:clang::ento
876 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St, function in class:clang::ento::CXXAllocatorCall
879 CXXAllocatorCall(const CXXAllocatorCall &Other) = default;
881 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } variable
1235 CallEventRef<CXXAllocatorCall>
1238 return create<CXXAllocatorCall>(E, State, LCtx);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp677 CallEventRef<CXXAllocatorCall> Call =
739 // FIXME: Much of this should eventually migrate to CXXAllocatorCall.
772 CallEventRef<CXXAllocatorCall> Call =

Completed in 107 milliseconds