Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DContext.h48 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
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp14875 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, E, Result)) in EvaluateAsRValue()