Searched defs:RetVal (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp46 HazardType RetVal = Hazard; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h91 struct timespec RetVal; local
101 struct timeval RetVal; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp113 SVal RetVal = SVB.conjureSymbolVal(nullptr, CE, LCtx, C.blockCount()); local
H A DContainerModeling.cpp259 handleBegin(CheckerContext &C, const Expr *CE, SVal RetVal, SVal Cont) const argument
281 handleEnd(CheckerContext &C, const Expr *CE, SVal RetVal, SVal Cont) const argument
H A DIteratorModeling.cpp424 handleComparison(CheckerContext &C, const Expr *CE, SVal RetVal, const SVal &LVal, const SVal &RVal, OverloadedOperatorKind Op) const argument
477 processComparison(CheckerContext &C, ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2, const SVal &RetVal, OverloadedOperatorKind Op) const argument
507 handleIncrement(CheckerContext &C, const SVal &RetVal, const SVal &Iter, bool Postfix) const argument
533 handleDecrement(CheckerContext &C, const SVal &RetVal, const SVal &Iter, bool Postfix) const argument
559 handleRandomIncrOrDecr(CheckerContext &C, const Expr *CE, OverloadedOperatorKind Op, const SVal &RetVal, const SVal &LHS, const SVal &RHS) const argument
641 handleAdvance(CheckerContext &C, const Expr *CE, SVal RetVal, SVal Iter, SVal Amount) const argument
647 handlePrev(CheckerContext &C, const Expr *CE, SVal RetVal, SVal Iter, SVal Amount) const argument
652 handleNext(CheckerContext &C, const Expr *CE, SVal RetVal, SVal Iter, SVal Amount) const argument
657 assignToContainer(CheckerContext &C, const Expr *CE, const SVal &RetVal, const MemRegion *Cont) const argument
[all...]
H A DPthreadLockChecker.cpp419 SVal RetVal = Call.getReturnValue(); local
439 SVal RetVal = Call.getReturnValue(); local
H A DStreamChecker.cpp182 DefinedSVal RetVal = makeRetVal(C, CE); local
635 Optional<NonLoc> RetVal = makeRetVal(C, CE).castAs<NonLoc>(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp346 Expected<int> RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, local
371 outFile << "exit " << *RetVal << '\n'; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp235 Value *RetVal = RetTy->isVoidTy() ? nullptr : UndefValue::get(RetTy); local
311 Value *RetVal = RetTy->isVoidTy() ? nullptr : UndefValue::get(RetTy); local
H A DAMDGPURewriteOutArguments.cpp393 Value *RetVal = RI->getReturnValue(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp586 Constant *RetVal = nullptr; local
669 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, argument
H A DIntegerDivision.cpp260 Value *RetVal = Builder.CreateSelect(Ret0, Zero, Dividend); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h135 uint64_t RetVal; member in struct:llvm::wholeprogramdevirt::VirtualCallTarget
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp979 Value *RetVal = UndefValue::get(RetTy); local
1036 Value *RetVal = nullptr; local
[all...]
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c111 bit32 RetVal = 0xFFFFFFFF; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp898 auto *RetVal = RI->getReturnValue(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp355 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal, argument
650 const Value *RetVal = Ret->getOperand(0), *CallVal = I; local
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c987 int RetVal; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp926 SVal RetVal = state->getSVal(BindReturnTo, LCtx); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp528 SVal RetVal = local
H A DExprEngineCXX.cpp788 SVal RetVal = State->getSVal(CNE, LCtx); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c329 int RetVal; local
362 int RetVal; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp201 ReturnStmt *ASTMaker::makeReturn(const Expr *RetVal) { argument
646 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp413 auto RetVal = InterfaceValue{0, 0}; local
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-rpcap.c1603 int RetVal = 0; local

Completed in 406 milliseconds

12