Searched defs:IntType (Results 1 – 7 of 7) sorted by relevance
44 const clang::QualType &IntType = FD->getASTContext().IntTy; in isGraphicsRootRSFunc() local60 const clang::QualType &IntType = FD->getASTContext().IntTy; in validateSpecialFuncDecl() local
38 #define BERBERIS_DEFINE_MAKE_SHIFT_IMMEDIATE(IntType) \ argument
39 #define BERBERIS_DEFINE_MAKE_SHIFT_IMMEDIATE(IntType) \ argument
166 #define BERBERIS_DEFINE_IMMEDIATE_CONSTRUCTOR(Immediate, IntType) \ argument325 #define BERBERIS_DEFINE_MAKE_IMMEDIATE(Immediate, MakeImmediate, IntType) \ argument353 #define BERBERIS_DEFINE_MAKE_IMMEDIATE(IntType) \ in BERBERIS_DEFINE_MAKE_IMMEDIATE_SET() argument
328 [[nodiscard]] constexpr operator IntType() const { in IntType() function404 [[nodiscard]] constexpr operator IntType() const { in IntType() function575 [[nodiscard]] constexpr operator IntType() const { in IntType() function
57 using IntType = std::make_unsigned_t<typename TypeTraits<FloatType>::Int>; in FClass() local
337 var IntType Type = &signedFixedType{fixedType{32, 32, Int, "int"}} var