Searched defs:CompoundAssignSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2766 struct CompoundAssignSubobjectHandler { struct2767 EvalInfo &Info;2768 const Expr *E;2769 QualType PromotedLHSType;2770 BinaryOperatorKind Opcode;2771 const APValue &RHS;2773 static const AccessKinds AccessKind = AK_Assign;2775 typedef bool result_type;2777 bool checkConst(QualType QT) { in checkConst()2786 bool failed() { return false; } in failed()[all …]