| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 129 for (succ_iterator_ty it2 = succ_begin(*it), ie2 = succ_end(*it); in ExecuteOneTest() 130 it2 != ie2; ++it2) in ExecuteOneTest() 131 assert(S.count(*it2) && "Attempt to run invalid changeset!"); in ExecuteOneTest() 221 for (succ_closure_iterator_ty it2 = succ_closure_begin(*it), in DAGDeltaAlgorithmImpl() local 222 ie2 = succ_closure_end(*it); it2 != ie2; ++it2) in DAGDeltaAlgorithmImpl() 223 PredClosure[*it2].insert(*it); in DAGDeltaAlgorithmImpl() 237 for (succ_iterator_ty it2 = succ_begin(*it), ie2 = succ_end(*it); in DAGDeltaAlgorithmImpl() 238 it2 != ie2; ++it2) { in DAGDeltaAlgorithmImpl() 239 if (it2 != succ_begin(*it)) in DAGDeltaAlgorithmImpl() 241 llvm::errs() << "->" << *it2; in DAGDeltaAlgorithmImpl() [all …]
|
| /netbsd-src/usr.bin/locate/bigram/ |
| H A D | locate.bigram.c | 83 const struct bigram *it1=item1, *it2=item2; in compare_bigrams() local 85 if (it1->count != it2->count) in compare_bigrams() 86 return it2->count - it1->count; in compare_bigrams() 87 else if (it1->b1 != it2->b1) in compare_bigrams() 88 return it2->b1 - it1->b1; in compare_bigrams() 90 return it2->b2 - it2->b2; in compare_bigrams()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-util.cc | 558 for (reg_use_it it2 = begin_it2; it2 != end_it2; it2++) in gccbrig_print_reg_use_info() local 560 fprintf (dump, "(%lu) ", (long unsigned int) it2->second); in gccbrig_print_reg_use_info() 561 print_node_brief (dump, "", it2->first, 0); in gccbrig_print_reg_use_info()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcov.c | 1169 for (vector<function_info *>::iterator it2 = fns->begin (); in output_json_intermediate_file() local 1170 it2 != fns->end (); it2++) in output_json_intermediate_file() 1172 if (!(*it2)->is_group) in output_json_intermediate_file() 1173 last_non_group_fn = *it2; in output_json_intermediate_file() 1175 vector<line_info> &lines = (*it2)->lines; in output_json_intermediate_file() 1180 (*it2)->m_name); in output_json_intermediate_file() 2733 for (vector<line_info>::iterator it2 = fn->lines.begin (); in accumulate_line_counts() local 2734 it2 != fn->lines.end (); it2++) in accumulate_line_counts() 2736 line_info *line = &(*it2); in accumulate_line_counts()
|
| H A D | ipa-icf.c | 2751 for (subdivide_hash_map::iterator it2 = split_map.begin (); in subdivide_classes_by_sensitive_refs() local 2752 it2 != split_map.end (); ++it2) in subdivide_classes_by_sensitive_refs() 2757 for (unsigned k = 0; k < (*it2).second.length (); k++) in subdivide_classes_by_sensitive_refs() 2758 add_item_to_class (new_cls, (*it2).second[k]); in subdivide_classes_by_sensitive_refs() 2777 for (subdivide_hash_map::iterator it2 = split_map.begin (); in subdivide_classes_by_sensitive_refs() local 2778 it2 != split_map.end (); ++it2) in subdivide_classes_by_sensitive_refs() 2780 delete (*it2).first; in subdivide_classes_by_sensitive_refs() 2781 (*it2).second.release (); in subdivide_classes_by_sensitive_refs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcov.cc | 1255 for (vector<function_info *>::iterator it2 = fns->begin (); in output_json_intermediate_file() local 1256 it2 != fns->end (); it2++) in output_json_intermediate_file() 1258 if (!(*it2)->is_group) in output_json_intermediate_file() 1259 last_non_group_fns.push_back (*it2); in output_json_intermediate_file() 1261 vector<line_info> &lines = (*it2)->lines; in output_json_intermediate_file() 1267 (*it2)->m_name); in output_json_intermediate_file() 2814 for (vector<line_info>::iterator it2 = fn->lines.begin (); in accumulate_line_counts() local 2815 it2 != fn->lines.end (); it2++) in accumulate_line_counts() 2817 line_info *line = &(*it2); in accumulate_line_counts()
|
| H A D | ipa-icf.cc | 2834 for (subdivide_hash_map::iterator it2 = split_map.begin (); in subdivide_classes_by_sensitive_refs() local 2835 it2 != split_map.end (); ++it2) in subdivide_classes_by_sensitive_refs() 2840 for (unsigned k = 0; k < (*it2).second.length (); k++) in subdivide_classes_by_sensitive_refs() 2841 add_item_to_class (new_cls, (*it2).second[k]); in subdivide_classes_by_sensitive_refs() 2860 for (subdivide_hash_map::iterator it2 = split_map.begin (); in subdivide_classes_by_sensitive_refs() local 2861 it2 != split_map.end (); ++it2) in subdivide_classes_by_sensitive_refs() 2863 delete (*it2).first; in subdivide_classes_by_sensitive_refs() 2864 (*it2).second.release (); in subdivide_classes_by_sensitive_refs()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 1024 it2 = RD->field_begin(); *it2 != it->first; ++it2) in print() local
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | buffer.c | 1605 struct evbuffer_ptr it, it2; in evbuffer_search_eol() local 1633 memcpy(&it2, &it, sizeof(it)); in evbuffer_search_eol() 1634 extra_drain = evbuffer_strspn(&it2, "\r\n"); in evbuffer_search_eol() 1655 memcpy(&it2, &it, sizeof(it)); in evbuffer_search_eol() 1656 if (evbuffer_ptr_subtract(buffer, &it2, 1)<0) in evbuffer_search_eol() 1658 if (evbuffer_getchr(&it2) == '\r') { in evbuffer_search_eol() 1659 memcpy(&it, &it2, sizeof(it)); in evbuffer_search_eol()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| H A D | msan_test.cc | 2208 struct itimerval it1, it2; in TEST() local 2224 res = setitimer(ITIMER_VIRTUAL, &it1, &it2); in TEST() 2226 EXPECT_NOT_POISONED(it2.it_interval.tv_sec); in TEST() 2227 EXPECT_NOT_POISONED(it2.it_interval.tv_usec); in TEST() 2228 EXPECT_NOT_POISONED(it2.it_value.tv_sec); in TEST() 2229 EXPECT_NOT_POISONED(it2.it_value.tv_usec); in TEST()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 6236 tree it2; in cp_omp_finish_iterators() local 6237 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) in cp_omp_finish_iterators() 6239 tree var2 = TREE_VEC_ELT (it2, 0); in cp_omp_finish_iterators() 6240 tree begin2 = TREE_VEC_ELT (it2, 1); in cp_omp_finish_iterators() 6241 tree end2 = TREE_VEC_ELT (it2, 2); in cp_omp_finish_iterators() 6242 tree step2 = TREE_VEC_ELT (it2, 3); in cp_omp_finish_iterators() 6263 if (it2) in cp_omp_finish_iterators()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 6663 tree it2; in cp_omp_finish_iterators() local 6664 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) in cp_omp_finish_iterators() 6666 tree var2 = TREE_VEC_ELT (it2, 0); in cp_omp_finish_iterators() 6667 tree begin2 = TREE_VEC_ELT (it2, 1); in cp_omp_finish_iterators() 6668 tree end2 = TREE_VEC_ELT (it2, 2); in cp_omp_finish_iterators() 6669 tree step2 = TREE_VEC_ELT (it2, 3); in cp_omp_finish_iterators() 6690 if (it2) in cp_omp_finish_iterators()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 13799 tree it2; in c_omp_finish_iterators() local 13800 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) in c_omp_finish_iterators() 13802 tree var2 = TREE_VEC_ELT (it2, 0); in c_omp_finish_iterators() 13803 tree begin2 = TREE_VEC_ELT (it2, 1); in c_omp_finish_iterators() 13804 tree end2 = TREE_VEC_ELT (it2, 2); in c_omp_finish_iterators() 13805 tree step2 = TREE_VEC_ELT (it2, 3); in c_omp_finish_iterators() 13835 if (it2) in c_omp_finish_iterators()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 14032 tree it2; in c_omp_finish_iterators() local 14033 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) in c_omp_finish_iterators() 14035 tree var2 = TREE_VEC_ELT (it2, 0); in c_omp_finish_iterators() 14036 tree begin2 = TREE_VEC_ELT (it2, 1); in c_omp_finish_iterators() 14037 tree end2 = TREE_VEC_ELT (it2, 2); in c_omp_finish_iterators() 14038 tree step2 = TREE_VEC_ELT (it2, 3); in c_omp_finish_iterators() 14068 if (it2) in c_omp_finish_iterators()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | mips.cc | 5210 typename std::list<reloc_high<size, big_endian> >::iterator it2 = in rello16() local 5212 while (it2 != got16_relocs.end()) in rello16() 5214 reloc_high<size, big_endian> got16 = *it2; in rello16() 5228 it2 = got16_relocs.erase(it2); in rello16() 5231 ++it2; in rello16()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | mips.cc | 5212 typename std::list<reloc_high<size, big_endian> >::iterator it2 = in rello16() local 5214 while (it2 != got16_relocs.end()) in rello16() 5216 reloc_high<size, big_endian> got16 = *it2; in rello16() 5230 it2 = got16_relocs.erase(it2); in rello16() 5233 ++it2; in rello16()
|