Searched defs:IncDecSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2799 struct IncDecSubobjectHandler { struct2800 EvalInfo &Info;2801 const Expr *E;2802 AccessKinds AccessKind;2803 APValue *Old;2805 typedef bool result_type;2807 bool checkConst(QualType QT) { in checkConst()2816 bool failed() { return false; } in failed()2817 bool found(APValue &Subobj, QualType SubobjType) { in found()2846 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]