Searched refs:RetVal (Results 1 - 25 of 51) sorted by path

123

/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl354 #define RetVal r8
486 mov RetVal = r0
742 add RetVal = 1, r0
/freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c987 int RetVal; local
1019 while (((RetVal = sem_wait (Sem)) == -1) && (errno == EINTR))
1023 if (RetVal != 0)
1081 while (((RetVal = sem_timedwait (Sem, &Time)) == -1) && (errno == EINTR))
1087 if (RetVal != 0)
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c111 bit32 RetVal = 0xFFFFFFFF; local
118 RetVal = i;
123 return RetVal;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap.c1603 int RetVal = 0; local
1706 RetVal = -1;
1714 return RetVal;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5556 APValue RetVal;
5557 StmtResult Ret = {RetVal, nullptr};
5857 APValue RetVal;
5858 StmtResult Ret = {RetVal, nullptr};
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp96 ReturnStmt *makeReturn(const Expr *RetVal);
203 ReturnStmt *ASTMaker::makeReturn(const Expr *RetVal) { argument
204 return ReturnStmt::Create(C, SourceLocation(), const_cast<Expr *>(RetVal),
646 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) local
648 Stmts[1] = M.makeReturn(RetVal);
653 RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal)
655 Stmt *Else = M.makeReturn(RetVal);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7616 ExprResult RetVal;
7637 if (RetVal.isUnset() && Stmts.Stmts.empty())
7638 RetVal = CmpSoFar;
7667 if (RetVal.isUnset())
7668 RetVal = S.ActOnCXXBoolLiteral(Loc, tok::kw_true);
7683 RetVal = getDecl(EqualVD);
7684 if (RetVal.isInvalid())
7686 RetVal = buildStaticCastToR(RetVal.get());
7692 RetVal
[all...]
H A DSemaStmt.cpp3581 ExprResult RetVal = CorrectDelayedTyposInExpr(RetValExp); local
3582 if (RetVal.isInvalid())
3584 StmtResult R = BuildReturnStmt(ReturnLoc, RetVal.get());
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp90 void handleComparison(CheckerContext &C, const Expr *CE, SVal RetVal,
94 SymbolRef Sym1, SymbolRef Sym2, const SVal &RetVal,
96 void handleIncrement(CheckerContext &C, const SVal &RetVal, const SVal &Iter,
98 void handleDecrement(CheckerContext &C, const SVal &RetVal, const SVal &Iter,
101 OverloadedOperatorKind Op, const SVal &RetVal,
103 void handleBegin(CheckerContext &C, const Expr *CE, const SVal &RetVal,
105 void handleEnd(CheckerContext &C, const Expr *CE, const SVal &RetVal,
107 void assignToContainer(CheckerContext &C, const Expr *CE, const SVal &RetVal,
502 SVal RetVal, const SVal &LVal,
543 if (RetVal
501 handleComparison(CheckerContext &C, const Expr *CE, SVal RetVal, const SVal &LVal, const SVal &RVal, OverloadedOperatorKind Op) const argument
554 processComparison(CheckerContext &C, ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2, const SVal &RetVal, OverloadedOperatorKind Op) const argument
584 handleIncrement(CheckerContext &C, const SVal &RetVal, const SVal &Iter, bool Postfix) const argument
610 handleDecrement(CheckerContext &C, const SVal &RetVal, const SVal &Iter, bool Postfix) const argument
636 handleRandomIncrOrDecr(CheckerContext &C, const Expr *CE, OverloadedOperatorKind Op, const SVal &RetVal, const SVal &LHS, const SVal &RHS) const argument
672 handleBegin(CheckerContext &C, const Expr *CE, const SVal &RetVal, const SVal &Cont) const argument
694 handleEnd(CheckerContext &C, const Expr *CE, const SVal &RetVal, const SVal &Cont) const argument
716 assignToContainer(CheckerContext &C, const Expr *CE, const SVal &RetVal, const MemRegion *Cont) const argument
[all...]
H A DMallocChecker.cpp206 /// The optional \p RetVal parameter specifies the newly allocated pointer
211 Optional<SVal> RetVal = None);
412 /// \param [in] RetVal Specifies the newly allocated pointer value;
417 Optional<SVal> RetVal = None);
1232 ProgramStateRef State, Optional<SVal> RetVal) {
1236 if (!RetVal)
1237 RetVal = C.getSVal(E);
1270 SymbolRef Sym = RetVal->getAsLocSymbol();
1531 DefinedSVal RetVal = svalBuilder.getConjuredHeapSymbolVal(CE, LCtx, Count) local
1533 State = State->BindExpr(CE, C.getLocationContext(), RetVal);
1230 ProcessZeroAllocCheck( CheckerContext &C, const Expr *E, const unsigned IndexOfSizeArg, ProgramStateRef State, Optional<SVal> RetVal) argument
1557 MallocUpdateRefState(CheckerContext &C, const Expr *E, ProgramStateRef State, AllocationFamily Family, Optional<SVal> RetVal) argument
1886 SVal RetVal = C.getSVal(ParentExpr); local
2457 SVal RetVal = C.getSVal(CE); local
2748 SVal RetVal = C.getSVal(E); local
[all...]
H A DPaddingChecker.cpp248 FieldInfo RetVal;
249 RetVal.Field = FD;
251 std::tie(RetVal.Size, RetVal.Align) =
253 assert(llvm::isPowerOf2_64(RetVal.Align.getQuantity()));
255 RetVal.Align = std::max(Ctx.toCharUnitsFromBits(Max), RetVal.Align);
256 return RetVal;
H A DReturnUndefChecker.cpp32 DefinedOrUnknownSVal RetVal) const;
43 SVal RetVal = C.getSVal(RetE);
48 if (RetVal.isUndef()) {
75 checkReference(C, RetE, RetVal.castAs<DefinedOrUnknownSVal>());
104 DefinedOrUnknownSVal RetVal) const {
106 std::tie(StNonNull, StNull) = C.getState()->assume(RetVal);
H A DStreamChecker.cpp145 DefinedSVal RetVal =
148 state = state->BindExpr(CE, C.getLocationContext(), RetVal);
154 std::tie(stateNotNull, stateNull) = CM.assumeDual(state, RetVal);
156 SymbolRef Sym = RetVal.getAsSymbol();
157 assert(Sym && "RetVal must be a symbol here.");
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp926 SVal RetVal = state->getSVal(BindReturnTo, LCtx); local
932 if (RetVal.isUnknown() ||
935 RetVal =
940 state = state->BindExpr(CE, LCtx, RetVal, /*Invalidate=*/false);
953 if (auto L = RetVal.getAs<DefinedOrUnknownSVal>())
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp982 SVal RetVal = Node->getSVal(S); local
986 if (Optional<Loc> LValue = RetVal.getAs<Loc>())
987 RetVal = State->getSVal(*LValue);
995 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>())
H A DExprEngineCXX.cpp707 SVal RetVal = State->getSVal(CNE, LCtx); local
720 State = State->assume(RetVal.castAs<DefinedOrUnknownSVal>(), true);
724 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c329 int RetVal; local
346 RetVal = lprofWriteData(&fileWriter, lprofGetVPDataReader(), MergeDone);
357 return RetVal;
362 int RetVal; local
375 RetVal = orderFileWriter(OutputFile, DataBegin);
378 return RetVal;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h511 template<typename SC, typename RetVal=void>
513 RetVal visit(const SCEV *S) {
548 RetVal visitCouldNotCompute(const SCEVCouldNotCompute *S) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h1326 [this, SeqNo](typename AHTraits::ResultType RetVal) -> Error {
1328 std::move(RetVal));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h135 uint64_t RetVal; member in struct:llvm::wholeprogramdevirt::VirtualCallTarget
168 // Set the bit at position Pos before the address point to RetVal.
171 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal);
174 // Set the bit at position Pos after the address point to RetVal.
177 TM->Bits->After.setBit(Pos - 8 * minAfterBytes(), RetVal);
180 // Set the bytes at position Pos before the address point to RetVal.
186 TM->Bits->Before.setLE(Pos - 8 * minBeforeBytes(), RetVal, Size);
188 TM->Bits->Before.setBE(Pos - 8 * minBeforeBytes(), RetVal, Size);
191 // Set the bytes at position Pos after the address point to RetVal.
195 TM->Bits->After.setBE(Pos - 8 * minAfterBytes(), RetVal, Siz
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h57 bool EvaluateFunction(Function *F, Constant *&RetVal,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp413 auto RetVal = InterfaceValue{0, 0}; local
414 ExtRelations.push_back(ExternalRelation{ArgVal, RetVal, 0});
H A DCFLGraph.h264 if (auto RetVal = Inst.getReturnValue()) {
265 if (RetVal->getType()->isPointerTy()) {
266 addNode(RetVal);
267 ReturnValues.push_back(RetVal);
H A DCFLSteensAliasAnalysis.cpp164 for (auto *RetVal : RetVals) {
165 assert(RetVal != nullptr);
166 assert(RetVal->getType()->isPointerTy());
167 auto RetInfo = Sets.find(InstantiatedValue{RetVal, 0});
H A DScalarEvolution.cpp7947 Constant *&RetVal = ConstantEvolutionLoopExitValue[PN];
7962 return RetVal = nullptr;
7975 return RetVal = CurrentIterVals[PN]; // Got exit value!
8013 return RetVal = CurrentIterVals[PN];

Completed in 903 milliseconds

123