Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def22 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type.
39 #ifndef UNSIGNED_TYPE
40 #define UNSIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
63 UNSIGNED_TYPE(Bool, BoolTy)
66 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(Char_U, CharTy))
69 UNSIGNED_TYPE(UChar, UnsignedCharTy)
72 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy))
75 UNSIGNED_TYPE(Char8, Char8Ty)
78 UNSIGNED_TYPE(Char16, Char16Ty)
81 UNSIGNED_TYPE(Char32, Char32Ty)
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp871 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() macro
H A DType.cpp4746 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
H A DASTContext.cpp3292 #define UNSIGNED_TYPE(Id, SingletonId) \ in encodeTypeForFunctionPointerAuth() macro