Home
last modified time | relevance | path

Searched refs:builtin_define_with_value (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc182 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()
300 builtin_define_with_value (name, fmt->has_denorm ? "1" : "0", 0); in builtin_define_float_constants()
351 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()
375 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
381 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
394 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
422 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
432 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
[all …]
H A Dc-common.cc5361 builtin_define_with_value ("__SIZE_TYPE__", SIZE_TYPE, 0); in c_stddef_cpp_builtins()
5362 builtin_define_with_value ("__PTRDIFF_TYPE__", PTRDIFF_TYPE, 0); in c_stddef_cpp_builtins()
5363 builtin_define_with_value ("__WCHAR_TYPE__", MODIFIED_WCHAR_TYPE, 0); in c_stddef_cpp_builtins()
5364 builtin_define_with_value ("__WINT_TYPE__", WINT_TYPE, 0); in c_stddef_cpp_builtins()
5365 builtin_define_with_value ("__INTMAX_TYPE__", INTMAX_TYPE, 0); in c_stddef_cpp_builtins()
5366 builtin_define_with_value ("__UINTMAX_TYPE__", UINTMAX_TYPE, 0); in c_stddef_cpp_builtins()
5368 builtin_define_with_value ("__CHAR8_TYPE__", CHAR8_TYPE, 0); in c_stddef_cpp_builtins()
5369 builtin_define_with_value ("__CHAR16_TYPE__", CHAR16_TYPE, 0); in c_stddef_cpp_builtins()
5370 builtin_define_with_value ("__CHAR32_TYPE__", CHAR32_TYPE, 0); in c_stddef_cpp_builtins()
5372 builtin_define_with_value ("__SIG_ATOMIC_TYPE__", SIG_ATOMIC_TYPE, 0); in c_stddef_cpp_builtins()
[all …]
H A Dc-common.h1178 extern void builtin_define_with_value (const char *, const char *, int);
H A DChangeLog9172 (builtin_define_with_value): Handle backslash-escaping in string
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c181 builtin_define_with_value (name, buf, 0); in builtin_define_float_constants()
193 builtin_define_with_value (name, buf, 0); in builtin_define_float_constants()
299 builtin_define_with_value (name, fmt->has_denorm ? "1" : "0", 0); in builtin_define_float_constants()
340 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
349 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
364 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
370 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
383 builtin_define_with_value (name, buf, 0); in builtin_define_decimal_float_constants()
411 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
421 builtin_define_with_value (name, buf, 0); in builtin_define_fixed_point_constants()
[all …]
H A Dc-common.c5097 builtin_define_with_value ("__SIZE_TYPE__", SIZE_TYPE, 0); in c_stddef_cpp_builtins()
5098 builtin_define_with_value ("__PTRDIFF_TYPE__", PTRDIFF_TYPE, 0); in c_stddef_cpp_builtins()
5099 builtin_define_with_value ("__WCHAR_TYPE__", MODIFIED_WCHAR_TYPE, 0); in c_stddef_cpp_builtins()
5100 builtin_define_with_value ("__WINT_TYPE__", WINT_TYPE, 0); in c_stddef_cpp_builtins()
5101 builtin_define_with_value ("__INTMAX_TYPE__", INTMAX_TYPE, 0); in c_stddef_cpp_builtins()
5102 builtin_define_with_value ("__UINTMAX_TYPE__", UINTMAX_TYPE, 0); in c_stddef_cpp_builtins()
5104 builtin_define_with_value ("__CHAR8_TYPE__", CHAR8_TYPE, 0); in c_stddef_cpp_builtins()
5105 builtin_define_with_value ("__CHAR16_TYPE__", CHAR16_TYPE, 0); in c_stddef_cpp_builtins()
5106 builtin_define_with_value ("__CHAR32_TYPE__", CHAR32_TYPE, 0); in c_stddef_cpp_builtins()
5108 builtin_define_with_value ("__SIG_ATOMIC_TYPE__", SIG_ATOMIC_TYPE, 0); in c_stddef_cpp_builtins()
[all …]
H A Dc-common.h1140 extern void builtin_define_with_value (const char *, const char *, int);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-c.cc51 builtin_define_with_value ((PREFIX), \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-c.c726 builtin_define_with_value ("__APPLE_CC__", "1", false); in darwin_cpp_builtins()
731 builtin_define_with_value ("__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__", in darwin_cpp_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-c.cc726 builtin_define_with_value ("__APPLE_CC__", "1", false); in darwin_cpp_builtins()
731 builtin_define_with_value ("__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__", in darwin_cpp_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dbfin.h161 builtin_define_with_value ("__SILICON_REVISION__", buf, 0); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.h161 builtin_define_with_value ("__SILICON_REVISION__", buf, 0); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h428 builtin_define_with_value ((PREFIX), (INFO)->name, 1); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.h407 builtin_define_with_value ((PREFIX), (INFO)->name, 1); \
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200219862 (builtin_define_with_value): Make static and prototype.
21563 (builtin_define_with_value): Can now wrap the expansion in
21565 (cb_register_builtins): Update calls to builtin_define_with_value.
21569 * c-lex.h: Update prototype of builtin_define_with_value.
21935 (builtin_define_with_value): New function.
21938 using builtin_define_with_value. Use consistent notation when
21949 * c-lex.h (builtin_define_with_value): Prototype.
H A DChangeLog-200330137 (builtin_define_std, builtin_define_with_value,
30142 * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
H A DChangeLog-2005890 (builtin_define_with_value): Likewise.