| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| mingw32.h | 50 TYPE_PRECISION (intmax_type_node));\
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| mingw32.h | 46 TYPE_PRECISION (intmax_type_node));\
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-format.h | 342 #define T_IM &intmax_type_node
|
| c-cppbuiltin.cc | 442 builtin_define_type_max ("__INTMAX_MAX__", intmax_type_node); 443 builtin_define_constants ("__INTMAX_C", intmax_type_node); 446 builtin_define_type_width ("__INTMAX_WIDTH__", intmax_type_node,
|
| c-lex.cc | 915 = TYPE_PRECISION (intmax_type_node) >> max_bits_per_digit;
|
| c-opts.cc | 1271 cpp_opts->precision = TYPE_PRECISION (intmax_type_node);
|
| c-common.h | 468 #define intmax_type_node c_global_trees[CTI_INTMAX_TYPE] macro
|
| c-common.cc | 4683 intmax_type_node =
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-format.h | 334 #define T_IM &intmax_type_node
|
| c-cppbuiltin.cc | 446 builtin_define_type_max ("__INTMAX_MAX__", intmax_type_node); 447 builtin_define_constants ("__INTMAX_C", intmax_type_node); 450 builtin_define_type_width ("__INTMAX_WIDTH__", intmax_type_node,
|
| c-opts.cc | 1199 cpp_opts->precision = TYPE_PRECISION (intmax_type_node);
|
| c-common.h | 478 #define intmax_type_node c_global_trees[CTI_INTMAX_TYPE] macro
|
| c-common.cc | 4609 intmax_type_node =
|
| /src/external/gpl3/gcc/dist/gcc/lto/ |
| lto-lang.cc | 256 static GTY(()) tree intmax_type_node; variable 1275 intmax_type_node = integer_type_node; 1281 intmax_type_node = long_integer_type_node; 1287 intmax_type_node = long_long_integer_type_node; 1306 intmax_type_node = int_n_trees[i].signed_type;
|
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto-lang.cc | 242 static GTY(()) tree intmax_type_node; variable 1249 intmax_type_node = integer_type_node; 1255 intmax_type_node = long_integer_type_node; 1261 intmax_type_node = long_long_integer_type_node; 1280 intmax_type_node = int_n_trees[i].signed_type;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-builtins.cc | 777 static GTY(()) tree intmax_type_node; variable 796 intmax_type_node = integer_type_node; 801 intmax_type_node = long_integer_type_node; 806 intmax_type_node = long_long_integer_type_node;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| builtin-types.def | 68 DEF_PRIMITIVE_TYPE (BT_INTMAX, intmax_type_node)
|
| gimple-ssa-sprintf.cc | 987 /* Compute intmax_type_node and uintmax_type_node similarly to how 1204 tree intmax_type_node; 1285 build_intmax_type_nodes (&intmax_type_node, &uintmax_type_node); 1286 dirtype = sign ? intmax_type_node : uintmax_type_node;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-sprintf.cc | 989 /* Compute intmax_type_node and uintmax_type_node similarly to how 1213 tree intmax_type_node; 1300 build_intmax_type_nodes (&intmax_type_node, &uintmax_type_node); 1301 dirtype = sign ? intmax_type_node : uintmax_type_node;
|
| builtin-types.def | 68 DEF_PRIMITIVE_TYPE (BT_INTMAX, intmax_type_node)
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-decl.cc | 10084 else if (precision > TYPE_PRECISION (intmax_type_node) 10086 TYPE_MIN_VALUE (intmax_type_node)) 10289 : intmax_type_node)))
|