Searched defs:IncDecSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4476 struct IncDecSubobjectHandler { struct4477 EvalInfo &Info;4478 const UnaryOperator *E;4479 AccessKinds AccessKind;4480 APValue *Old;4482 typedef bool result_type;4484 bool checkConst(QualType QT) { in checkConst()4493 bool failed() { return false; } in failed()4494 bool found(APValue &Subobj, QualType SubobjType) { in found()4523 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]