Home
last modified time | relevance | path

Searched refs:SIGNED_TYPE (Results 1 – 5 of 5) 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.cpp626 #define SIGNED_TYPE(Id, SingletonId) in fixType() macro
/external/clang/lib/AST/
DType.cpp3548 #define SIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
DExprConstant.cpp6407 #define SIGNED_TYPE(ID, SINGLETON_ID) case BuiltinType::ID: return integer_type_class; in EvaluateBuiltinClassifyType() macro
/external/clang/tools/libclang/
DCIndex.cpp1485 #define SIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro