Home
last modified time | relevance | path

Searched refs:over2 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.c445 int over1 = 0, over2 = 0; local
457 over2 |= TREE_CONSTANT_OVERFLOW (value);
461 TREE_CONSTANT_OVERFLOW (v) = over2;
/openbsd-src/gnu/gcc/gcc/
H A Dtree.c961 int over1 = 0, over2 = 0; in build_vector() local
977 over2 |= TREE_CONSTANT_OVERFLOW (value); in build_vector()
981 TREE_CONSTANT_OVERFLOW (v) = over2; in build_vector()