Searched defs:CompoundAssignSubobjectHandler (Results 1 – 2 of 2) 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 …]
4275 struct CompoundAssignSubobjectHandler { struct4276 EvalInfo &Info;4277 const CompoundAssignOperator *E;4278 QualType PromotedLHSType;4279 BinaryOperatorKind Opcode;4280 const APValue &RHS;4282 static const AccessKinds AccessKind = AK_Assign;4284 typedef bool result_type;4286 bool checkConst(QualType QT) { in checkConst()4295 bool failed() { return false; } in failed()[all …]