Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def35 #ifndef SIGNED_TYPE
104 SIGNED_TYPE(SChar, SignedCharTy)
110 SIGNED_TYPE(Short, ShortTy)
113 SIGNED_TYPE(Int, IntTy)
116 SIGNED_TYPE(Long, LongTy)
119 SIGNED_TYPE(LongLong, LongLongTy)
122 SIGNED_TYPE(Int128, Int128Ty)
130 SIGNED_TYPE(Accum, AccumTy)
148 SIGNED_TYPE(Fract, FractTy)
166 SIGNED_TYPE(SatAccum, SatAccumTy)
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DPrintfFormatString.cpp799 #define SIGNED_TYPE(Id, SingletonId) in fixType() macro
H A DType.cpp4084 #define SIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
H A DExprConstant.cpp10933 #define SIGNED_TYPE(ID, SINGLETON_ID) \ in EvaluateBuiltinClassifyType() macro
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1554 #define SIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro