Lines Matching defs:CompoundAssignSubobjectHandler
4431 struct CompoundAssignSubobjectHandler { struct
4432 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()
4452 bool found(APValue &Subobj, QualType SubobjType) { in found()
4479 bool foundVector(APValue &Value, QualType SubobjType) { in foundVector()
4490 bool found(APSInt &Value, QualType SubobjType) { in found()
4522 bool found(APFloat &Value, QualType SubobjType) { in found()
4529 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()