Home
last modified time | relevance | path

Searched refs:toRValue (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp178 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()
H A DEvaluationResult.cpp39 std::optional<APValue> EvaluationResult::toRValue() const { in toRValue() function in clang::interp::EvaluationResult
47 return P->toRValue(*Ctx, getSourceType()); in toRValue()
H A DEvaluationResult.h99 std::optional<APValue> toRValue() const;
H A DPointer.h133 std::optional<APValue> toRValue(const Context &Ctx,
H A DPointer.cpp384 std::optional<APValue> Pointer::toRValue(const Context &Ctx, in toRValue() function in Pointer
H A DInterp.h1362 P.toRValue(S.getCtx(), Temp->getTemporaryExpr()->getType())) { in InitGlobalTempComp()