Searched refs:getCall (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 178 const Expr &getCall() const { in getCall() function in __anon78fe7f2a0111::ParameterStatus 240 return getStatusFor(Index).getCall(); in getCallFor()
|
| /src/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
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 183 const CallBase *getCall() const { in getCall() function in __anon66a062f80211::MemoryLocOrCall 236 MLOC.getCall()->getCalledOperand())); in getHashValue() 238 for (const Value *Arg : MLOC.getCall()->args()) in getHashValue()
|
| /src/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()
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1418 CallEventRef<> getCall(const Stmt *S, ProgramStateRef State,
|