comparison clang/include/clang/Serialization/ASTBitCodes.h @ 152:e8a9b4f4d755

pull from 146
author anatofuz
date Wed, 11 Mar 2020 18:29:16 +0900
parents 1d019706d866
children f935e5e0dbe7
comparison
equal deleted inserted replaced
151:dbda48fb9435 152:e8a9b4f4d755
1010 /// \brief The '_Sat unsigned _Fract' type 1010 /// \brief The '_Sat unsigned _Fract' type
1011 PREDEF_TYPE_SAT_UFRACT_ID = 68, 1011 PREDEF_TYPE_SAT_UFRACT_ID = 68,
1012 1012
1013 /// \brief The '_Sat unsigned long _Fract' type 1013 /// \brief The '_Sat unsigned long _Fract' type
1014 PREDEF_TYPE_SAT_ULONG_FRACT_ID = 69, 1014 PREDEF_TYPE_SAT_ULONG_FRACT_ID = 69,
1015
1016 #ifndef noCbC
1017 /// \brief The __code type.
1018 PREDEF_TYPE___CODE_ID = 70,
1019 #endif
1015 1020
1016 /// OpenCL image types with auto numeration 1021 /// OpenCL image types with auto numeration
1017 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ 1022 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
1018 PREDEF_TYPE_##Id##_ID, 1023 PREDEF_TYPE_##Id##_ID,
1019 #include "clang/Basic/OpenCLImageTypes.def" 1024 #include "clang/Basic/OpenCLImageTypes.def"