Searched refs:UNSIGNED_TYPE (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 39 #ifndef UNSIGNED_TYPE 63 UNSIGNED_TYPE(Bool, BoolTy) 69 UNSIGNED_TYPE(UChar, UnsignedCharTy) 75 UNSIGNED_TYPE(Char8, Char8Ty) 78 UNSIGNED_TYPE(Char16, Char16Ty) 81 UNSIGNED_TYPE(Char32, Char32Ty) 84 UNSIGNED_TYPE(UShort, UnsignedShortTy) 87 UNSIGNED_TYPE(UInt, UnsignedIntTy) 90 UNSIGNED_TYPE(ULong, UnsignedLongTy) 139 UNSIGNED_TYPE(UAccum, UnsignedAccumTy) [all …]
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | PrintfFormatString.cpp | 804 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() macro
|
H A D | Type.cpp | 4244 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 1632 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro
|