Searched refs:FLOATING_TYPE (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 25 // FLOATING_TYPE(Id, SingletonId) - A floating-point type. 44 #ifndef FLOATING_TYPE 45 #define FLOATING_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId) 125 FLOATING_TYPE(Half, HalfTy) 128 FLOATING_TYPE(Float, FloatTy) 131 FLOATING_TYPE(Double, DoubleTy) 134 FLOATING_TYPE(LongDouble, LongDoubleTy) 137 FLOATING_TYPE(Float128, Float128Ty) 247 #undef FLOATING_TYPE
|
/external/clang/test/CodeCompletion/Inputs/ |
D | reserved.h | 2 typedef float FLOATING_TYPE; typedef
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 628 #define FLOATING_TYPE(Id, SingletonId) in fixType() macro
|
/external/clang/lib/AST/ |
D | Type.cpp | 3550 #define FLOATING_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
|
D | ExprConstant.cpp | 6408 #define FLOATING_TYPE(ID, SINGLETON_ID) case BuiltinType::ID: return real_type_class; in EvaluateBuiltinClassifyType() macro
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1487 #define FLOATING_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro
|