Searched refs:toRValue (Results 1 – 6 of 6) sorted by relevance
178 Ptr.toRValue(Ctx, EvalResult.getSourceType())) { in emitRet()219 Ptr.toRValue(S.getCtx(), EvalResult.getSourceType())) { in emitRetValue()292 Ptr.toRValue(Ctx, Temp->getTemporaryExpr()->getType())) in updateGlobalTemporaries()
39 std::optional<APValue> EvaluationResult::toRValue() const { in toRValue() function in clang::interp::EvaluationResult47 return P->toRValue(*Ctx, getSourceType()); in toRValue()
99 std::optional<APValue> toRValue() const;
133 std::optional<APValue> toRValue(const Context &Ctx,
384 std::optional<APValue> Pointer::toRValue(const Context &Ctx, in toRValue() function in Pointer
1362 P.toRValue(S.getCtx(), Temp->getTemporaryExpr()->getType())) { in InitGlobalTempComp()