Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp40 bool isUnsupportedType(QualType T) const;
117 bool NVPTXABIInfo::isUnsupportedType(QualType T) const { in isUnsupportedType() function in __anon22ecdd470111::NVPTXABIInfo
132 return isUnsupportedType(AT->getElementType()); in isUnsupportedType()
141 if (isUnsupportedType(I.getType())) in isUnsupportedType()
145 if (isUnsupportedType(I->getType())) in isUnsupportedType()
168 isUnsupportedType(RetTy)) in classifyReturnType()