| /netbsd/src/sys/arch/x68k/stand/aout2hux/ |
| D | aout2hux.c | 76 int aout2hux(const char *fn1, const char *fn2, 480 #define ERR2 { if (ferror(fpa2)) perror(fn2); \ 481 else fprintf(stderr, "%s: unexpected EOF\n", fn2); \ 484 fn1, fn2); \ 539 aout2hux(const char *fn1, const char *fn2, u_int32_t loadadr1, u_int32_t loadadr2, const char *fnx) in aout2hux() argument 570 if (!(fpa1 = open_exec(fn1, &inf1)) || !(fpa2 = open_exec(fn2, &inf2))) in aout2hux() 578 fn1, fn2); in aout2hux() 584 fn1, fn2); in aout2hux() 647 perror(fn2); in aout2hux() 667 perror(fn2); in aout2hux()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | amd64-entry-value-inline.c | 27 fn2 (int x, int y) in fn2() function 42 return fn2 (x, y); in fn3()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ipa-reference.cc | 205 struct cgraph_node *fn2 = fn->function_symbol (&avail); in ipa_reference_get_read_global() local 207 get_reference_optimization_summary (fn2); in ipa_reference_get_read_global() 213 && opt_for_fn (fn2->decl, flag_ipa_reference)) in ipa_reference_get_read_global() 234 struct cgraph_node *fn2 = fn->function_symbol (&avail); in ipa_reference_get_written_global() local 236 get_reference_optimization_summary (fn2); in ipa_reference_get_written_global() 242 && opt_for_fn (fn2->decl, flag_ipa_reference)) in ipa_reference_get_written_global()
|
| D | attribs.cc | 1122 common_function_versions (tree fn1, tree fn2) in common_function_versions() argument 1129 || TREE_CODE (fn2) != FUNCTION_DECL) in common_function_versions() 1133 attr2 = lookup_attribute ("target", DECL_ATTRIBUTES (fn2)); in common_function_versions() 1143 if (DECL_FUNCTION_VERSIONED (fn1) || DECL_FUNCTION_VERSIONED (fn2)) in common_function_versions() 1147 std::swap (fn1, fn2); in common_function_versions() 1150 error_at (DECL_SOURCE_LOCATION (fn2), in common_function_versions() 1152 fn2); in common_function_versions() 1156 DECL_ATTRIBUTES (fn2) in common_function_versions() 1159 DECL_ATTRIBUTES (fn2)); in common_function_versions()
|
| D | tree-cfg.cc | 7469 fixup_loop_arrays_after_move (struct function *fn1, struct function *fn2, in fixup_loop_arrays_after_move() argument 7476 loop->num = number_of_loops (fn2); in fixup_loop_arrays_after_move() 7477 vec_safe_push (loops_for_fn (fn2)->larray, loop); in fixup_loop_arrays_after_move() 7481 fixup_loop_arrays_after_move (fn1, fn2, loop); in fixup_loop_arrays_after_move()
|
| /netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| D | merge.c | 253 fndef_t *fn1 = stdp->t_fndef, *fn2 = ttdp->t_fndef; in equiv_function() local 256 if (fn1->fn_nargs != fn2->fn_nargs || in equiv_function() 257 fn1->fn_vargs != fn2->fn_vargs) in equiv_function() 260 if (!equiv_node(fn1->fn_ret, fn2->fn_ret, ed)) in equiv_function() 264 if (!equiv_node(fn1->fn_args[i], fn2->fn_args[i], ed)) in equiv_function()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | minsyms.c | 1255 const minimal_symbol &fn2) in minimal_symbol_is_less_than() argument 1257 if ((&fn1)->unrelocated_address () < (&fn2)->unrelocated_address ()) in minimal_symbol_is_less_than() 1261 else if ((&fn1)->unrelocated_address () > (&fn2)->unrelocated_address ()) in minimal_symbol_is_less_than() 1269 const char *name2 = fn2.linkage_name (); in minimal_symbol_is_less_than()
|
| /netbsd/src/tests/bin/sh/ |
| D | t_option.sh | 815 atf_fail "T8: -X tracing included 'say' after fn2 +X" 817 atf_fail "T8: -X fn tracing included 'say' after fn2 +X"
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| D | cpp.c | 170 const usch *fn1, *fn2; in main() local 322 fn1 = fn2 = (usch *)argv[0]; in main() 325 fn2 = (const usch *)""; in main() 327 if (pushfile(fn1, fn2, 0, NULL)) in main()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | call.cc | 3770 equal_functions (tree fn1, tree fn2) in equal_functions() argument 3772 if (TREE_CODE (fn1) != TREE_CODE (fn2)) in equal_functions() 3775 return fn1 == fn2; in equal_functions() 3776 if (DECL_LOCAL_DECL_P (fn1) || DECL_LOCAL_DECL_P (fn2) in equal_functions() 3778 return decls_match (fn1, fn2); in equal_functions() 3779 return fn1 == fn2; in equal_functions() 11989 tree fn2 = c2->fn; in cand_parms_match() local 11990 if (fn1 == fn2) in cand_parms_match() 11992 if (identifier_p (fn1) || identifier_p (fn2)) in cand_parms_match() 11997 tree t2 = most_general_template (fn2); in cand_parms_match() [all …]
|
| /netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/ |
| D | libzfs_sendrecv.c | 482 const fsavl_node_t *fn2 = arg2; in fsavl_compare() local 484 if (fn1->fn_guid > fn2->fn_guid) in fsavl_compare() 486 else if (fn1->fn_guid < fn2->fn_guid) in fsavl_compare()
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | ChangeLog | 11178 * testsuite/libgomp.c/target-1.c (fn2, fn3, fn4): Add 11180 * testsuite/libgomp.c/target-2.c (fn2, fn3, fn4): Likewise. 11225 * testsuite/libgomp.c++/target-2.C (fn2): Add map(tofrom: s) clause.
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 11897 4dd03402749878866e4f5d94da8e75e3 gcc/testsuite/g++.dg/concepts/fn2.C 15229 88ef9523ceb7f9fd808e09124fb3bffc gcc/testsuite/g++.dg/cpp1y/auto-fn2.C 16566 a6a50b6488710734804c5c75b79b903a gcc/testsuite/g++.dg/cpp2a/concepts-fn2.C 24515 5c91f2205ed2a7f3fb059e7ae61d14a0 gcc/testsuite/g++.dg/template/local-fn2.C
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 62559 Breakpoint 2, fn2 (y=y@entry=25, x=x@entry=6) at amd64-entry-value-inline.c:32^M
|