Lines Matching defs:CompoundAssignSubobjectHandler
3398 struct CompoundAssignSubobjectHandler { struct
3399 EvalInfo &Info;
3400 const Expr *E;
3401 QualType PromotedLHSType;
3402 BinaryOperatorKind Opcode;
3403 const APValue &RHS;
3405 static const AccessKinds AccessKind = AK_Assign;
3407 typedef bool result_type;
3409 bool checkConst(QualType QT) { in checkConst()
3418 bool failed() { return false; } in failed()
3419 bool found(APValue &Subobj, QualType SubobjType) { in found()
3438 bool found(APSInt &Value, QualType SubobjType) { in found()
3468 bool found(APFloat &Value, QualType SubobjType) { in found()
3475 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
3500 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()