Searched defs:IncDecSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4425 struct IncDecSubobjectHandler { struct4426 EvalInfo &Info;4427 const UnaryOperator *E;4428 AccessKinds AccessKind;4429 APValue *Old;4431 typedef bool result_type;4433 bool checkConst(QualType QT) { in checkConst()4442 bool failed() { return false; } in failed()4443 bool found(APValue &Subobj, QualType SubobjType) { in found()4472 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]