Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4283 struct CompoundAssignSubobjectHandler { struct
4284 EvalInfo &Info;
4285 const CompoundAssignOperator *E;
4286 QualType PromotedLHSType;
4287 BinaryOperatorKind Opcode;
4288 const APValue &RHS;
4290 static const AccessKinds AccessKind = AK_Assign;
4292 typedef bool result_type;
4294 bool checkConst(QualType QT) { in checkConst()
4303 bool failed() { return false; } in failed()
[all …]