Searched defs:IncDecSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4428 struct IncDecSubobjectHandler { struct4429 EvalInfo &Info;4430 const UnaryOperator *E;4431 AccessKinds AccessKind;4432 APValue *Old;4434 typedef bool result_type;4436 bool checkConst(QualType QT) { in checkConst()4445 bool failed() { return false; } in failed()4446 bool found(APValue &Subobj, QualType SubobjType) { in found()4475 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]