Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h84 struct timespec RetVal; in toTimeSpec() local
94 struct timeval RetVal; in toTimeVal() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp450 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 DBuiltinFunctionChecker.cpp147 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 DStreamChecker.cpp236 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 DSTLAlgorithmModeling.cpp138 SVal RetVal = SVB.conjureSymbolVal(nullptr, Elem, 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 DStackAddrEscapeChecker.cpp312 const Expr *RetE, SVal &RetVal) { in FilterReturnExpressionLeaks()
348 FindEscapingStackRegions(CheckerContext &C, const Expr *RetE, SVal RetVal) { in FindEscapingStackRegions()
H A DMallocChecker.cpp1437 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 DPaddingChecker.cpp251 FieldInfo RetVal; in calculateOptimalPad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp231 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 DAMDGPURewriteOutArguments.cpp340 Value *RetVal = RI->getReturnValue(); in 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()
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 DEvaluator.cpp509 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 DHexagon.cpp107 llvm::Value *RetVal = in EmitHexagonBuiltinExpr() 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/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h137 uint64_t RetVal; member
/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/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp989 Value *RetVal = PoisonValue::get(RetTy); in removeDeadStuffFromFunction() local
1045 Value *RetVal = nullptr; in removeDeadStuffFromFunction() local
H A DFunctionAttrs.cpp1027 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 DBodyFarm.cpp215 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 DInvalidPtrChecker.cpp209 DefinedOrUnknownSVal RetVal = in postPreviousReturnInvalidatingCall() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp804 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 DAArch64Arm64ECCallLowering.cpp478 Value *RetVal = Call; in buildExitThunk() local
579 Value *RetVal = Call; in buildEntryThunk() local
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp404 if (int RetVal = compileModule(argv, Context)) in main() local

123