Searched defs:CXXAllocatorCall (Results 1 - 1 of 1) 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
881 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } variable

Completed in 45 milliseconds