Lines Matching refs:builtin_define_with_int_value

52 static void builtin_define_with_int_value (const char *, HOST_WIDE_INT);
109 builtin_define_with_int_value (name, in builtin_define_type_sizeof()
147 builtin_define_with_int_value ("__FLT_RADIX__", fmt->b); in builtin_define_float_constants()
152 builtin_define_with_int_value (name, fmt->p); in builtin_define_float_constants()
163 builtin_define_with_int_value (name, dig); in builtin_define_float_constants()
184 builtin_define_with_int_value (name, fmt->emax); in builtin_define_float_constants()
214 builtin_define_with_int_value (name, max_10_exp); in builtin_define_float_constants()
240 builtin_define_with_int_value ("__DECIMAL_DIG__", decimal_dig); in builtin_define_float_constants()
244 builtin_define_with_int_value (name, type_decimal_dig); in builtin_define_float_constants()
293 builtin_define_with_int_value (name, in builtin_define_float_constants()
301 builtin_define_with_int_value (name, MODE_HAS_NANS (TYPE_MODE (type))); in builtin_define_float_constants()
307 builtin_define_with_int_value (name, 1); in builtin_define_float_constants()
325 builtin_define_with_int_value (name, fmt->p); in builtin_define_decimal_float_constants()
334 builtin_define_with_int_value (name, fmt->emax); in builtin_define_decimal_float_constants()
387 builtin_define_with_int_value (name, TYPE_FBIT (type)); in builtin_define_fixed_point_constants()
390 builtin_define_with_int_value (name, TYPE_IBIT (type)); in builtin_define_fixed_point_constants()
654 builtin_define_with_int_value ("__GCC_ATOMIC_BOOL_LOCK_FREE", in cpp_atomic_builtins()
656 builtin_define_with_int_value ("__GCC_ATOMIC_CHAR_LOCK_FREE", in cpp_atomic_builtins()
658 builtin_define_with_int_value ("__GCC_ATOMIC_CHAR16_T_LOCK_FREE", in cpp_atomic_builtins()
660 builtin_define_with_int_value ("__GCC_ATOMIC_CHAR32_T_LOCK_FREE", in cpp_atomic_builtins()
662 builtin_define_with_int_value ("__GCC_ATOMIC_WCHAR_T_LOCK_FREE", in cpp_atomic_builtins()
664 builtin_define_with_int_value ("__GCC_ATOMIC_SHORT_LOCK_FREE", in cpp_atomic_builtins()
666 builtin_define_with_int_value ("__GCC_ATOMIC_INT_LOCK_FREE", in cpp_atomic_builtins()
668 builtin_define_with_int_value ("__GCC_ATOMIC_LONG_LOCK_FREE", in cpp_atomic_builtins()
670 builtin_define_with_int_value ("__GCC_ATOMIC_LLONG_LOCK_FREE", in cpp_atomic_builtins()
675 builtin_define_with_int_value ("__GCC_ATOMIC_TEST_AND_SET_TRUEVAL", in cpp_atomic_builtins()
683 builtin_define_with_int_value ("__GCC_ATOMIC_POINTER_LOCK_FREE", in cpp_atomic_builtins()
735 builtin_define_with_int_value ("__GXX_ABI_VERSION", 999999); in c_cpp_builtins()
739 builtin_define_with_int_value ("__GXX_ABI_VERSION", 102); in c_cpp_builtins()
742 builtin_define_with_int_value ("__GXX_ABI_VERSION", in c_cpp_builtins()
765 builtin_define_with_int_value ("__FLT_EVAL_METHOD__", in c_cpp_builtins()
769 builtin_define_with_int_value ("__DEC_EVAL_METHOD__", in c_cpp_builtins()
850 builtin_define_with_int_value ("__LIBGCC_TRAMPOLINE_SIZE__", in c_cpp_builtins()
1008 builtin_define_with_int_value (const char *macro, HOST_WIDE_INT value) in builtin_define_with_int_value() function