Home
last modified time | relevance | path

Searched refs:intmax_type_node (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/lto/
H A Dlto-lang.c238 static GTY(()) tree intmax_type_node;
1219 intmax_type_node = integer_type_node; in lto_build_c_type_nodes()
1225 intmax_type_node = long_integer_type_node; in lto_build_c_type_nodes()
1231 intmax_type_node = long_long_integer_type_node; in lto_build_c_type_nodes()
1248 intmax_type_node = int_n_trees[i].signed_type; in lto_build_c_type_nodes()
/dflybsd-src/contrib/gcc-4.7/gcc/lto/
H A Dlto-lang.c171 static GTY(()) tree intmax_type_node;
1081 intmax_type_node = integer_type_node; in lto_build_c_type_nodes()
1087 intmax_type_node = long_integer_type_node; in lto_build_c_type_nodes()
1093 intmax_type_node = long_long_integer_type_node; in lto_build_c_type_nodes()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.h306 #define T_IM &intmax_type_node
H A Dc-cppbuiltin.c434 builtin_define_type_max ("__INTMAX_MAX__", intmax_type_node); in builtin_define_stdint_macros()
435 builtin_define_constants ("__INTMAX_C", intmax_type_node); in builtin_define_stdint_macros()
H A Dc-opts.c1077 cpp_opts->precision = TYPE_PRECISION (intmax_type_node); in c_common_init()
H A Dc-common.h382 #define intmax_type_node c_global_trees[CTI_INTMAX_TYPE] macro
H A Dc-common.c4971 intmax_type_node = in c_common_nodes_and_builtins()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-format.h318 #define T_IM &intmax_type_node
H A Dc-cppbuiltin.c440 builtin_define_type_max ("__INTMAX_MAX__", intmax_type_node); in builtin_define_stdint_macros()
441 builtin_define_constants ("__INTMAX_C", intmax_type_node); in builtin_define_stdint_macros()
444 builtin_define_type_width ("__INTMAX_WIDTH__", intmax_type_node, in builtin_define_stdint_macros()
H A Dc-opts.c1098 cpp_opts->precision = TYPE_PRECISION (intmax_type_node); in c_common_init()
H A Dc-common.h439 #define intmax_type_node c_global_trees[CTI_INTMAX_TYPE] macro
H A Dc-common.c4277 intmax_type_node = in c_common_nodes_and_builtins()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-sprintf.c1299 tree intmax_type_node; in format_integer() local
1380 build_intmax_type_nodes (&intmax_type_node, &uintmax_type_node); in format_integer()
1381 dirtype = sign ? intmax_type_node : uintmax_type_node; in format_integer()
H A Dbuiltin-types.def68 DEF_PRIMITIVE_TYPE (BT_INTMAX, intmax_type_node)
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbuiltin-types.def77 DEF_PRIMITIVE_TYPE (BT_INTMAX, intmax_type_node)