Searched refs:new_max (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr34176.c53 size_t new_max = nitems + len2; local
55 if (new_max != len2)
57 dest = foo (new_max);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash49.C21 virtual void realloc(int new_max) { argument
22 _max = new_max;
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtypeck.c3396 tree new_max = save_domain;
3403 new_max = check_range (new_max, new_max, NULL_TREE,
3407 origin = build_string_type (TREE_TYPE (origin), new_max);
3412 tree upper = check_range (new_max, new_max, NULL_TREE,
3377 tree new_max = save_domain; local
H A Ddecl.c1060 int new_max = level + 20;
1062 small_ints = (tree*)xmalloc (new_max * sizeof(tree));
1064 small_ints = (tree*)xrealloc (small_ints, new_max * sizeof(tree));
1065 while (max_small_ints < new_max)
1052 int new_max = level + 20; local
/haiku-buildtools/gcc/gcc/
H A Dtree-vrp.c3535 tree new_min, new_max; local
3542 new_max = positive_overflow_infinity (outer_type);
3544 new_max = force_fit_type (outer_type, wi::to_widest (vr0.max),
3547 new_min, new_max, NULL);

Completed in 134 milliseconds