Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp903 CEMgr.getCXXAllocatorCall(CNE, State, LCtx, getCFGElementRef()); in VisitCXXNewAllocatorCall()
1002 CEMgr.getCXXAllocatorCall(CNE, State, LCtx, getCFGElementRef()); in VisitCXXNewExpr()
H A DCallEvent.cpp1511 return getCXXAllocatorCall(NE, State, LC, ElemRef); in getCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1465 getCXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef State, in getCXXAllocatorCall() function