HomeSort by: relevance | last modified time | path
    Searched defs:maxnode (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
linux-record.c 1858 ULONGEST maxnode; local
1860 regcache_raw_read_unsigned (regcache, tdep->arg3, &maxnode);
1862 maxnode * tdep->size_long))
  /src/external/gpl3/gdb.old/dist/gdb/
linux-record.c 1852 ULONGEST maxnode; local
1854 regcache_raw_read_unsigned (regcache, tdep->arg3, &maxnode);
1856 maxnode * tdep->size_long))
  /src/external/gpl3/gcc/dist/libcc1/
libcc1plugin.cc 506 tree minnode, maxnode, iter;
509 minnode = maxnode = TREE_VALUE (iter);
515 if (tree_int_cst_lt (maxnode, value))
516 maxnode = value;
521 TYPE_MAX_VALUE (enum_type) = maxnode;
502 tree minnode, maxnode, iter; local
  /src/external/gpl3/gcc.old/dist/libcc1/
libcc1plugin.cc 495 tree minnode, maxnode, iter;
498 minnode = maxnode = TREE_VALUE (iter);
504 if (tree_int_cst_lt (maxnode, value))
505 maxnode = value;
510 TYPE_MAX_VALUE (enum_type) = maxnode;
491 tree minnode, maxnode, iter; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 10015 tree minnode = NULL_TREE, maxnode = NULL_TREE;
10026 minnode = maxnode = integer_zero_node;
10029 minnode = maxnode = TREE_VALUE (values);
10033 if (tree_int_cst_lt (maxnode, value))
10034 maxnode = value;
10046 tree_int_cst_min_precision (maxnode, sign));
10050 || tree_int_cst_lt (TYPE_MAX_VALUE (integer_type_node), maxnode));
10088 maxnode))
10153 lt->enum_max = maxnode;
9984 tree minnode = NULL_TREE, maxnode = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 9205 tree minnode = NULL_TREE, maxnode = NULL_TREE;
9216 minnode = maxnode = integer_zero_node;
9219 minnode = maxnode = TREE_VALUE (values);
9223 if (tree_int_cst_lt (maxnode, value))
9224 maxnode = value;
9236 tree_int_cst_min_precision (maxnode, sign));
9317 lt->enum_max = maxnode;
9174 tree minnode = NULL_TREE, maxnode = NULL_TREE; local
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 17145 tree minnode, maxnode;
17170 minnode = maxnode = NULL_TREE;
17191 minnode = maxnode = value;
17192 else if (tree_int_cst_lt (maxnode, value))
17193 maxnode = value;
17203 minnode = maxnode = integer_zero_node;
17209 MAXNODE are transformed, since tree_int_cst_min_precision relies
17213 int highprec = tree_int_cst_min_precision (maxnode, sgn);
17126 tree minnode, maxnode; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 16409 tree minnode, maxnode;
16434 minnode = maxnode = NULL_TREE;
16455 minnode = maxnode = value;
16456 else if (tree_int_cst_lt (maxnode, value))
16457 maxnode = value;
16467 minnode = maxnode = integer_zero_node;
16473 MAXNODE are transformed, since tree_int_cst_min_precision relies
16477 int highprec = tree_int_cst_min_precision (maxnode, sgn);
16390 tree minnode, maxnode; local

Completed in 69 milliseconds