Lines Matching refs:builtin_define_with_int_value

111   builtin_define_with_int_value (name,  in builtin_define_type_sizeof()
161 builtin_define_with_int_value ("__FLT_RADIX__", fmt->b); in builtin_define_float_constants()
166 builtin_define_with_int_value (name, fmt->p); in builtin_define_float_constants()
177 builtin_define_with_int_value (name, dig); in builtin_define_float_constants()
198 builtin_define_with_int_value (name, fmt->emax); in builtin_define_float_constants()
228 builtin_define_with_int_value (name, max_10_exp); in builtin_define_float_constants()
256 builtin_define_with_int_value ("__DECIMAL_DIG__", type_decimal_dig); in builtin_define_float_constants()
258 builtin_define_with_int_value (name, type_decimal_dig); in builtin_define_float_constants()
299 builtin_define_with_int_value (name, in builtin_define_float_constants()
307 builtin_define_with_int_value (name, MODE_HAS_NANS (TYPE_MODE (type))); in builtin_define_float_constants()
313 builtin_define_with_int_value (name, 1); in builtin_define_float_constants()
331 builtin_define_with_int_value (name, fmt->p); in builtin_define_decimal_float_constants()
340 builtin_define_with_int_value (name, fmt->emax); in builtin_define_decimal_float_constants()
393 builtin_define_with_int_value (name, TYPE_FBIT (type)); in builtin_define_fixed_point_constants()
396 builtin_define_with_int_value (name, TYPE_IBIT (type)); in builtin_define_fixed_point_constants()
702 builtin_define_with_int_value ("__GCC_ATOMIC_BOOL_LOCK_FREE", in cpp_atomic_builtins()
704 builtin_define_with_int_value ("__GCC_ATOMIC_CHAR_LOCK_FREE", in cpp_atomic_builtins()
706 builtin_define_with_int_value ("__GCC_ATOMIC_CHAR16_T_LOCK_FREE", in cpp_atomic_builtins()
708 builtin_define_with_int_value ("__GCC_ATOMIC_CHAR32_T_LOCK_FREE", in cpp_atomic_builtins()
710 builtin_define_with_int_value ("__GCC_ATOMIC_WCHAR_T_LOCK_FREE", in cpp_atomic_builtins()
712 builtin_define_with_int_value ("__GCC_ATOMIC_SHORT_LOCK_FREE", in cpp_atomic_builtins()
714 builtin_define_with_int_value ("__GCC_ATOMIC_INT_LOCK_FREE", in cpp_atomic_builtins()
716 builtin_define_with_int_value ("__GCC_ATOMIC_LONG_LOCK_FREE", in cpp_atomic_builtins()
718 builtin_define_with_int_value ("__GCC_ATOMIC_LLONG_LOCK_FREE", in cpp_atomic_builtins()
723 builtin_define_with_int_value ("__GCC_ATOMIC_TEST_AND_SET_TRUEVAL", in cpp_atomic_builtins()
731 builtin_define_with_int_value ("__GCC_ATOMIC_POINTER_LOCK_FREE", in cpp_atomic_builtins()
1019 builtin_define_with_int_value ("__GXX_ABI_VERSION", 102); in c_cpp_builtins()
1022 builtin_define_with_int_value ("__GXX_ABI_VERSION", in c_cpp_builtins()
1083 builtin_define_with_int_value ("__GCC_IEC_559", cpp_iec_559_value ()); in c_cpp_builtins()
1084 builtin_define_with_int_value ("__GCC_IEC_559_COMPLEX", in c_cpp_builtins()
1099 builtin_define_with_int_value ("__FLT_EVAL_METHOD__", in c_cpp_builtins()
1101 builtin_define_with_int_value ("__FLT_EVAL_METHOD_TS_18661_3__", in c_cpp_builtins()
1105 builtin_define_with_int_value ("__DEC_EVAL_METHOD__", in c_cpp_builtins()
1209 builtin_define_with_int_value (macro_name, in c_cpp_builtins()
1279 builtin_define_with_int_value (macro_name, excess_precision); in c_cpp_builtins()
1283 builtin_define_with_int_value ("__LIBGCC_EH_TABLES_CAN_BE_READ_ONLY__", in c_cpp_builtins()
1313 builtin_define_with_int_value ("__LIBGCC_TRAMPOLINE_SIZE__", in c_cpp_builtins()
1325 builtin_define_with_int_value ("__LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__", in c_cpp_builtins()
1328 builtin_define_with_int_value ("__LIBGCC_DWARF_FRAME_REGISTERS__", in c_cpp_builtins()
1334 builtin_define_with_int_value ("__LIBGCC_JMP_BUF_SIZE__", in c_cpp_builtins()
1337 builtin_define_with_int_value ("__LIBGCC_STACK_POINTER_REGNUM__", in c_cpp_builtins()
1341 builtin_define_with_int_value ("__LIBGCC_VTABLE_USES_DESCRIPTORS__", in c_cpp_builtins()
1551 builtin_define_with_int_value (const char *macro, HOST_WIDE_INT value) in builtin_define_with_int_value() function
1843 builtin_define_with_int_value (width_macro, TYPE_PRECISION (type)); in builtin_define_type_width()