/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Unix.h | 90 struct timespec RetVal; in toTimeSpec() local 100 struct timeval RetVal; in toTimeVal() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorModeling.cpp | 447 SVal RetVal, SVal LVal, SVal RVal, in handleComparison() 506 SymbolRef Sym2, SVal RetVal, in processComparison() 534 void IteratorModeling::handleIncrement(CheckerContext &C, SVal RetVal, in handleIncrement() 560 void IteratorModeling::handleDecrement(CheckerContext &C, SVal RetVal, in handleDecrement() 588 SVal RetVal, SVal Iterator, in handleRandomIncrOrDecr() 669 SVal RetVal, SVal Iter, in handleAdvance() 675 SVal RetVal, SVal Iter, SVal Amount) const { in handlePrev() 680 SVal RetVal, SVal Iter, SVal Amount) const { in handleNext() 685 SVal RetVal, in assignToContainer()
|
H A D | StreamChecker.cpp | 238 DefinedSVal RetVal = makeRetVal(C, CE); in bindAndAssumeTrue() local 679 NonLoc RetVal = makeRetVal(C, CE).castAs<NonLoc>(); in makeAndBindRetVal() local 712 DefinedSVal RetVal = makeRetVal(C, CE); in makeRetValAndAssumeDual() local 897 DefinedSVal RetVal = makeRetVal(C, CE); in evalFopen() local 1164 NonLoc RetVal = makeRetVal(C, E.CE).castAs<NonLoc>(); in evalFreadFwrite() local 1199 NonLoc RetVal = makeRetVal(C, E.CE).castAs<NonLoc>(); in evalFgetx() local 1264 NonLoc RetVal = makeRetVal(C, E.CE).castAs<NonLoc>(); in evalFputx() local 1298 NonLoc RetVal = makeRetVal(C, E.CE).castAs<NonLoc>(); in evalFprintf() local 1343 NonLoc RetVal = makeRetVal(C, E.CE).castAs<NonLoc>(); in evalFscanf() local 1424 NonLoc RetVal = makeRetVal(C, E.CE).castAs<NonLoc>(); in evalGetdelim() local [all …]
|
H A D | STLAlgorithmModeling.cpp | 135 SVal RetVal = SVB.conjureSymbolVal(nullptr, CE, 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 | PaddingChecker.cpp | 253 FieldInfo RetVal; in calculateOptimalPad() local
|
H A D | MallocChecker.cpp | 1474 std::optional<SVal> RetVal) { in ProcessZeroAllocCheck() 1771 DefinedSVal RetVal = in MallocMemAux() local 1796 std::optional<SVal> RetVal) { in MallocUpdateRefState() 2095 SVal RetVal = C.getSVal(ParentExpr); in FreeMemAux() local 2705 SVal RetVal = C.getSVal(CE); in ReallocMemAux() local 2993 SVal RetVal = C.getSVal(E); in checkEscapeOnReturn() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUUnifyDivergentExitNodes.cpp | 232 Value *RetVal = RetTy->isVoidTy() ? nullptr : PoisonValue::get(RetTy); in run() local 294 Value *RetVal = RetTy->isVoidTy() ? nullptr : PoisonValue::get(RetTy); in run() local
|
H A D | AMDGPURewriteOutArguments.cpp | 346 Value *RetVal = RI->getReturnValue(); 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() 665 const Value *RetVal = Ret->getOperand(0), *CallVal = I; in returnTypeIsEligibleForTailCall() local 716 Value *RetVal = Ret ? Ret->getReturnValue() : nullptr; in funcReturnsFirstArgOfCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 540 Constant *RetVal = nullptr; in EvaluateBlock() local 629 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, in EvaluateFunction()
|
H A D | IntegerDivision.cpp | 240 Value *RetVal = Builder.CreateSelect(Ret0, Zero, Dividend); in generateUnsignedDivisionCode() 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/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 776 auto *RetVal = in addArgumentReturnedAttrs() local 1062 Value *RetVal = FlowsToReturn[i]; in isFunctionMallocLike() local 1175 Value *RetVal = FlowsToReturn[i]; in isReturnNonNull() local 1318 Value *RetVal = Ret->getReturnValue(); in addNoUndefAttrs() local
|
H A D | DeadArgumentElimination.cpp | 983 Value *RetVal = PoisonValue::get(RetTy); in removeDeadStuffFromFunction() local 1040 Value *RetVal = nullptr; in removeDeadStuffFromFunction() local
|
/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/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 136 uint64_t RetVal; member
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | InvalidPtrChecker.cpp | 209 DefinedOrUnknownSVal RetVal = C.getSValBuilder().conjureSymbolVal( in postPreviousReturnInvalidatingCall() local
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 792 auto RetVal = Base::traverseAPIRecord(Record); in traverseAPIRecord() local 938 bool RetVal = traverseRecordContext(Record); in traverseObjCCategoryRecord() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 484 Value *RetVal = Call; in buildExitThunk() local 586 Value *RetVal = Call; in buildEntryThunk() local
|
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | SandboxIR.cpp | 590 ReturnInst *ReturnInst::createCommon(Value *RetVal, IRBuilder<> &Builder, in createCommon() 600 ReturnInst *ReturnInst::create(Value *RetVal, Instruction *InsertBefore, in create() 608 ReturnInst *ReturnInst::create(Value *RetVal, BasicBlock *InsertAtEnd, in create()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingFile.c | 511 int RetVal; in writeFile() local 544 int RetVal; in writeOrderFile() local
|
/freebsd/contrib/llvm-project/llvm/tools/llc/ |
H A D | llc.cpp | 409 if (int RetVal = compileModule(argv, Context)) in main() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 445 runWithSPSRet(RetT & RetVal) runWithSPSRet() argument
|