Home
last modified time | relevance | path

Searched refs:getCall (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DCallDescriptionTest.cpp93 return CEMgr.getCall(E, State, SFC); in performTest()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp178 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 DCallEvent.cpp1369 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 DMemorySSA.cpp189 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 DRetainCountDiagnostics.cpp253 Optional<CallEventRef<>> CE = Mgr.getCall(S, CurrSt, LCtx); in generateDiagnosticsForCallLike()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1295 getCall(const Stmt *S, ProgramStateRef State,