Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.h53 bool evaluateAsRValue(State &Parent, const Expr *E, APValue &Result);
H A DContext.cpp55 bool Context::evaluateAsRValue(State &Parent, const Expr *E, APValue &Result) { in evaluateAsRValue() function in Context
154 if (!evaluateAsRValue(Parent, SizeExpr, SizeValue)) in evaluateStringRepr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16757 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, E, Result)) in EvaluateAsRValue()