Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def20 // SIGNED_TYPE(Id, SingletonId) - A signed integral type.
35 #ifndef SIGNED_TYPE
36 #define SIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
101 SHARED_SINGLETON_TYPE(SIGNED_TYPE(Char_S, CharTy))
104 SIGNED_TYPE(SChar, SignedCharTy)
107 SHARED_SINGLETON_TYPE(SIGNED_TYPE(WChar_S, WCharTy))
110 SIGNED_TYPE(Short, ShortTy)
113 SIGNED_TYPE(Int, IntTy)
116 SIGNED_TYPE(Long, LongTy)
119 SIGNED_TYPE(LongLong, LongLongTy)
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp870 #define SIGNED_TYPE(Id, SingletonId) in fixType() macro
H A DType.cpp4745 #define SIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
H A DASTContext.cpp3288 #define SIGNED_TYPE(Id, SingletonId) \ in encodeTypeForFunctionPointerAuth() macro
H A DExprConstant.cpp11810 #define SIGNED_TYPE(ID, SINGLETON_ID) \ in EvaluateBuiltinClassifyType() macro