Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp4476 struct IncDecSubobjectHandler { struct
4477 EvalInfo &Info;
4478 const UnaryOperator *E;
4479 AccessKinds AccessKind;
4480 APValue *Old;
4482 typedef bool result_type;
4484 bool checkConst(QualType QT) { in checkConst()
4493 bool failed() { return false; } in failed()
4494 bool found(APValue &Subobj, QualType SubobjType) { in found()
4523 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]