Searched refs:getSimpleCall (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1375 CallEventManager::getSimpleCall(const CallExpr *CE, ProgramStateRef State, in getSimpleCall() function in CallEventManager 1453 return getSimpleCall(CE, State, LC); in getCall()
|
| H A D | ExprEngineCallAndReturn.cpp | 614 = CEMgr.getSimpleCall(CE, Pred->getState(), Pred->getLocationContext()); in VisitCallExpr()
|
| H A D | ExprEngineCXX.cpp | 360 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx); in computeObjectUnderConstruction()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1312 getSimpleCall(const CallExpr *E, ProgramStateRef State,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 3449 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()
|