Searched defs:CompoundAssignSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4396 struct CompoundAssignSubobjectHandler { struct4397 EvalInfo &Info;4398 const CompoundAssignOperator *E;4399 QualType PromotedLHSType;4400 BinaryOperatorKind Opcode;4401 const APValue &RHS;4403 static const AccessKinds AccessKind = AK_Assign;4405 typedef bool result_type;4407 bool checkConst(QualType QT) { in checkConst()4416 bool failed() { return false; } in failed()[all …]