Lines Matching defs:CompoundAssignSubobjectHandler
4283 struct CompoundAssignSubobjectHandler { struct
4284 EvalInfo &Info;
4285 const CompoundAssignOperator *E;
4286 QualType PromotedLHSType;
4287 BinaryOperatorKind Opcode;
4288 const APValue &RHS;
4290 static const AccessKinds AccessKind = AK_Assign;
4292 typedef bool result_type;
4294 bool checkConst(QualType QT) { in checkConst()
4303 bool failed() { return false; } in failed()
4304 bool found(APValue &Subobj, QualType SubobjType) { in found()
4326 bool foundVector(APValue &Value, QualType SubobjType) { in foundVector()
4337 bool found(APSInt &Value, QualType SubobjType) { in found()
4369 bool found(APFloat &Value, QualType SubobjType) { in found()
4376 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()