Searched refs:getCall (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 565 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 D | CalledOnceCheck.cpp | 178 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 D | CallEvent.cpp | 1436 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 D | MemorySSA.cpp | 182 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 D | RetainCountDiagnostics.cpp | 253 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 D | CallEvent.h | 1346 CallEventRef<> getCall(const Stmt *S, ProgramStateRef State,
|