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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1000 class CXXAllocatorCall : public AnyFunctionCall { class in namespace:clang::ento
1004 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St, function in class:clang::ento::CXXAllocatorCall
1009 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } variable

Completed in 187 milliseconds