Searched defs:IncDecSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2652 struct IncDecSubobjectHandler { struct2653 EvalInfo &Info;2654 const Expr *E;2655 AccessKinds AccessKind;2656 APValue *Old;2658 typedef bool result_type;2660 bool checkConst(QualType QT) { in checkConst()2669 bool failed() { return false; } in failed()2670 bool found(APValue &Subobj, QualType SubobjType) { in found()2699 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]