Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4396 struct CompoundAssignSubobjectHandler { struct
4397 EvalInfo &Info;
4398 const CompoundAssignOperator *E;
4399 QualType PromotedLHSType;
4400 BinaryOperatorKind Opcode;
4401 const APValue &RHS;
4403 static const AccessKinds AccessKind = AK_Assign;
4405 typedef bool result_type;
4407 bool checkConst(QualType QT) { in checkConst()
4416 bool failed() { return false; } in failed()
[all …]