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.h798 class CXXAllocatorCall : public AnyFunctionCall {
802 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St, in CXXAllocatorCall() function
806 CXXAllocatorCall(const CXXAllocatorCall &Other) : AnyFunctionCall(Other) {} in CXXAllocatorCall() function
807 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } in cloneTo()
1037 CallEventRef<CXXAllocatorCall>
1040 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()