Home
last modified time | relevance | path

Searched defs:CompoundAssignSubobjectHandler (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/clang/lib/AST/
H A DExprConstant.cpp2956 struct CompoundAssignSubobjectHandler { struct
2957 EvalInfo &Info;
2958 const Expr *E;
2959 QualType PromotedLHSType;
2960 BinaryOperatorKind Opcode;
2961 const APValue &RHS;
2963 static const AccessKinds AccessKind = AK_Assign;
2965 typedef bool result_type;
2967 bool checkConst(QualType QT) { in checkConst()
2976 bool failed() { return false; } in failed()
[all …]