Searched defs:CompoundAssignSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4280 struct CompoundAssignSubobjectHandler { struct4281 EvalInfo &Info;4282 const CompoundAssignOperator *E;4283 QualType PromotedLHSType;4284 BinaryOperatorKind Opcode;4285 const APValue &RHS;4287 static const AccessKinds AccessKind = AK_Assign;4289 typedef bool result_type;4291 bool checkConst(QualType QT) { in checkConst()4300 bool failed() { return false; } in failed()[all …]