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.h767 class CXXAllocatorCall : public AnyFunctionCall {
771 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St, in CXXAllocatorCall() function
775 CXXAllocatorCall(const CXXAllocatorCall &Other) : AnyFunctionCall(Other) {} in CXXAllocatorCall() function
776 virtual void cloneTo(void *Dest) const { new (Dest) CXXAllocatorCall(*this); } in cloneTo()
998 CallEventRef<CXXAllocatorCall>
1001 return create<CXXAllocatorCall>(E, State, LCtx); in getCXXAllocatorCall()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp287 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()