Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp3528 struct IncDecSubobjectHandler { struct
3529 EvalInfo &Info;
3530 const UnaryOperator *E;
3531 AccessKinds AccessKind;
3532 APValue *Old;
3534 typedef bool result_type;
3536 bool checkConst(QualType QT) { in checkConst()
3545 bool failed() { return false; } in failed()
3546 bool found(APValue &Subobj, QualType SubobjType) { in found()
3575 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]