Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h830 class CXXAllocatorCall : public AnyFunctionCall {
834 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St, in CXXAllocatorCall() function
838 CXXAllocatorCall(const CXXAllocatorCall &Other) : AnyFunctionCall(Other) {} in CXXAllocatorCall() function
839 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } in cloneTo()
1074 CallEventRef<CXXAllocatorCall>
1077 return create<CXXAllocatorCall>(E, State, LCtx); in getCXXAllocatorCall()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp409 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall()
462 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()