Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDNVPTX.cpp37 bool isUnsupportedType(QualType T) const;
106 bool NVPTXABIInfo::isUnsupportedType(QualType T) const { in isUnsupportedType() function in __anon01ad8f610111::NVPTXABIInfo
121 return isUnsupportedType(AT->getElementType()); in isUnsupportedType()
130 if (isUnsupportedType(I.getType())) in isUnsupportedType()
134 if (isUnsupportedType(I->getType())) in isUnsupportedType()
157 isUnsupportedType(RetTy)) in classifyReturnType()