| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Unix.h | 84 struct timespec RetVal; in toTimeSpec() local 94 struct timeval RetVal; in toTimeVal() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 450 ConstCFGElementRef Elem, SVal RetVal, in handleComparison() 510 SymbolRef Sym2, SVal RetVal, in processComparison() 538 void IteratorModeling::handleIncrement(CheckerContext &C, SVal RetVal, in handleIncrement() 564 void IteratorModeling::handleDecrement(CheckerContext &C, SVal RetVal, in handleDecrement() 593 SVal RetVal, SVal Iterator, in handleRandomIncrOrDecr() 675 SVal RetVal, SVal Iter, in handleAdvance() 681 SVal RetVal, SVal Iter, SVal Amount) const { in handlePrev() 686 SVal RetVal, SVal Iter, SVal Amount) const { in handleNext() 691 ConstCFGElementRef Elem, SVal RetVal, in assignToContainer()
|
| H A D | BuiltinFunctionChecker.cpp | 147 BuiltinFunctionChecker::checkOverflow(CheckerContext &C, SVal RetVal, in checkOverflow() 177 SVal RetVal, bool IsOverflow) const { in initStateAftetBuiltinOverflow() 213 SVal RetVal = SVB.evalBinOp(State, Op, Arg1, Arg2, ResultType); in handleOverflowBuiltin() local
|
| H A D | StreamChecker.cpp | 236 DefinedSVal RetVal = makeRetVal(C, Elem); in bindAndAssumeTrue() local 686 NonLoc RetVal = makeRetVal(C, Elem.value()).castAs<NonLoc>(); in makeAndBindRetVal() local 719 DefinedSVal RetVal = makeRetVal(C, Elem.value()); in makeRetValAndAssumeDual() local 904 ProgramStateRef State, DefinedSVal RetVal, CheckerContext &C) const { in assumeNoAliasingWithStdStreams() 934 DefinedSVal RetVal = makeRetVal(C, Call.getCFGElementRef()); in evalFopen() local 1203 NonLoc RetVal = makeRetVal(C, E.Elem.value()).castAs<NonLoc>(); in evalFreadFwrite() local 1238 NonLoc RetVal = makeRetVal(C, E.Elem.value()).castAs<NonLoc>(); in evalFgetx() local 1303 NonLoc RetVal = makeRetVal(C, E.Elem.value()).castAs<NonLoc>(); in evalFputx() local 1337 NonLoc RetVal = makeRetVal(C, E.Elem.value()).castAs<NonLoc>(); in evalFprintf() local 1382 NonLoc RetVal = makeRetVal(C, E.Elem.value()).castAs<NonLoc>(); in evalFscanf() local [all …]
|
| H A D | STLAlgorithmModeling.cpp | 138 SVal RetVal = SVB.conjureSymbolVal(nullptr, Elem, LCtx, C.blockCount()); in Find() local
|
| H A D | PthreadLockChecker.cpp | 457 SVal RetVal = Call.getReturnValue(); in AcquireLockAux() local 477 SVal RetVal = Call.getReturnValue(); in AcquireLockAux() local
|
| H A D | StackAddrEscapeChecker.cpp | 312 const Expr *RetE, SVal &RetVal) { in FilterReturnExpressionLeaks() 348 FindEscapingStackRegions(CheckerContext &C, const Expr *RetE, SVal RetVal) { in FindEscapingStackRegions()
|
| H A D | MallocChecker.cpp | 1437 auto RetVal = State->getSVal(BufArg, Call.getLocationContext()); in checkCXXNewOrCXXDelete() local 1668 ProgramStateRef State, std::optional<SVal> RetVal) { in ProcessZeroAllocCheck() 1893 DefinedSVal RetVal = in MallocBindRetVal() local 1980 SVal RetVal = State->getSVal(CE, C.getLocationContext()); in MallocMemAux() local 2001 std::optional<SVal> RetVal) { in MallocUpdateRefState() 2347 SVal RetVal = C.getSVal(ParentExpr); in FreeMemAux() local 2890 SVal RetVal = stateRealloc->getSVal(CE, C.getLocationContext()); in ReallocMemAux() local 3195 SVal RetVal = C.getSVal(E); in checkEscapeOnReturn() local
|
| H A D | PaddingChecker.cpp | 251 FieldInfo RetVal; in calculateOptimalPad() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUUnifyDivergentExitNodes.cpp | 231 Value *RetVal = RetTy->isVoidTy() ? nullptr : PoisonValue::get(RetTy); in run() local 293 Value *RetVal = RetTy->isVoidTy() ? nullptr : PoisonValue::get(RetTy); in run() local
|
| H A D | AMDGPURewriteOutArguments.cpp | 340 Value *RetVal = RI->getReturnValue(); in runOnFunction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHazardRecognizer.cpp | 46 HazardType RetVal = Hazard; in getHazardType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 377 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal, in slotOnlyDiscardsData() 666 const Value *RetVal = Ret->getOperand(0), *CallVal = I; in returnTypeIsEligibleForTailCall() local 717 Value *RetVal = Ret ? Ret->getReturnValue() : nullptr; in funcReturnsFirstArgOfCall() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 509 Constant *RetVal = nullptr; in EvaluateBlock() local 595 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, in EvaluateFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | Hexagon.cpp | 107 llvm::Value *RetVal = in EmitHexagonBuiltinExpr() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | WrapperFunctionUtils.h | 495 RetT RetVal = detail::ResultDeserializer<SPSRetTagT, RetT>::makeValue(); in callAsync() local 676 runWithSPSRet(RetT &RetVal) const { in runWithSPSRet()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | WholeProgramDevirt.h | 137 uint64_t RetVal; member
|
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ExecutionDriver.cpp | 334 Expected<int> RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, in executeProgram() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 989 Value *RetVal = PoisonValue::get(RetTy); in removeDeadStuffFromFunction() local 1045 Value *RetVal = nullptr; in removeDeadStuffFromFunction() local
|
| H A D | FunctionAttrs.cpp | 1027 auto *RetVal = in addArgumentReturnedAttrs() local 1456 Value *RetVal = FlowsToReturn[i]; in isFunctionMallocLike() local 1568 Value *RetVal = FlowsToReturn[i]; in isReturnNonNull() local 1711 Value *RetVal = Ret->getReturnValue(); in addNoUndefAttrs() local
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 215 ReturnStmt *ASTMaker::makeReturn(const Expr *RetVal) { in makeReturn() 678 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) in create_OSAtomicCompareAndSwap() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 209 DefinedOrUnknownSVal RetVal = in postPreviousReturnInvalidatingCall() local
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 804 auto RetVal = Base::traverseAPIRecord(Record); in traverseAPIRecord() local 950 bool RetVal = traverseRecordContext(Record); in traverseObjCCategoryRecord() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 478 Value *RetVal = Call; in buildExitThunk() local 579 Value *RetVal = Call; in buildEntryThunk() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 404 if (int RetVal = compileModule(argv, Context)) in main() local
|