Searched defs:CompoundAssignSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4676 struct CompoundAssignSubobjectHandler { struct4677 EvalInfo &Info;4678 const CompoundAssignOperator *E;4679 QualType PromotedLHSType;4680 BinaryOperatorKind Opcode;4681 const APValue &RHS;4683 static const AccessKinds AccessKind = AK_Assign;4685 typedef bool result_type;4687 bool checkConst(QualType QT) { in checkConst()4696 bool failed() { return false; } in failed()[all …]