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