Searched refs:INT8_C (Results 1 – 21 of 21) sorted by relevance
52 static const boost::int8_t int8 = INT8_C(-127);53 static const boost::int_least8_t int_least8 = INT8_C(-127);54 static const boost::int_fast8_t int_fast8 = INT8_C(-127);161 integral_constant_type_check(boost::int8_t(0), INT8_C(0)); in main()172 boost::int8_t int8 = INT8_C(-127); in main()173 boost::int_least8_t int_least8 = INT8_C(-127); in main()174 boost::int_fast8_t int_fast8 = INT8_C(-127); in main()
42 static const boost::int8_t int8 = INT8_C(-127);43 static const boost::int_least8_t int_least8 = INT8_C(-127);44 static const boost::int_fast8_t int_fast8 = INT8_C(-127);151 integral_constant_type_check(boost::int8_t(0), INT8_C(0)); in main()162 boost::int8_t int8 = INT8_C(-127); in main()163 boost::int_least8_t int_least8 = INT8_C(-127); in main()164 boost::int_fast8_t int_fast8 = INT8_C(-127); in main()
11 boost::int8_t i8 = INT8_C(0); in main()29 boost::int_least8_t i8least = INT8_C(0); in main()47 boost::int_fast8_t i8fast = INT8_C(0); in main()
420 (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C))425 #undef INT8_C442 #ifndef INT8_C443 # define INT8_C(value) value##i8 macro479 # if (UCHAR_MAX == 0xff) && !defined(INT8_C)480 # define INT8_C(value) static_cast<boost::int8_t>(value) macro
146 #ifndef INT8_C147 #define INT8_C(C) C##i8 macro
97 #define INT8_C(c) c macro
101 #define INT8_C(c) c macro
87 C(INT8_C(0)) in f()
89 C(INT8_C(0)) in f()
193 #define INT8_C(val) (INT_LEAST8_MAX-INT_LEAST8_MAX+(val)) macro
230 #define INT8_C(val) val##i8 macro
136 INT8_C, UINT8_C, INT16_C, UINT16_C, INT32_C, UINT32_C, INTMAX_C, UINTMAX_C.
200 ConstantInt1 &= INT8_C(1); in getConstantInt1()
691 ConstantInt1 &= INT8_C(1); in getConstantInt1Internal()
625 # define INT8_C(c) c
633 # define INT8_C(c) c