Searched defs:CompoundAssignSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4431 struct CompoundAssignSubobjectHandler { struct4432 EvalInfo &Info;4433 const CompoundAssignOperator *E;4434 QualType PromotedLHSType;4435 BinaryOperatorKind Opcode;4436 const APValue &RHS;4438 static const AccessKinds AccessKind = AK_Assign;4440 typedef bool result_type;4442 bool checkConst(QualType QT) { in checkConst()4451 bool failed() { return false; } in failed()[all …]