| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 201 if (getIteratorPosition(State, Call.getReturnValue())) in checkPostCall() 207 State = setIteratorPosition(State, Call.getReturnValue(), *Pos); in checkPostCall() 227 assignToContainer(C, OrigExpr, Call.getReturnValue(), in checkPostCall() 361 handleComparison(C, OrigExpr, Call.getReturnValue(), in handleOverloadedOperator() 377 handleRandomIncrOrDecr(C, OrigExpr, Op, Call.getReturnValue(), in handleOverloadedOperator() 397 handleRandomIncrOrDecr(C, OrigExpr, Op, Call.getReturnValue(), in handleOverloadedOperator() 404 handleIncrement(C, Call.getReturnValue(), InstCall->getCXXThisVal(), in handleOverloadedOperator() 409 handleIncrement(C, Call.getReturnValue(), Call.getArgSVal(0), in handleOverloadedOperator() 419 handleDecrement(C, Call.getReturnValue(), Call.getArgSVal(0), in handleOverloadedOperator() 431 (this->**Handler)(C, OrigExpr, Call.getReturnValue(), in handleAdvanceLikeFunction() [all …]
|
| H A D | TrustNonnullChecker.cpp | 89 if (auto L = Call.getReturnValue().getAs<Loc>()) in checkPostCall() 117 SymbolRef RetS = Msg.getReturnValue().getAsSymbol(); in checkPostObjCMessage()
|
| H A D | ReturnValueChecker.cpp | 90 SVal ReturnV = Call.getReturnValue(); in checkPostCall()
|
| H A D | FuchsiaHandleChecker.cpp | 380 ResultSymbol = Call.getReturnValue().getAsSymbol(); in checkPostCall() 384 SymbolRef RetSym = Call.getReturnValue().getAsSymbol(); in checkPostCall() 400 SymbolRef RetSym = Call.getReturnValue().getAsSymbol(); in checkPostCall()
|
| H A D | PthreadLockChecker.cpp | 426 SVal RetVal = Call.getReturnValue(); in AcquireLockAux() 446 SVal RetVal = Call.getReturnValue(); in AcquireLockAux() 556 SymbolRef sym = Call.getReturnValue().getAsSymbol(); in DestroyLockAux()
|
| H A D | BlockInCriticalSectionChecker.cpp | 161 SymbolRef BlockDesc = Call.getReturnValue().getAsSymbol(); in checkPostCall()
|
| H A D | VforkChecker.cpp | 155 SVal VforkRetVal = Call.getReturnValue(); in checkPostCall()
|
| H A D | DynamicTypePropagation.cpp | 312 const MemRegion *RetReg = Call.getReturnValue().getAsRegion(); in checkPostCall() 911 SymbolRef RetSym = M.getReturnValue().getAsSymbol(); in checkPostObjCMessage() 996 const MemRegion *RetRegion = M.getReturnValue().getAsRegion(); in checkPostObjCMessage()
|
| H A D | SimpleStreamChecker.cpp | 126 SymbolRef FileDesc = Call.getReturnValue().getAsSymbol(); in checkPostCall()
|
| H A D | InnerPointerChecker.cpp | 240 SVal RawPtr = Call.getReturnValue(); in checkPostCall()
|
| H A D | ObjCSelfInitChecker.cpp | 292 addSelfFlag(state, CE.getReturnValue(), prevFlags, C); in checkPostCall()
|
| H A D | LocalizationChecker.cpp | 938 SVal sv = Call.getReturnValue(); in checkPostCall() 951 SVal sv = Call.getReturnValue(); in checkPostCall() 988 SVal sv = msg.getReturnValue(); in checkPostObjCMessage()
|
| H A D | NullabilityChecker.cpp | 801 const MemRegion *Region = getTrackRegion(Call.getReturnValue()); in checkPostCall() 870 const MemRegion *ReturnRegion = getTrackRegion(M.getReturnValue()); in checkPostObjCMessage()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 322 if (Ret->getReturnValue()) in versionCallSite() 323 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSite()
|
| H A D | InlineFunction.cpp | 2428 auto *OldCast = dyn_cast_or_null<BitCastInst>(RI->getReturnValue()); in InlineFunction() 2480 if (&CB == R->getReturnValue()) in InlineFunction() 2483 CB.replaceAllUsesWith(R->getReturnValue()); in InlineFunction() 2565 assert(RI->getReturnValue()->getType() == PHI->getType() && in InlineFunction() 2567 PHI->addIncoming(RI->getReturnValue(), RI->getParent()); in InlineFunction() 2590 if (&CB == Returns[0]->getReturnValue()) in InlineFunction() 2593 CB.replaceAllUsesWith(Returns[0]->getReturnValue()); in InlineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 609 Value *RetVal = Ret->getReturnValue()->stripPointerCasts(); in addArgumentReturnedAttrs() 877 FlowsToReturn.insert(Ret->getReturnValue()); in isFunctionMallocLike() 990 FlowsToReturn.insert(Ret->getReturnValue()); in isReturnNonNull()
|
| H A D | GlobalDCE.cpp | 94 return !RI->getReturnValue(); in isEmptyFunction()
|
| H A D | CalledValuePropagation.cpp | 245 auto RegI = CVPLatticeKey(I.getReturnValue(), IPOGrouping::Register); in visitReturn()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | TailRecursionElimination.cpp | 697 if (Ret->getReturnValue() == CI || AccRecInstr) { in eliminateCall() 706 RetKnownPN, RetPN, Ret->getReturnValue(), "current.ret.tr", Ret); in eliminateCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1225 DFSF.getShadow(RI->getReturnValue()), RI); in getOrBuildTrampolineFunction() 1228 Value *Origin = DFSF.getOrigin(RI->getReturnValue()); in getOrBuildTrampolineFunction() 2800 if (!DFSF.IsNativeABI && RI.getReturnValue()) { in visitReturnInst() 2804 if (isAMustTailRetVal(RI.getReturnValue())) in visitReturnInst() 2807 Value *S = DFSF.getShadow(RI.getReturnValue()); in visitReturnInst() 2819 Value *O = DFSF.getOrigin(RI.getReturnValue()); in visitReturnInst() 2830 IRB.CreateInsertValue(UndefValue::get(RT), RI.getReturnValue(), 0); in visitReturnInst() 2832 IRB.CreateInsertValue(InsVal, DFSF.getShadow(RI.getReturnValue()), 1); in visitReturnInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 375 Value *RetVal = RI->getReturnValue(); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 480 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) { in processSummaryOfInlined() 524 SVal L = CE.getReturnValue(); in updateOutParameters() 688 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) { in checkSummary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 385 Value *RVal = RI->getReturnValue(); in fixupFPReturnAndCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 165 if (Value *RV = RI->getReturnValue()) { in getTerminatingMustTailCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 323 Expression *getReturnValue();
|