Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DBuiltinTypes.def21 // SIGNED_TYPE(Id, SingletonId) - A signed integral type.
36 #ifndef SIGNED_TYPE
37 #define SIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
99 SHARED_SINGLETON_TYPE(SIGNED_TYPE(Char_S, CharTy))
102 SIGNED_TYPE(SChar, SignedCharTy)
105 SHARED_SINGLETON_TYPE(SIGNED_TYPE(WChar_S, WCharTy))
108 SIGNED_TYPE(Short, ShortTy)
111 SIGNED_TYPE(Int, IntTy)
114 SIGNED_TYPE(Long, LongTy)
117 SIGNED_TYPE(LongLong, LongLongTy)
[all …]
/external/clang/lib/Analysis/
DPrintfFormatString.cpp617 #define SIGNED_TYPE(Id, SingletonId) in fixType() macro
/external/clang/lib/AST/
DType.cpp3540 #define SIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
/external/clang/tools/libclang/
DCIndex.cpp1484 #define SIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro