Home
last modified time | relevance | path

Searched defs:RetVal (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h90 struct timespec RetVal; in toTimeSpec() local
100 struct timeval RetVal; in toTimeVal() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp447 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 DStreamChecker.cpp238 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 DSTLAlgorithmModeling.cpp135 SVal RetVal = SVB.conjureSymbolVal(nullptr, CE, LCtx, C.blockCount()); in Find() local
H A DPthreadLockChecker.cpp457 SVal RetVal = Call.getReturnValue(); in AcquireLockAux() local
477 SVal RetVal = Call.getReturnValue(); in AcquireLockAux() local
H A DPaddingChecker.cpp253 FieldInfo RetVal; in calculateOptimalPad() local
H A DMallocChecker.cpp1474 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 DAMDGPUUnifyDivergentExitNodes.cpp232 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 DAMDGPURewriteOutArguments.cpp346 Value *RetVal = RI->getReturnValue(); runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp46 HazardType RetVal = Hazard; in getHazardType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp377 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 DEvaluator.cpp540 Constant *RetVal = nullptr; in EvaluateBlock() local
629 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, in EvaluateFunction()
H A DIntegerDivision.cpp240 Value *RetVal = Builder.CreateSelect(Ret0, Zero, Dividend); in generateUnsignedDivisionCode() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h495 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 DFunctionAttrs.cpp776 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 DDeadArgumentElimination.cpp983 Value *RetVal = PoisonValue::get(RetTy); in removeDeadStuffFromFunction() local
1040 Value *RetVal = nullptr; in removeDeadStuffFromFunction() local
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp334 Expected<int> RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, in executeProgram() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h136 uint64_t RetVal; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp209 DefinedOrUnknownSVal RetVal = C.getSValBuilder().conjureSymbolVal( in postPreviousReturnInvalidatingCall() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp792 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 DAArch64Arm64ECCallLowering.cpp484 Value *RetVal = Call; in buildExitThunk() local
586 Value *RetVal = Call; in buildEntryThunk() local
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp590 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 DInstrProfilingFile.c511 int RetVal; in writeFile() local
544 int RetVal; in writeOrderFile() local
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp409 if (int RetVal = compileModule(argv, Context)) in main() local
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h445 runWithSPSRet(RetT & RetVal) runWithSPSRet() argument

123