Home
last modified time | relevance | path

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

/external/clang/lib/AST/
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 …]
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp4275 struct CompoundAssignSubobjectHandler { struct
4276 EvalInfo &Info;
4277 const CompoundAssignOperator *E;
4278 QualType PromotedLHSType;
4279 BinaryOperatorKind Opcode;
4280 const APValue &RHS;
4282 static const AccessKinds AccessKind = AK_Assign;
4284 typedef bool result_type;
4286 bool checkConst(QualType QT) { in checkConst()
4295 bool failed() { return false; } in failed()
[all …]