Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h49 bool evaluateAsRValue(State &Parent, const Expr *E, APValue &Result);
H A DContext.cpp49 bool Context::evaluateAsRValue(State &Parent, const Expr *E, APValue &Result) { in evaluateAsRValue() function in Context
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14643 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, E, Result)) in EvaluateAsRValue()