Searched refs:UNSIGNED_TYPE (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 23 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type. 40 #ifndef UNSIGNED_TYPE 41 #define UNSIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId) 64 UNSIGNED_TYPE(Bool, BoolTy) 67 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(Char_U, CharTy)) 70 UNSIGNED_TYPE(UChar, UnsignedCharTy) 73 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy)) 76 UNSIGNED_TYPE(Char16, Char16Ty) 79 UNSIGNED_TYPE(Char32, Char32Ty) 82 UNSIGNED_TYPE(UShort, UnsignedShortTy) [all …]
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 627 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() macro
|
/external/clang/lib/AST/ |
D | Type.cpp | 3549 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1486 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro
|