Lines Matching defs:RetVal
222 /// The optional \p RetVal parameter specifies the newly allocated pointer
227 std::optional<SVal> RetVal = std::nullopt);
497 /// \param [in] RetVal Specifies the newly allocated pointer value;
502 std::optional<SVal> RetVal = std::nullopt);
1474 std::optional<SVal> RetVal) {
1478 if (!RetVal)
1479 RetVal = Call.getReturnValue();
1513 SymbolRef Sym = RetVal->getAsLocSymbol();
1771 DefinedSVal RetVal =
1775 State = State->BindExpr(CE, C.getLocationContext(), RetVal);
1778 State = State->bindDefaultInitial(RetVal, Init, LCtx);
1787 State = setDynamicExtent(State, RetVal.getAsRegion(),
1796 std::optional<SVal> RetVal) {
1801 if (!RetVal)
1802 RetVal = C.getSVal(E);
1805 if (!RetVal->getAs<Loc>())
1808 SymbolRef Sym = RetVal->getAsLocSymbol();
2095 SVal RetVal = C.getSVal(ParentExpr);
2096 SymbolRef RetStatusSymbol = RetVal.getAsSymbol();
2705 SVal RetVal = C.getSVal(CE);
2706 SymbolRef ToPtr = RetVal.getAsSymbol();
2993 SVal RetVal = C.getSVal(E);
2994 SymbolRef Sym = RetVal.getAsSymbol();
2999 if (const MemRegion *MR = RetVal.getAsRegion())