Searched refs:builtin_define_with_int_value (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/
H A Dfreebsd-spec.h56 builtin_define_with_int_value ("__FreeBSD__", FBSD_MAJOR); \
74 builtin_define_with_int_value ("__FreeBSD_cc_version", FBSD_CC_VER); \
/freebsd-9.3-release/contrib/gcc/
H A Dc-cppbuiltin.c54 static void builtin_define_with_int_value (const char *, HOST_WIDE_INT);
72 builtin_define_with_int_value (name, TYPE_PRECISION (type));
104 builtin_define_with_int_value ("__FLT_RADIX__", fmt->b);
109 builtin_define_with_int_value (name, fmt->p);
120 builtin_define_with_int_value (name, dig);
141 builtin_define_with_int_value (name, fmt->emax);
171 builtin_define_with_int_value (name, max_10_exp);
189 builtin_define_with_int_value ("__DECIMAL_DIG__", decimal_dig);
260 builtin_define_with_int_value (name,
268 builtin_define_with_int_value (nam
664 builtin_define_with_int_value (const char *macro, HOST_WIDE_INT value) function
[all...]

Completed in 65 milliseconds