Home
last modified time | relevance | path

Searched refs:visitAPValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h170 bool visitAPValue(const APValue &Val, PrimType ValType, const Expr *E);
H A DByteCodeExprGen.cpp931 this->visitAPValue(E->getAPValueResult(), *T, E)) in VisitConstantExpr()
1787 if (!this->visitAPValue(FieldValue, FieldT, E)) in VisitSourceLocExpr()
2453 bool ByteCodeExprGen<Emitter>::visitAPValue(const APValue &Val, in visitAPValue() function in ByteCodeExprGen