Lines Matching refs:builtin_define_with_value
168 builtin_define_with_value (name, buf, 0); in builtin_define_float_constants()
180 builtin_define_with_value (name, buf, 0); in builtin_define_float_constants()
285 builtin_define_with_value (name, buf, 0); in builtin_define_float_constants()
289 builtin_define_with_value (name, fmt->has_denorm ? "1" : "0", 0); in builtin_define_float_constants()
330 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
339 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
354 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()
373 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
401 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
411 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
423 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
427 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
854 builtin_define_with_value ("__REGISTER_PREFIX__", REGISTER_PREFIX, 0); in c_cpp_builtins()
855 builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0); in c_cpp_builtins()
986 builtin_define_with_value (const char *macro, const char *expansion, int is_str) in builtin_define_with_value() function