Home
last modified time | relevance | path

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

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