Home
last modified time | relevance | path

Searched refs:SubobjType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp2538 bool found(APValue &Subobj, QualType SubobjType) { in found()
2542 bool found(APSInt &Value, QualType SubobjType) { in found()
2546 bool found(APFloat &Value, QualType SubobjType) { in found()
2550 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()
2588 bool found(APValue &Subobj, QualType SubobjType) { in found()
2589 if (!checkConst(SubobjType)) in found()
2595 bool found(APSInt &Value, QualType SubobjType) { in found()
2596 if (!checkConst(SubobjType)) in found()
2606 bool found(APFloat &Value, QualType SubobjType) { in found()
2607 if (!checkConst(SubobjType)) in found()
[all …]
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp3572 static QualType getSubobjectType(QualType ObjType, QualType SubobjType, in getSubobjectType() argument
3578 SubobjType.addConst(); in getSubobjectType()
3582 SubobjType.addVolatile(); in getSubobjectType()
3583 return SubobjType; in getSubobjectType()
3795 bool found(APValue &Subobj, QualType SubobjType) { in found()
3799 return CheckFullyInitialized(Info, E->getExprLoc(), SubobjType, Result); in found()
3801 bool found(APSInt &Value, QualType SubobjType) { in found()
3805 bool found(APFloat &Value, QualType SubobjType) { in found()
3841 bool found(APValue &Subobj, QualType SubobjType) { in found()
3842 if (!checkConst(SubobjType)) in found()
[all …]