Searched refs:builtin_define_with_value (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-cppbuiltin.c125 builtin_define_with_value (name, buf, 0);
137 builtin_define_with_value (name, buf, 0);
252 builtin_define_with_value (name, buf, 0);
256 builtin_define_with_value (name, fmt->has_denorm ? "1" : "0", 0);
290 builtin_define_with_value (name, buf, 0);
299 builtin_define_with_value (name, buf, 0);
313 builtin_define_with_value (name, buf, 0);
319 builtin_define_with_value (name, buf, 0);
332 builtin_define_with_value (name, buf, 0);
482 builtin_define_with_value ("__REGISTER_PREFIX_
625 builtin_define_with_value (const char *macro, const char *expansion, int is_str) function
[all...]
H A Dc-common.h880 extern void builtin_define_with_value (const char *, const char *, int);
H A Dc-common.c4165 builtin_define_with_value ("__SIZE_TYPE__", SIZE_TYPE, 0);
4166 builtin_define_with_value ("__PTRDIFF_TYPE__", PTRDIFF_TYPE, 0);
4167 builtin_define_with_value ("__WCHAR_TYPE__", MODIFIED_WCHAR_TYPE, 0);
4168 builtin_define_with_value ("__WINT_TYPE__", WINT_TYPE, 0);
4169 builtin_define_with_value ("__INTMAX_TYPE__", INTMAX_TYPE, 0);
4170 builtin_define_with_value ("__UINTMAX_TYPE__", UINTMAX_TYPE, 0);
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-c.c617 builtin_define_with_value ("__APPLE_CC__", "1", false);
620 builtin_define_with_value ("__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__",
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h292 builtin_define_with_value ((PREFIX), (INFO)->name, 1); \

Completed in 77 milliseconds