Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp3398 struct CompoundAssignSubobjectHandler { struct
3399 EvalInfo &Info;
3400 const Expr *E;
3401 QualType PromotedLHSType;
3402 BinaryOperatorKind Opcode;
3403 const APValue &RHS;
3405 static const AccessKinds AccessKind = AK_Assign;
3407 typedef bool result_type;
3409 bool checkConst(QualType QT) { in checkConst()
3418 bool failed() { return false; } in failed()
[all …]