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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1008 class CXXAllocatorCall : public AnyFunctionCall { class in namespace:clang::ento
1012 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St, function in class:clang::ento::CXXAllocatorCall
1017 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } variable

Completed in 62 milliseconds