Searched defs:IncDecSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2884 struct IncDecSubobjectHandler { struct2885 EvalInfo &Info;2886 const Expr *E;2887 AccessKinds AccessKind;2888 APValue *Old;2890 typedef bool result_type;2892 bool checkConst(QualType QT) { in checkConst()2901 bool failed() { return false; } in failed()2902 bool found(APValue &Subobj, QualType SubobjType) { in found()2931 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]