Home
last modified time | relevance | path

Searched refs:evaluateAsRValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h52 bool evaluateAsRValue(State &Parent, const Expr *E, APValue &Result);
H A DContext.cpp44 bool Context::evaluateAsRValue(State &Parent, const Expr *E, APValue &Result) { in evaluateAsRValue() function in Context
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15857 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, E, Result)) in EvaluateAsRValue()
16116 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, this, Result.Val)) in EvaluateAsConstantExpr()