Searched defs:IncDecSubobjectHandler (Results 1 – 2 of 2) sorted by relevance
3074 struct IncDecSubobjectHandler { struct3075 EvalInfo &Info;3076 const Expr *E;3077 AccessKinds AccessKind;3078 APValue *Old;3080 typedef bool result_type;3082 bool checkConst(QualType QT) { in checkConst()3091 bool failed() { return false; } in failed()3092 bool found(APValue &Subobj, QualType SubobjType) { in found()3121 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]
4420 struct IncDecSubobjectHandler { struct4421 EvalInfo &Info;4422 const UnaryOperator *E;4423 AccessKinds AccessKind;4424 APValue *Old;4426 typedef bool result_type;4428 bool checkConst(QualType QT) { in checkConst()4437 bool failed() { return false; } in failed()4438 bool found(APValue &Subobj, QualType SubobjType) { in found()4467 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]