Searched refs:getCall (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 178 const Expr &getCall() const { in getCall() function in __anon4ef948f50111::ParameterStatus 240 return getStatusFor(Index).getCall(); in getCallFor()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1439 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx, ElemRef)) in getCaller() 1485 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State, in getCall() function in CallEventManager
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 183 const CallBase *getCall() const { in getCall() function in __anon72856b230211::MemoryLocOrCall 236 MLOC.getCall()->getCalledOperand())); in getHashValue() 238 for (const Value *Arg : MLOC.getCall()->args()) in getHashValue()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 253 std::optional<CallEventRef<>> CE = Mgr.getCall(S, CurrSt, LCtx, {nullptr, 0}); in generateDiagnosticsForCallLike()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 1418 CallEventRef<> getCall(const Stmt *S, ProgramStateRef State,
|