Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DBuiltinTypes.def23 // 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/
DPrintfFormatString.cpp627 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() macro
/external/clang/lib/AST/
DType.cpp3549 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
/external/clang/tools/libclang/
DCIndex.cpp1486 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro