Home
last modified time | relevance | path

Searched refs:getReturnValue (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp90 if (auto L = Call.getReturnValue().getAs<Loc>()) in checkPostCall()
118 SymbolRef RetS = Msg.getReturnValue().getAsSymbol(); in checkPostObjCMessage()
H A DIteratorChecker.cpp623 handleComparison(C, Call.getReturnValue(), Call.getArgSVal(0), in checkPostCall()
630 Call.getReturnValue(), in checkPostCall()
636 Call.getReturnValue(), Call.getArgSVal(0), in checkPostCall()
642 handleIncrement(C, Call.getReturnValue(), InstCall->getCXXThisVal(), in checkPostCall()
645 handleIncrement(C, Call.getReturnValue(), Call.getArgSVal(0), in checkPostCall()
653 handleDecrement(C, Call.getReturnValue(), Call.getArgSVal(0), in checkPostCall()
699 handleBegin(C, OrigExpr, Call.getReturnValue(), in checkPostCall()
704 handleEnd(C, OrigExpr, Call.getReturnValue(), in checkPostCall()
711 if (getIteratorPosition(State, Call.getReturnValue())) in checkPostCall()
717 State = setIteratorPosition(State, Call.getReturnValue(), *Pos); in checkPostCall()
[all …]
H A DBlockInCriticalSectionChecker.cpp162 SymbolRef BlockDesc = Call.getReturnValue().getAsSymbol(); in checkPostCall()
H A DDynamicTypePropagation.cpp202 const MemRegion *RetReg = Call.getReturnValue().getAsRegion(); in checkPostCall()
826 SymbolRef RetSym = M.getReturnValue().getAsSymbol(); in checkPostObjCMessage()
881 const MemRegion *RetRegion = M.getReturnValue().getAsRegion(); in checkPostObjCMessage()
H A DVforkChecker.cpp155 SVal VforkRetVal = Call.getReturnValue(); in checkPostCall()
H A DSimpleStreamChecker.cpp127 SymbolRef FileDesc = Call.getReturnValue().getAsSymbol(); in checkPostCall()
H A DInnerPointerChecker.cpp207 SVal RawPtr = Call.getReturnValue(); in checkPostCall()
H A DObjCSelfInitChecker.cpp293 addSelfFlag(state, CE.getReturnValue(), prevFlags, C); in checkPostCall()
H A DLocalizationChecker.cpp941 SVal sv = Call.getReturnValue(); in checkPostCall()
954 SVal sv = Call.getReturnValue(); in checkPostCall()
991 SVal sv = msg.getReturnValue(); in checkPostObjCMessage()
H A DNullabilityChecker.cpp763 const MemRegion *Region = getTrackRegion(Call.getReturnValue()); in checkPostCall()
832 const MemRegion *ReturnRegion = getTrackRegion(M.getReturnValue()); in checkPostObjCMessage()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp544 if (Ret->getNumOperands() == 1 && Ret->getReturnValue() != CI && in eliminateRecursiveTailCall()
545 !isa<UndefValue>(Ret->getReturnValue()) && in eliminateRecursiveTailCall()
551 if (!isDynamicConstant(Ret->getReturnValue(), CI, Ret)) in eliminateRecursiveTailCall()
663 AccPN->addIncoming(Ret->getReturnValue(), BB); in eliminateRecursiveTailCall()
H A DCorrelatedValuePropagation.cpp743 auto *RetVal = RI->getReturnValue(); in runImpl()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2154 auto *OldCast = dyn_cast_or_null<BitCastInst>(RI->getReturnValue()); in InlineFunction()
2204 if (TheCall == R->getReturnValue()) in InlineFunction()
2207 TheCall->replaceAllUsesWith(R->getReturnValue()); in InlineFunction()
2289 assert(RI->getReturnValue()->getType() == PHI->getType() && in InlineFunction()
2291 PHI->addIncoming(RI->getReturnValue(), RI->getParent()); in InlineFunction()
2314 if (TheCall == Returns[0]->getReturnValue()) in InlineFunction()
2317 TheCall->replaceAllUsesWith(Returns[0]->getReturnValue()); in InlineFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp86 return !RI->getReturnValue(); in isEmptyFunction()
H A DFunctionAttrs.cpp592 Value *RetVal = Ret->getReturnValue()->stripPointerCasts(); in addArgumentReturnedAttrs()
849 FlowsToReturn.insert(Ret->getReturnValue()); in isFunctionMallocLike()
962 FlowsToReturn.insert(Ret->getReturnValue()); in isReturnNonNull()
H A DCalledValuePropagation.cpp247 auto RegI = CVPLatticeKey(I.getReturnValue(), IPOGrouping::Register); in visitReturn()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp703 new StoreInst(DFSF.getShadow(RI->getReturnValue()), in getOrBuildTrampolineFunction()
1485 if (!DFSF.IsNativeABI && RI.getReturnValue()) { in visitReturnInst()
1488 Value *S = DFSF.getShadow(RI.getReturnValue()); in visitReturnInst()
1497 IRB.CreateInsertValue(UndefValue::get(RT), RI.getReturnValue(), 0); in visitReturnInst()
1499 IRB.CreateInsertValue(InsVal, DFSF.getShadow(RI.getReturnValue()), 1); in visitReturnInst()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp393 Value *RetVal = RI->getReturnValue(); in runOnFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp524 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) { in processSummaryOfInlined()
544 SVal L = CE.getReturnValue(); in updateOutParameters()
704 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) { in checkSummary()
H A DRetainCountDiagnostics.cpp225 SVal RV = (*CE)->getReturnValue(); in generateDiagnosticsForCallLike()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp386 Value *RVal = RI->getReturnValue(); in fixupFPReturnAndCall()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DBasicBlock.cpp155 if (Value *RV = RI->getReturnValue()) { in getTerminatingMustTailCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1461 RetEffect Ret = CE.getReturnValue(); in AddCFAnnotations()
1523 RetEffect Ret = CE.getReturnValue(); in migrateAddFunctionAnnotation()
1576 RetEffect Ret = CE.getReturnValue(); in AddCFAnnotations()
1655 RetEffect Ret = CE.getReturnValue(); in migrateAddMethodAnnotation()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFLGraph.h267 if (auto RetVal = Inst.getReturnValue()) { in visitReturnInst()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DRetainSummaryManager.h236 RetEffect getReturnValue() const { return Ret; } in getReturnValue() function

12