Searched refs:getCall (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | CallDescriptionTest.cpp | 93 return CEMgr.getCall(E, State, SFC); in performTest()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 178 const Expr &getCall() const { in getCall() function in __anon2223d6250111::ParameterStatus 240 return getStatusFor(Index).getCall(); in getCallFor()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1369 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx)) in getCaller() 1413 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State, in getCall() function in CallEventManager
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 189 const CallBase *getCall() const { in getCall() function in __anonca596e530211::MemoryLocOrCall 242 MLOC.getCall()->getCalledOperand())); in getHashValue() 244 for (const Value *Arg : MLOC.getCall()->args()) in getHashValue()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 253 Optional<CallEventRef<>> CE = Mgr.getCall(S, CurrSt, LCtx); in generateDiagnosticsForCallLike()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1295 getCall(const Stmt *S, ProgramStateRef State,
|