Lines Matching refs:builtin_define_with_value
182 builtin_define_with_value (name, buf, 0); in builtin_define_float_constants()
194 builtin_define_with_value (name, buf, 0); in builtin_define_float_constants()
295 builtin_define_with_value (name, fmt->has_denorm ? "1" : "0", 0); in builtin_define_float_constants()
336 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
345 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
360 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
366 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
379 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
407 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
417 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
429 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
433 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
1242 builtin_define_with_value (macro_name, suffix, 0); in c_cpp_builtins()
1286 builtin_define_with_value ("__LIBGCC_EH_FRAME_SECTION_NAME__", in c_cpp_builtins()
1290 builtin_define_with_value ("__LIBGCC_CTORS_SECTION_ASM_OP__", in c_cpp_builtins()
1294 builtin_define_with_value ("__LIBGCC_DTORS_SECTION_ASM_OP__", in c_cpp_builtins()
1298 builtin_define_with_value ("__LIBGCC_TEXT_SECTION_ASM_OP__", in c_cpp_builtins()
1302 builtin_define_with_value ("__LIBGCC_INIT_SECTION_ASM_OP__", in c_cpp_builtins()
1346 builtin_define_with_value ("__REGISTER_PREFIX__", REGISTER_PREFIX, 0); in c_cpp_builtins()
1347 builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0); in c_cpp_builtins()
1487 builtin_define_with_value (const char *macro, const char *expansion, int is_str) in builtin_define_with_value() function