Searched refs:FLOATING_TYPE (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 24 // FLOATING_TYPE(Id, SingletonId) - A floating-point type. 43 #ifndef FLOATING_TYPE 44 #define FLOATING_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId) 201 FLOATING_TYPE(Half, HalfTy) 204 FLOATING_TYPE(Float, FloatTy) 207 FLOATING_TYPE(Double, DoubleTy) 210 FLOATING_TYPE(LongDouble, LongDoubleTy) 213 FLOATING_TYPE(Float16, HalfTy) 216 FLOATING_TYPE(BFloat16, BFloat16Ty) 219 FLOATING_TYPE(Float128, Float128Ty) [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | PrintfFormatString.cpp | 872 #define FLOATING_TYPE(Id, SingletonId) in fixType() macro
|
H A D | Type.cpp | 4747 #define FLOATING_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
|
H A D | ExprConstant.cpp | 11812 #define FLOATING_TYPE(ID, SINGLETON_ID) \ in EvaluateBuiltinClassifyType() macro
|