HomeSort by: relevance | last modified time | path
    Searched refs:uintmax_type_node (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.h 344 #define T_UIM &uintmax_type_node
c-cppbuiltin.cc 444 builtin_define_type_max ("__UINTMAX_MAX__", uintmax_type_node);
445 builtin_define_constants ("__UINTMAX_C", uintmax_type_node);
447 uintmax_type_node);
c-common.h 469 #define uintmax_type_node c_global_trees[CTI_UINTMAX_TYPE] macro
c-common.cc 4685 uintmax_type_node =
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.h 336 #define T_UIM &uintmax_type_node
c-cppbuiltin.cc 448 builtin_define_type_max ("__UINTMAX_MAX__", uintmax_type_node);
449 builtin_define_constants ("__UINTMAX_C", uintmax_type_node);
451 uintmax_type_node);
c-common.h 479 #define uintmax_type_node c_global_trees[CTI_UINTMAX_TYPE] macro
c-common.cc 4611 uintmax_type_node =
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-lang.cc 257 static GTY(()) tree uintmax_type_node; variable
1276 uintmax_type_node = unsigned_type_node;
1282 uintmax_type_node = long_unsigned_type_node;
1288 uintmax_type_node = long_long_unsigned_type_node;
1307 uintmax_type_node = int_n_trees[i].unsigned_type;
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc 243 static GTY(()) tree uintmax_type_node; variable
1250 uintmax_type_node = unsigned_type_node;
1256 uintmax_type_node = long_unsigned_type_node;
1262 uintmax_type_node = long_long_unsigned_type_node;
1281 uintmax_type_node = int_n_trees[i].unsigned_type;
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 778 static GTY(()) tree uintmax_type_node; variable
797 uintmax_type_node = unsigned_type_node;
802 uintmax_type_node = long_unsigned_type_node;
807 uintmax_type_node = long_long_unsigned_type_node;
  /src/external/gpl3/gcc.old/dist/gcc/
builtin-types.def 69 DEF_PRIMITIVE_TYPE (BT_UINTMAX, uintmax_type_node)
gimple-ssa-sprintf.cc 987 /* Compute intmax_type_node and uintmax_type_node similarly to how
1205 tree uintmax_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
1214 tree uintmax_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 69 DEF_PRIMITIVE_TYPE (BT_UINTMAX, uintmax_type_node)
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 10087 && !tree_int_cst_lt (TYPE_MAX_VALUE (uintmax_type_node),
10288 ? uintmax_type_node

Completed in 91 milliseconds