Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp6901 bool isUnsupportedType(QualType T) const;
6966 bool NVPTXABIInfo::isUnsupportedType(QualType T) const { in isUnsupportedType() function in __anon57a50d410b11::NVPTXABIInfo
6981 return isUnsupportedType(AT->getElementType()); in isUnsupportedType()
6990 if (isUnsupportedType(I.getType())) in isUnsupportedType()
6994 if (isUnsupportedType(I->getType())) in isUnsupportedType()
7016 getContext().getLangOpts().OpenMPIsDevice && isUnsupportedType(RetTy)) in classifyReturnType()