Home
last modified time | relevance | path

Searched refs:getSimpleCall (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1370 CallEventManager::getSimpleCall(const CallExpr *CE, ProgramStateRef State, in getSimpleCall() function in CallEventManager
1447 return getSimpleCall(CE, State, LC); in getCall()
H A DExprEngineCallAndReturn.cpp507 = CEMgr.getSimpleCall(CE, Pred->getState(), Pred->getLocationContext()); in VisitCallExpr()
H A DExprEngineCXX.cpp325 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx); in computeObjectUnderConstruction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1393 getSimpleCall(const CallExpr *E, ProgramStateRef State,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3241 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()