Home
last modified time | relevance | path

Searched refs:getCXXAllocatorCall (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp354 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
407 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
DCallEvent.cpp947 return getCXXAllocatorCall(cast<CXXNewExpr>(CallSite), State, CallerCtx); in getCaller()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h979 getCXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef State, in getCXXAllocatorCall() function