Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h127 Type *SubT = T->getScalarType(); in getPointerAddressSpace() local
128 return SubT->getTypeID() == Type::PointerTyID in getPointerAddressSpace()
129 ? cast<PointerType>(SubT)->getAddressSpace() in getPointerAddressSpace()
130 : cast<TypedPointerType>(SubT)->getAddressSpace(); in getPointerAddressSpace()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2670 bool hasSameNullabilityTypeQualifier(QualType SubT, QualType SuperT, in hasSameNullabilityTypeQualifier() argument
2672 auto SubTnullability = SubT->getNullability(); in hasSameNullabilityTypeQualifier()