Searched defs:CompoundAssignSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
2956 struct CompoundAssignSubobjectHandler { struct2957 EvalInfo &Info;2958 const Expr *E;2959 QualType PromotedLHSType;2960 BinaryOperatorKind Opcode;2961 const APValue &RHS;2963 static const AccessKinds AccessKind = AK_Assign;2965 typedef bool result_type;2967 bool checkConst(QualType QT) { in checkConst()2976 bool failed() { return false; } in failed()[all …]