Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2766 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()
[all …]