Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp3847 struct ModifySubobjectHandler { struct
3848 EvalInfo &Info;
3849 APValue &NewVal;
3850 const Expr *E;
3852 typedef bool result_type;
3853 static const AccessKinds AccessKind = AK_Assign;
3855 bool checkConst(QualType QT) { in checkConst()
3864 bool failed() { return false; } in failed()
3865 bool found(APValue &Subobj, QualType SubobjType) { in found()
3872 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]