Searched refs:intmax_type_node (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-cppbuiltin.c | 381 if (intmax_type_node == long_long_integer_type_node) in builtin_define_stdint_macros() 383 else if (intmax_type_node == long_integer_type_node) in builtin_define_stdint_macros() 385 else if (intmax_type_node == integer_type_node) in builtin_define_stdint_macros() 389 builtin_define_type_max ("__INTMAX_MAX__", intmax_type_node, intmax_long); in builtin_define_stdint_macros()
|
| H A D | c-format.h | 298 #define T_IM &intmax_type_node
|
| H A D | c-common.h | 191 #define intmax_type_node c_global_trees[CTI_INTMAX_TYPE] macro
|
| H A D | c-opts.c | 1172 cpp_opts->precision = TYPE_PRECISION (intmax_type_node); in c_common_init()
|
| H A D | builtin-types.def | 76 DEF_PRIMITIVE_TYPE (BT_INTMAX, intmax_type_node)
|
| H A D | c-common.c | 3459 intmax_type_node = in c_common_nodes_and_builtins()
|
| H A D | ChangeLog-2000 | 2074 const_string_type_node, wint_type_node, intmax_type_node, 2080 const_string_type_node, wint_type_node, intmax_type_node, 6690 (intmax_type_node, uintmax_type_node): Define. 6696 (init_decl_processing): Initialize intmax_type_node and
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-2000 | 282 const_string_type_node, wint_type_node, intmax_type_node, 864 (init_decl_processing): Initialize intmax_type_node and
|