Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1403 CallEventManager::getSimpleCall(const CallExpr *CE, ProgramStateRef State, in getSimpleCall() function in CallEventManager
1489 return getSimpleCall(CE, State, LC, ElemRef); in getCall()
H A DExprEngineCallAndReturn.cpp611 CallEventRef<> CallTemplate = CEMgr.getSimpleCall( in VisitCallExpr()
H A DExprEngineCXX.cpp367 CEMgr.getSimpleCall(CE, State, LCtx, getCFGElementRef()); in computeObjectUnderConstruction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1422 CallEventRef<> getSimpleCall(const CallExpr *E, ProgramStateRef State,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3517 CEMgr.getSimpleCall(CallE, state, CurrentLC, {nullptr, 0}); in VisitNode()