Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp4280 struct CompoundAssignSubobjectHandler { struct
4281 EvalInfo &Info;
4282 const CompoundAssignOperator *E;
4283 QualType PromotedLHSType;
4284 BinaryOperatorKind Opcode;
4285 const APValue &RHS;
4287 static const AccessKinds AccessKind = AK_Assign;
4289 typedef bool result_type;
4291 bool checkConst(QualType QT) { in checkConst()
4300 bool failed() { return false; } in failed()
[all …]