Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dbitmap.c537 bitmap_operation (to, from1, from2, operation) in bitmap_operation() argument
540 bitmap from2;
546 bitmap_element *from2_ptr = from2->first;
718 bitmap_ior_and_compl (to, from1, from2) in bitmap_ior_and_compl() argument
721 bitmap from2;
728 bitmap_operation (&tmp, from1, from2, BITMAP_AND_COMPL);
/openbsd-src/gnu/gcc/gcc/
H A Dbitmap.c1430 bitmap_ior_and_compl (bitmap dst, bitmap a, bitmap from1, bitmap from2) in bitmap_ior_and_compl() argument
1436 bitmap_and_compl (&tmp, from1, from2); in bitmap_ior_and_compl()
1446 bitmap_ior_and_compl_into (bitmap a, bitmap from1, bitmap from2) in bitmap_ior_and_compl_into() argument
1452 bitmap_and_compl (&tmp, from1, from2); in bitmap_ior_and_compl_into()