Searched defs:IncDecSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
3074 struct IncDecSubobjectHandler { struct3075 EvalInfo &Info;3076 const Expr *E;3077 AccessKinds AccessKind;3078 APValue *Old;3080 typedef bool result_type;3082 bool checkConst(QualType QT) { in checkConst()3091 bool failed() { return false; } in failed()3092 bool found(APValue &Subobj, QualType SubobjType) { in found()3121 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]