Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h2012 bool hasSameNullabilityTypeQualifier(QualType SubT, QualType SuperT, in hasSameNullabilityTypeQualifier() argument
2014 auto SubTnullability = SubT->getNullability(*this); in hasSameNullabilityTypeQualifier()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3079 Type *SubT = nullptr; in isSimpleType() local
3081 SubT = T->getArrayElementType(); in isSimpleType()
3083 SubT = T->getVectorElementType(); in isSimpleType()
3086 return SubT->isIntegerTy() || SubT->isFloatingPointTy(); in isSimpleType()