Lines Matching defs:CompoundAssignSubobjectHandler
2766 struct CompoundAssignSubobjectHandler { struct
2767 EvalInfo &Info;
2768 const Expr *E;
2769 QualType PromotedLHSType;
2770 BinaryOperatorKind Opcode;
2771 const APValue &RHS;
2773 static const AccessKinds AccessKind = AK_Assign;
2775 typedef bool result_type;
2777 bool checkConst(QualType QT) { in checkConst()
2786 bool failed() { return false; } in failed()
2787 bool found(APValue &Subobj, QualType SubobjType) { in found()
2806 bool found(APSInt &Value, QualType SubobjType) { in found()
2824 bool found(APFloat &Value, QualType SubobjType) { in found()
2831 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
2856 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()