Searched refs:getSimpleCall (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1403 CallEventManager::getSimpleCall(const CallExpr *CE, ProgramStateRef State, in getSimpleCall() function in CallEventManager 1489 return getSimpleCall(CE, State, LC, ElemRef); in getCall()
|
H A D | ExprEngineCallAndReturn.cpp | 611 CallEventRef<> CallTemplate = CEMgr.getSimpleCall( in VisitCallExpr()
|
H A D | ExprEngineCXX.cpp | 367 CEMgr.getSimpleCall(CE, State, LCtx, getCFGElementRef()); in computeObjectUnderConstruction()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 1422 CallEventRef<> getSimpleCall(const CallExpr *E, ProgramStateRef State,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 3517 CEMgr.getSimpleCall(CallE, state, CurrentLC, {nullptr, 0}); in VisitNode()
|