| /netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| H A D | output.c | 477 int srcidx, dstidx; in write_file() local 511 for (srcidx = dstidx = 0; srcidx < sehdr.e_shnum; srcidx++) { in write_file() 512 Elf_Scn *scn = elf_getscn(src, srcidx); in write_file() 524 secxlate[srcidx] = -1; in write_file() 530 secxlate[srcidx] = -1; in write_file() 537 secxlate[srcidx] = -1; in write_file() 539 secxlate[srcidx] = dstidx++; in write_file() 546 for (srcidx = 1; srcidx < sehdr.e_shnum; srcidx++) { in write_file() 549 sscn = elf_getscn(src, srcidx); in write_file() 552 if (secxlate[srcidx] == -1) { in write_file() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-live.cc | 759 unsigned srcidx, dstidx, num; in remove_unused_locals() local 920 for (srcidx = 0, dstidx = 0; srcidx < num; srcidx++) in remove_unused_locals() 922 var = (*cfun->local_decls)[srcidx]; in remove_unused_locals() 943 if (srcidx != dstidx) in remove_unused_locals()
|
| H A D | ipa-cp.cc | 1580 int srcidx; in ipa_context_from_jfunc() local 1587 srcidx = ipa_get_jf_pass_through_formal_id (jfunc); in ipa_context_from_jfunc() 1592 srcidx = ipa_get_jf_ancestor_formal_id (jfunc); in ipa_context_from_jfunc() 1597 srcctx = info->known_contexts[srcidx]; in ipa_context_from_jfunc() 1602 || srcidx >= ipa_get_param_count (info)) in ipa_context_from_jfunc() 1605 lat = ipa_get_poly_ctx_lat (info, srcidx); in ipa_context_from_jfunc()
|
| H A D | omp-expand.cc | 1297 unsigned srcidx, dstidx, num; in expand_omp_taskreg() local 1460 for (srcidx = 0, dstidx = 0; srcidx < num; srcidx++) in expand_omp_taskreg() 1462 t = (*child_cfun->local_decls)[srcidx]; in expand_omp_taskreg() 1465 if (srcidx != dstidx) in expand_omp_taskreg() 9779 unsigned srcidx, dstidx, num; in expand_omp_target() local 9887 for (srcidx = 0, dstidx = 0; srcidx < num; srcidx++) in expand_omp_target() 9889 t = (*child_cfun->local_decls)[srcidx]; in expand_omp_target() 9892 if (srcidx != dstidx) in expand_omp_target()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-live.c | 732 unsigned srcidx, dstidx, num; in remove_unused_locals() local 865 for (srcidx = 0, dstidx = 0; srcidx < num; srcidx++) in remove_unused_locals() 867 var = (*cfun->local_decls)[srcidx]; in remove_unused_locals() 888 if (srcidx != dstidx) in remove_unused_locals()
|
| H A D | ipa-cp.c | 1465 int srcidx; in ipa_context_from_jfunc() local 1472 srcidx = ipa_get_jf_pass_through_formal_id (jfunc); in ipa_context_from_jfunc() 1477 srcidx = ipa_get_jf_ancestor_formal_id (jfunc); in ipa_context_from_jfunc() 1482 srcctx = info->known_contexts[srcidx]; in ipa_context_from_jfunc() 1487 || srcidx >= ipa_get_param_count (info)) in ipa_context_from_jfunc() 1490 lat = ipa_get_poly_ctx_lat (info, srcidx); in ipa_context_from_jfunc()
|
| H A D | omp-expand.c | 1295 unsigned srcidx, dstidx, num; in expand_omp_taskreg() local 1458 for (srcidx = 0, dstidx = 0; srcidx < num; srcidx++) in expand_omp_taskreg() 1460 t = (*child_cfun->local_decls)[srcidx]; in expand_omp_taskreg() 1463 if (srcidx != dstidx) in expand_omp_taskreg() 8007 unsigned srcidx, dstidx, num; in expand_omp_target() local 8115 for (srcidx = 0, dstidx = 0; srcidx < num; srcidx++) in expand_omp_target() 8117 t = (*child_cfun->local_decls)[srcidx]; in expand_omp_target() 8120 if (srcidx != dstidx) in expand_omp_target()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
| H A D | minfo.d | 61 private size_t[] genCyclePath(size_t srcidx, size_t targetidx, int[][] edges) in genCyclePath() argument 148 shortest(srcidx, targetidx); in genCyclePath() 150 shortest(targetidx, srcidx); in genCyclePath()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| H A D | minfo.d | 61 private size_t[] genCyclePath(size_t srcidx, size_t targetidx, int[][] edges) in genCyclePath() argument 148 shortest(srcidx, targetidx); in genCyclePath() 150 shortest(targetidx, srcidx); in genCyclePath()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | gimple-parser.c | 323 int srcidx = TREE_INT_CST_LOW (gimple_call_arg (stmt, i)); in c_parser_parse_gimple_body() local 324 edge e = find_edge (BASIC_BLOCK_FOR_FN (cfun, srcidx), bb); in c_parser_parse_gimple_body()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | gimple-parser.cc | 323 int srcidx = TREE_INT_CST_LOW (gimple_call_arg (stmt, i)); in c_parser_parse_gimple_body() local 324 edge e = find_edge (BASIC_BLOCK_FOR_FN (cfun, srcidx), bb); in c_parser_parse_gimple_body()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 9434 unsigned srcidx = !dstidx; in maybe_warn_class_memaccess() local 9561 srctype = TREE_TYPE ((*args)[srcidx]); in maybe_warn_class_memaccess()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 10143 unsigned srcidx = !dstidx; in maybe_warn_class_memaccess() local 10270 srctype = TREE_TYPE ((*args)[srcidx]); in maybe_warn_class_memaccess()
|