| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_bvgraph.h | 112 BV &to_visit = t1, local 114 to_visit.copyFrom(v[from]); 117 while (!to_visit.empty()) { 118 uptr idx = to_visit.getAndClearFirstOne(); 120 to_visit.setUnion(v[idx]);
|
| sanitizer_bvgraph.h | 112 BV &to_visit = t1, local 114 to_visit.copyFrom(v[from]); 117 while (!to_visit.empty()) { 118 uptr idx = to_visit.getAndClearFirstOne(); 120 to_visit.setUnion(v[idx]);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_bvgraph.h | 111 BV &to_visit = t1, local 113 to_visit.copyFrom(v[from]); 116 while (!to_visit.empty()) { 117 uptr idx = to_visit.getAndClearFirstOne(); 119 to_visit.setUnion(v[idx]);
|
| sanitizer_bvgraph.h | 111 BV &to_visit = t1, local 113 to_visit.copyFrom(v[from]); 116 while (!to_visit.empty()) { 117 uptr idx = to_visit.getAndClearFirstOne(); 119 to_visit.setUnion(v[idx]);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_bvgraph.h | 111 BV &to_visit = t1, local 113 to_visit.copyFrom(v[from]); 116 while (!to_visit.empty()) { 117 uptr idx = to_visit.getAndClearFirstOne(); 119 to_visit.setUnion(v[idx]);
|
| sanitizer_bvgraph.h | 111 BV &to_visit = t1, local 113 to_visit.copyFrom(v[from]); 116 while (!to_visit.empty()) { 117 uptr idx = to_visit.getAndClearFirstOne(); 119 to_visit.setUnion(v[idx]);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cfgloop.h | 703 if (curr_idx < list.to_visit.length ()) 747 return iterator (*this, to_visit.length ()); 759 return const_iterator (*this, to_visit.length ()); 771 auto_vec<int, 16> to_visit; member in class:loops_list 784 while (this->list.to_visit.iterate (this->curr_idx, &anum)) 818 this->to_visit.reserve_exact (number_of_loops (fn)); 830 this->to_visit.quick_push (0); 839 this->to_visit.quick_push (aloop->num);
|
| cfgloop.h | 703 if (curr_idx < list.to_visit.length ()) 747 return iterator (*this, to_visit.length ()); 759 return const_iterator (*this, to_visit.length ()); 771 auto_vec<int, 16> to_visit; member in class:loops_list 784 while (this->list.to_visit.iterate (this->curr_idx, &anum)) 818 this->to_visit.reserve_exact (number_of_loops (fn)); 830 this->to_visit.quick_push (0); 839 this->to_visit.quick_push (aloop->num);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgloop.h | 695 if (curr_idx < list.to_visit.length ()) 739 return iterator (*this, to_visit.length ()); 751 return const_iterator (*this, to_visit.length ()); 763 auto_vec<int, 16> to_visit; member in class:loops_list 776 while (this->list.to_visit.iterate (this->curr_idx, &anum)) 810 this->to_visit.reserve_exact (number_of_loops (fn)); 822 this->to_visit.quick_push (0); 831 this->to_visit.quick_push (aloop->num);
|
| cfgloop.h | 695 if (curr_idx < list.to_visit.length ()) 739 return iterator (*this, to_visit.length ()); 751 return const_iterator (*this, to_visit.length ()); 763 auto_vec<int, 16> to_visit; member in class:loops_list 776 while (this->list.to_visit.iterate (this->curr_idx, &anum)) 810 this->to_visit.reserve_exact (number_of_loops (fn)); 822 this->to_visit.quick_push (0); 831 this->to_visit.quick_push (aloop->num);
|