Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp565 ExprResult getCall() { in getCall() function in __anon43ad03e70411::RuntimeInterfaceBuilder
746 ExprResult Result = Builder.getCall(); in SynthesizeExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp178 const Expr &getCall() const { in getCall() function in __anoneb2f406b0111::ParameterStatus
240 return getStatusFor(Index).getCall(); in getCallFor()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1436 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx, ElemRef)) in getCaller()
1482 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State, in getCall() function in CallEventManager
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp182 const CallBase *getCall() const { in getCall() function in __anon672a7b590211::MemoryLocOrCall
235 MLOC.getCall()->getCalledOperand())); in getHashValue()
237 for (const Value *Arg : MLOC.getCall()->args()) in getHashValue()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1346 CallEventRef<> getCall(const Stmt *S, ProgramStateRef State,