Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp928 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
1026 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
DCallEvent.cpp1455 return getCXXAllocatorCall(NE, State, LC); in getCall()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h1342 getCXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef State, in getCXXAllocatorCall() function