Searched defs:CompoundAssignSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2767 struct CompoundAssignSubobjectHandler { struct2768 EvalInfo &Info;2769 const Expr *E;2770 QualType PromotedLHSType;2771 BinaryOperatorKind Opcode;2772 const APValue &RHS;2774 static const AccessKinds AccessKind = AK_Assign;2776 typedef bool result_type;2778 bool checkConst(QualType QT) { in checkConst()2787 bool failed() { return false; } in failed()[all …]