Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp178 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 DCallEvent.cpp1439 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 DMemorySSA.cpp183 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 DRetainCountDiagnostics.cpp253 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 DCallEvent.h1418 CallEventRef<> getCall(const Stmt *S, ProgramStateRef State,