Searched defs:IntType (Results 1 – 4 of 4) sorted by relevance
44 const clang::QualType &IntType = FD->getASTContext().IntTy; in isGraphicsRootRSFunc() local60 const clang::QualType &IntType = FD->getASTContext().IntTy; in validateSpecialFuncDecl() local
334 [[nodiscard]] constexpr operator IntType() const { in IntType() function410 [[nodiscard]] constexpr operator IntType() const { in IntType() function581 [[nodiscard]] constexpr operator IntType() const { in IntType() function
52 using IntType = std::make_unsigned_t<typename TypeTraits<FloatType>::Int>; in FClass() local
318 var IntType Type = &signedFixedType{fixedType{32, 32, Int, "int"}} var