Home
last modified time | relevance | path

Searched refs:uintmax_type_node (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/
H A Dbrig-lang.c583 static GTY(()) tree uintmax_type_node;
845 uintmax_type_node = unsigned_type_node; in brig_build_c_type_nodes()
851 uintmax_type_node = long_unsigned_type_node; in brig_build_c_type_nodes()
857 uintmax_type_node = long_long_unsigned_type_node; in brig_build_c_type_nodes()
876 uintmax_type_node = int_n_trees[i].unsigned_type; in brig_build_c_type_nodes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-lang.c243 static GTY(()) tree uintmax_type_node;
1246 uintmax_type_node = unsigned_type_node; in lto_build_c_type_nodes()
1252 uintmax_type_node = long_unsigned_type_node; in lto_build_c_type_nodes()
1258 uintmax_type_node = long_long_unsigned_type_node; in lto_build_c_type_nodes()
1277 uintmax_type_node = int_n_trees[i].unsigned_type; in lto_build_c_type_nodes()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.cc243 static GTY(()) tree uintmax_type_node;
1250 uintmax_type_node = unsigned_type_node; in lto_build_c_type_nodes()
1256 uintmax_type_node = long_unsigned_type_node; in lto_build_c_type_nodes()
1262 uintmax_type_node = long_long_unsigned_type_node; in lto_build_c_type_nodes()
1281 uintmax_type_node = int_n_trees[i].unsigned_type; in lto_build_c_type_nodes()
H A DChangeLog5722 wint_type_node, intmax_type_node, uintmax_type_node,
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc778 static GTY(()) tree uintmax_type_node;
797 uintmax_type_node = unsigned_type_node; in d_build_c_type_nodes()
802 uintmax_type_node = long_unsigned_type_node; in d_build_c_type_nodes()
807 uintmax_type_node = long_long_unsigned_type_node; in d_build_c_type_nodes()
H A DChangeLog-201946 uintmax_type_node. Set signed_size_type_node as the signed_type_for
H A DChangeLog-2014103 (uintmax_type_node): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc763 static GTY(()) tree uintmax_type_node;
782 uintmax_type_node = unsigned_type_node; in d_build_c_type_nodes()
787 uintmax_type_node = long_unsigned_type_node; in d_build_c_type_nodes()
792 uintmax_type_node = long_long_unsigned_type_node; in d_build_c_type_nodes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.h329 #define T_UIM &uintmax_type_node
H A Dc-cppbuiltin.c446 builtin_define_type_max ("__UINTMAX_MAX__", uintmax_type_node); in builtin_define_stdint_macros()
447 builtin_define_constants ("__UINTMAX_C", uintmax_type_node); in builtin_define_stdint_macros()
449 uintmax_type_node); in builtin_define_stdint_macros()
H A Dc-common.h460 #define uintmax_type_node c_global_trees[CTI_UINTMAX_TYPE] macro
H A Dc-common.c4352 uintmax_type_node = in c_common_nodes_and_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.h336 #define T_UIM &uintmax_type_node
H A Dc-cppbuiltin.cc457 builtin_define_type_max ("__UINTMAX_MAX__", uintmax_type_node); in builtin_define_stdint_macros()
458 builtin_define_constants ("__UINTMAX_C", uintmax_type_node); in builtin_define_stdint_macros()
460 uintmax_type_node); in builtin_define_stdint_macros()
H A Dc-common.h479 #define uintmax_type_node c_global_trees[CTI_UINTMAX_TYPE] macro
H A Dc-common.cc4599 uintmax_type_node = in c_common_nodes_and_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-sprintf.cc1205 tree uintmax_type_node; in format_integer() local
1285 build_intmax_type_nodes (&intmax_type_node, &uintmax_type_node); in format_integer()
1286 dirtype = sign ? intmax_type_node : uintmax_type_node; in format_integer()
H A Dbuiltin-types.def69 DEF_PRIMITIVE_TYPE (BT_UINTMAX, uintmax_type_node)
H A DChangeLog-20002075 uintmax_type_node, default_function_type, ptrdiff_type_node and
2081 uintmax_type_node, default_function_type, ptrdiff_type_node and
6690 (intmax_type_node, uintmax_type_node): Define.
6697 uintmax_type_node.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c1192 tree uintmax_type_node; in format_integer() local
1272 build_intmax_type_nodes (&intmax_type_node, &uintmax_type_node); in format_integer()
1273 dirtype = sign ? intmax_type_node : uintmax_type_node; in format_integer()
H A Dbuiltin-types.def69 DEF_PRIMITIVE_TYPE (BT_UINTMAX, uintmax_type_node)
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20031088 uintmax_type_node, string_type_node and const_string_type_node.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2000283 uintmax_type_node, default_function_type, ptrdiff_type_node and
865 uintmax_type_node.