Home
last modified time | relevance | path

Searched defs:ModifySubobjectHandler (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3831 struct ModifySubobjectHandler { struct
3832 EvalInfo &Info;
3833 APValue &NewVal;
3834 const Expr *E;
3836 typedef bool result_type;
3837 static const AccessKinds AccessKind = AK_Assign;
3839 bool checkConst(QualType QT) { in checkConst()
3848 bool failed() { return false; } in failed()
3849 bool found(APValue &Subobj, QualType SubobjType) { in found()
3856 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]