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

  /src/external/gpl3/gcc/dist/gcc/
bitmap.cc 2577 const bitmap_element *and_elt_ptr;
2581 and_elt_ptr = &and_elt;
2595 and_elt_ptr = b_elt;
2602 ix = a_elt ? a_elt->indx : and_elt_ptr->indx;
2603 if (ix == and_elt_ptr->indx)
2605 and_elt_ptr, changed);
2606 else if (ix > and_elt_ptr->indx)
2607 changed = bitmap_elt_copy (a, NULL, a_prev, and_elt_ptr, changed);
2615 while (ix < and_elt_ptr->indx);
2564 const bitmap_element *and_elt_ptr; local
  /src/external/gpl3/gcc.old/dist/gcc/
bitmap.cc 2544 const bitmap_element *and_elt_ptr;
2548 and_elt_ptr = &and_elt;
2562 and_elt_ptr = b_elt;
2569 ix = a_elt ? a_elt->indx : and_elt_ptr->indx;
2570 if (ix == and_elt_ptr->indx)
2572 and_elt_ptr, changed);
2573 else if (ix > and_elt_ptr->indx)
2574 changed = bitmap_elt_copy (a, NULL, a_prev, and_elt_ptr, changed);
2582 while (ix < and_elt_ptr->indx);
2531 const bitmap_element *and_elt_ptr; local

Completed in 37 milliseconds