Searched defs:CompoundAssignSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4283 struct CompoundAssignSubobjectHandler { struct4284 EvalInfo &Info;4285 const CompoundAssignOperator *E;4286 QualType PromotedLHSType;4287 BinaryOperatorKind Opcode;4288 const APValue &RHS;4290 static const AccessKinds AccessKind = AK_Assign;4292 typedef bool result_type;4294 bool checkConst(QualType QT) { in checkConst()4303 bool failed() { return false; } in failed()[all …]