Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.h62 bool evaluateCharRange(State &Parent, const Expr *SizeExpr,
64 bool evaluateCharRange(State &Parent, const Expr *SizeExpr,
H A DContext.cpp209 bool Context::evaluateCharRange(State &Parent, const Expr *SizeExpr, in evaluateCharRange() function in Context
217 bool Context::evaluateCharRange(State &Parent, const Expr *SizeExpr, in evaluateCharRange() function in Context
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp18047 return Info.Ctx.getInterpContext().evaluateCharRange(Info, SizeExpression, in EvaluateCharRangeAsStringImpl()