Lines Matching defs:CompoundAssignSubobjectHandler
4280 struct CompoundAssignSubobjectHandler { struct
4281 EvalInfo &Info;
4282 const CompoundAssignOperator *E;
4283 QualType PromotedLHSType;
4284 BinaryOperatorKind Opcode;
4285 const APValue &RHS;
4287 static const AccessKinds AccessKind = AK_Assign;
4289 typedef bool result_type;
4291 bool checkConst(QualType QT) { in checkConst()
4300 bool failed() { return false; } in failed()
4301 bool found(APValue &Subobj, QualType SubobjType) { in found()
4323 bool foundVector(APValue &Value, QualType SubobjType) { in foundVector()
4334 bool found(APSInt &Value, QualType SubobjType) { in found()
4366 bool found(APFloat &Value, QualType SubobjType) { in found()
4373 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()