Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Doptimize.c97 id.src_fn = fn; in clone_body()
111 stmts = DECL_SAVED_TREE (fn); in clone_body()
206 can_alias_cdtor (tree fn) in can_alias_cdtor() argument
224 && (!DECL_ONE_ONLY (fn) in can_alias_cdtor()
242 FOR_EACH_CLONE (clone, fn) in populate_clone_array()
294 if (!DECL_WEAK (fn)) in maybe_thunk_body()
346 FOR_EACH_CLONE (clone, fn) in maybe_thunk_body()
355 FOR_EACH_CLONE (clone, fn) in maybe_thunk_body()
419 mark_used (fn); in maybe_thunk_body()
456 maybe_clone_body (tree fn) in maybe_clone_body() argument
[all …]
H A Dmethod.c494 fn = DECL_TEMPLATE_RESULT (fn); in strip_inheriting_ctors()
495 return fn; in strip_inheriting_ctors()
1050 tree fn; in locate_ctor() local
1115 fn = TREE_OPERAND (fn, 0); in check_nontriv()
1246 if (!fn || fn == error_mark_node)
1687 && fn && TREE_CODE (fn) == FUNCTION_DECL in synthesized_method_walk()
1688 && move_fn_p (fn) && !trivial_fn_p (fn) in synthesized_method_walk()
1701 if (fn && fn == error_mark_node) in synthesized_method_walk()
1949 tree fn; in implicitly_declare_fn() local
2274 for (tree fn = TYPE_FIELDS (t); fn; fn = DECL_CHAIN (fn)) in after_nsdmi_defaulted_late_checks() local
[all …]
H A Dlambda.c950 while (fn && LAMBDA_FUNCTION_P (fn)) in current_nonlambda_function()
951 fn = decl_function_context (fn); in current_nonlambda_function()
952 return fn; in current_nonlambda_function()
977 if (!fn || TREE_CODE (fn) != FUNCTION_DECL in nonlambda_method_basetype()
1022 CALL_EXPR_FN (t) = fn; in prepare_op_call()
1193 tree fn = convfn; in maybe_add_lambda_conv_op() local
1203 DECL_ARGUMENTS (fn) = build_this_parm (fn, fntype, TYPE_QUAL_CONST); in maybe_add_lambda_conv_op()
1209 fn = add_inherited_template_parms (fn, DECL_TI_TEMPLATE (callop)); in maybe_add_lambda_conv_op()
1226 fn = statfn; in maybe_add_lambda_conv_op()
1247 fn = add_inherited_template_parms (fn, DECL_TI_TEMPLATE (callop)); in maybe_add_lambda_conv_op()
[all …]
H A Dcall.c1954 cand->fn = fn; in add_candidate()
3467 tree fn = candidate->fn; in print_z_candidate() local
3496 if (fn != candidate->fn) in print_z_candidate()
3610 tree fn = cand1->fn; in print_z_candidates() local
4452 *fn = cand->fn; in build_operator_new_call()
7330 fn = DECL_ORIGIN (fn); in convert_default_arg()
7649 tree fn = cand->fn; in build_over_call() local
8805 fn = build_cplus_new (TREE_TYPE (fn), fn, complain); in build_cxx_call()
9322 fn = cand->fn; in build_new_method_call_1()
10065 if (cand1->fn == cand2->fn in joust()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-operands.c164 fn->gimple_df->vop = global_var; in create_vop_var()
197 create_vop_var (fn); in init_ssa_operands()
229 fn->gimple_df->vop = NULL_TREE; in fini_ssa_operands()
282 alloc_use (struct function *fn) in alloc_use() argument
305 new_use = alloc_use (fn); in add_use_op()
435 finalize_ssa_defs (fn, stmt); in finalize_ssa_stmt_operands()
436 finalize_ssa_uses (fn, stmt); in finalize_ssa_stmt_operands()
607 get_expr_operands (fn, stmt, in get_tmr_operands()
609 get_expr_operands (fn, stmt, in get_tmr_operands()
611 get_expr_operands (fn, stmt, in get_tmr_operands()
[all …]
H A Dgcov.c1220 fn->lines.resize (fn->end_line - fn->start_line + 1); in process_all_functions()
1589 fn->demangled_name = fn->name; in read_graph_file()
1619 if (src >= fn->blocks.size () || fn->blocks[src].succ) in read_graph_file()
1712 fn = NULL; in read_graph_file()
1795 fn = NULL; in read_count_file()
1801 fn = *it; in read_count_file()
1806 if (!fn) in read_count_file()
2513 line = &(fn->lines[lines[j] - fn->start_line]); in add_line_counts()
2624 if (fn->src != src->index || !fn->is_group) in accumulate_line_counts()
2648 if (fn->src != src->index || !fn->is_group) in accumulate_line_counts()
[all …]
H A Dlto-streamer-in.c607 struct function *fn) in input_eh_regions() argument
623 gcc_assert (fn->eh); in input_eh_regions()
718 struct function *fn) in input_cfg() argument
726 init_ssa_operands (fn); in input_cfg()
788 gcc_assert (cfun == fn); in input_cfg()
850 struct function *fn) in input_ssa_names() argument
855 init_ssanames (fn, size); in input_ssa_names()
887 struct function *fn) in fixup_call_stmt_edges_1() argument
934 struct function *fn; in fixup_call_stmt_edges() local
1025 struct function *fn; in input_function() local
[all …]
H A Dinternal-fn.h105 internal_fn_name (enum internal_fn fn) in internal_fn_name() argument
107 return internal_fn_name_array[(int) fn]; in internal_fn_name()
115 internal_fn_flags (enum internal_fn fn) in internal_fn_flags() argument
117 return internal_fn_flags_array[(int) fn]; in internal_fn_flags()
125 internal_fn_fnspec (enum internal_fn fn) in internal_fn_fnspec() argument
127 return internal_fn_fnspec_array[(int) fn]; in internal_fn_fnspec()
156 direct_internal_fn_p (internal_fn fn) in direct_internal_fn_p() argument
158 return direct_internal_fn_array[fn].type0 >= -1; in direct_internal_fn_p()
165 direct_internal_fn (internal_fn fn) in direct_internal_fn() argument
167 gcc_checking_assert (direct_internal_fn_p (fn)); in direct_internal_fn()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dexcept.c169 tree fn; in do_get_exception_ptr() local
172 if (!get_global_value_if_present (fn, &fn)) in do_get_exception_ptr()
194 if (!get_global_value_if_present (fn, &fn)) in do_begin_catch()
242 if (!get_global_value_if_present (fn, &fn)) in do_end_catch()
633 if (!get_global_value_if_present (fn, &fn)) in do_allocate_exception()
662 if (!get_global_value_if_present (fn, &fn)) in do_free_exception()
742 fn = push_throw_library_fn (fn, tmp); in build_throw()
749 fn = OVL_CURRENT (fn); in build_throw()
778 fn = push_throw_library_fn (fn, tmp); in build_throw()
1134 fn = TREE_OPERAND (fn, 0); in check_noexcept_r()
[all …]
H A Doptimize.c86 id.src_fn = fn; in clone_body()
88 id.src_cfun = DECL_STRUCT_FUNCTION (fn); in clone_body()
100 stmts = DECL_SAVED_TREE (fn); in clone_body()
199 maybe_clone_body (tree fn) in maybe_clone_body() argument
224 FOR_EACH_CLONE (clone, fn) in maybe_clone_body()
238 if (!tree_versionable_function_p (fn)) in maybe_clone_body()
266 if (DECL_ONE_ONLY (fn)) in maybe_clone_body()
281 parm = DECL_ARGUMENTS (fn); in maybe_clone_body()
289 if (DECL_HAS_VTT_PARM_P (fn)) in maybe_clone_body()
353 sorry (DECL_STRUCT_FUNCTION (fn)->cannot_be_copied_reason, fn); in maybe_clone_body()
[all …]
H A Dmethod.c478 fn = DECL_ORIGIN (fn); in trivial_fn_p()
860 return fn; in get_dtor()
868 tree fn; in locate_ctor() local
876 return fn; in locate_ctor()
888 return fn; in get_default_ctor()
903 return fn; in get_copy_ctor()
918 return fn; in get_copy_assign()
929 if (!fn || fn == error_mark_node) in process_subob_fn()
1454 tree fn; in implicitly_declare_fn() local
1610 return fn; in implicitly_declare_fn()
[all …]
H A Dcall.c1776 cand->fn = fn; in add_candidate()
3274 tree fn = cand1->fn; in print_z_candidates() local
3883 fn = TREE_OPERAND (fn, 0); in build_new_function_call()
3999 *fn = cand->fn; in build_operator_new_call()
5368 fn = BASELINK_FUNCTIONS (fn); in build_op_delete_call()
6133 fn = DECL_ORIGIN (fn); in convert_default_arg()
6297 tree fn = cand->fn; in build_over_call() local
6766 fn = build_addr_func (fn); in build_over_call()
7315 fn = cand->fn; in build_new_method_call_1()
8002 if (cand1->fn == cand2->fn in joust()
[all …]
/dragonfly/contrib/openbsd_libm/include/global/
H A Dtgmath.h80 fnl, fn, fnf, fnl, fn, fnf)(__VA_ARGS__)
100 __tg_generic_simple(z, fnl, fn , fn ), \
101 __tg_generic_simple(z, fnl, fn , fn )), \
104 __tg_generic_simple(z, fnl, fn , fn ), \
118 __tg_generic_full(y, cfnl, cfn , cfn , fnl , fn , fn ), \
127 __tg_impl_simple(x, x, x, fn##l, fn, fn##f, x)
129 __tg_impl_simple(x, x, y, fn##l, fn, fn##f, x, y)
131 __tg_impl_simple(x, y, z, fn##l, fn, fn##f, x, y, z)
133 __tg_impl_simple(x, x, x, fn##l, fn, fn##f, __VA_ARGS__)
135 __tg_impl_full(x, x, c##fn##l, c##fn, c##fn##f, fn##l, fn, fn##f, x)
[all …]
/dragonfly/contrib/openbsd_libm/src/
H A De_scalb.c24 scalb(double x, int fn) in scalb() argument
26 return scalbn(x, fn); in scalb()
32 scalb(double x, double fn) in scalb() argument
34 if (isnan(x)||isnan(fn)) return x*fn; in scalb()
35 if (!finite(fn)) { in scalb()
36 if(fn>0.0) return x*fn; in scalb()
37 else return x/(-fn); in scalb()
39 if (rint(fn)!=fn) return (fn-fn)/(fn-fn); in scalb()
40 if ( fn > 65000.0) return scalbn(x, 65000); in scalb()
41 if (-fn > 65000.0) return scalbn(x,-65000); in scalb()
[all …]
H A De_scalbf.c21 scalbf(float x, int fn) in scalbf() argument
23 return scalbnf(x,fn); in scalbf()
29 scalbf(float x, float fn) in scalbf() argument
31 if (isnanf(x)||isnanf(fn)) return x*fn; in scalbf()
32 if (!finitef(fn)) { in scalbf()
33 if(fn>(float)0.0) return x*fn; in scalbf()
34 else return x/(-fn); in scalbf()
36 if (rintf(fn)!=fn) return (fn-fn)/(fn-fn); in scalbf()
37 if ( fn > (float)65000.0) return scalbnf(x, 65000); in scalbf()
38 if (-fn > (float)65000.0) return scalbnf(x,-65000); in scalbf()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcov.c665 for (fn = functions; fn; fn = fn->next) in generate_results()
1072 fn->blocks = XCNEWVEC (block_t, fn->num_blocks); in read_graph_file()
1085 if (src >= fn->num_blocks || fn->blocks[src].succ) in read_graph_file()
1275 for (fn = fn ? fn->next : NULL; ; fn = fn->next) in read_count_file()
1291 if (!fn) in read_count_file()
1374 if (fn->blocks[fn->num_blocks - 1].num_succ) in solve_flow_graph()
1954 block_line = &sources[fn->src].lines[fn->line]; in add_line_counts()
1986 for (fn = src->functions, fn_p = NULL; fn; in accumulate_line_counts()
1987 fn_p = fn, fn = fn_n) in accumulate_line_counts()
2274 for (; fn && fn->line == line_num; fn = fn->line_next) in output_lines()
[all …]
H A Dlto-streamer-in.c500 struct function *fn) in input_eh_regions() argument
516 gcc_assert (fn->eh); in input_eh_regions()
603 n_basic_blocks_for_function (fn)++; in make_new_block()
645 bb = make_new_block (fn, index); in input_cfg()
696 struct function *fn) in input_ssa_names() argument
701 init_ssanames (fn, size); in input_ssa_names()
827 struct function *fn; in input_function() local
860 input_ssa_names (ib, data_in, fn); in input_function()
863 input_eh_regions (ib, data_in, fn); in input_function()
1018 push_cfun (fn); in lto_read_body()
[all …]
/dragonfly/lib/libc/stdlib/
H A Datexit.c124 struct atexit_fn fn; in atexit() local
128 fn.fn_ptr.std_func = func; in atexit()
129 fn.fn_arg = NULL; in atexit()
130 fn.fn_dso = NULL; in atexit()
143 struct atexit_fn fn; in __cxa_atexit() local
148 fn.fn_arg = arg; in __cxa_atexit()
149 fn.fn_dso = dso; in __cxa_atexit()
172 struct atexit_fn fn; in __cxa_finalize() local
190 fn = p->fns[n]; in __cxa_finalize()
207 fn.fn_ptr.cxa_func(fn.fn_arg); in __cxa_finalize()
[all …]
H A Dquick_exit.c56 struct quick_exit_fn *fn; in at_quick_exit() local
58 fn = malloc(sizeof(struct quick_exit_fn)); in at_quick_exit()
59 if (!fn) in at_quick_exit()
62 fn->func = func; in at_quick_exit()
67 fn->next = quick_exit_fns; in at_quick_exit()
68 quick_exit_fns = fn; in at_quick_exit()
84 struct quick_exit_fn *fn; in quick_exit() local
88 for (fn = quick_exit_fns; fn != NULL; fn = fn->next) { in quick_exit()
89 fn->func(); in quick_exit()
/dragonfly/lib/csu/common/
H A Dinitfini.c48 void (*fn)(void); in finalizer() local
53 fn = __fini_array_start[n - 1]; in finalizer()
54 if ((uintptr_t)fn != 0 && (uintptr_t)fn != 1) in finalizer()
55 (fn)(); in finalizer()
63 void (*fn)(int, char **, char **); in handle_static_init() local
73 fn = __preinit_array_start[n]; in handle_static_init()
74 if ((uintptr_t)fn != 0 && (uintptr_t)fn != 1) in handle_static_init()
75 fn(argc, argv, env); in handle_static_init()
80 fn = __init_array_start[n]; in handle_static_init()
81 if ((uintptr_t)fn != 0 && (uintptr_t)fn != 1) in handle_static_init()
[all …]
/dragonfly/crypto/libressl/crypto/evp/
H A Dnames.c157 void (*fn)(const EVP_CIPHER *ciph, const char *from, const char *to, member
167 dc->fn(NULL, nm->name, nm->data, dc->arg); in do_all_cipher_fn()
169 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg); in do_all_cipher_fn()
181 dc.fn = fn; in EVP_CIPHER_do_all()
195 dc.fn = fn; in EVP_CIPHER_do_all_sorted()
203 void (*fn)(const EVP_MD *ciph, const char *from, const char *to, member
213 dc->fn(NULL, nm->name, nm->data, dc->arg); in do_all_md_fn()
215 dc->fn((const EVP_MD *)nm->data, nm->name, NULL, dc->arg); in do_all_md_fn()
227 dc.fn = fn; in EVP_MD_do_all()
233 EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *md, in EVP_MD_do_all_sorted()
[all …]
/dragonfly/usr.bin/cksum/
H A Dprint.c42 pcrc(char *fn, uint32_t val, off_t len) in pcrc() argument
45 if (fn != NULL) in pcrc()
46 printf(" %s", fn); in pcrc()
51 psum1(char *fn, uint32_t val, off_t len) in psum1() argument
54 if (fn != NULL) in psum1()
55 printf(" %s", fn); in psum1()
60 psum2(char *fn, uint32_t val, off_t len) in psum2() argument
63 if (fn != NULL) in psum2()
64 printf(" %s", fn); in psum2()
/dragonfly/lib/libfetch/
H A Dfile.c101 fetch_stat_file(const char *fn, struct url_stat *us) in fetch_stat_file() argument
107 if (stat(fn, &sb) == -1) { in fetch_stat_file()
130 char fn[PATH_MAX], *p; in fetchListFile() local
140 strncpy(fn, u->doc, sizeof(fn) - 2); in fetchListFile()
141 fn[sizeof(fn) - 2] = 0; in fetchListFile()
142 strcat(fn, "/"); in fetchListFile()
143 p = strchr(fn, 0); in fetchListFile()
144 l = sizeof(fn) - strlen(fn) - 1; in fetchListFile()
149 if (fetch_stat_file(fn, &us) == -1) in fetchListFile()
/dragonfly/usr.bin/crunch/crunchide/
H A Dexec_elf64.c83 perror(fn); in xreadatoff()
87 fprintf(stderr, "%s: read error: %s\n", fn, in xreadatoff()
100 perror(fn); in xwriteatoff()
119 fn, use); in xmalloc()
132 fn, use); in xrealloc()
138 ELFNAMEEND(check)(int fd, const char *fn) in ELFNAMEEND()
220 ELFNAMEEND(hide)(int fd, const char *fn) in ELFNAMEEND()
292 fn, "layout table"); in ELFNAMEEND()
356 layoutp[i].bufp = xmalloc(size, fn, in ELFNAMEEND()
378 fn_size = strlen(fn); in ELFNAMEEND()
[all …]
/dragonfly/lib/libc/net/
H A Dnss_compat.c99 fn = mdata; in __nss_compat_getgrnam_r()
105 status = fn(name, grp, buffer, bufsize, errnop); in __nss_compat_getgrnam_r()
124 fn = mdata; in __nss_compat_getgrgid_r()
130 status = fn(gid, grp, buffer, bufsize, errnop); in __nss_compat_getgrgid_r()
150 fn = mdata; in __nss_compat_getgrent_r()
155 status = fn(grp, buffer, bufsize, errnop); in __nss_compat_getgrent_r()
205 fn = mdata; in __nss_compat_getpwnam_r()
230 fn = mdata; in __nss_compat_getpwuid_r()
236 status = fn(uid, pwd, buffer, bufsize, errnop); in __nss_compat_getpwuid_r()
256 fn = mdata; in __nss_compat_getpwent_r()
[all …]

12345678910>>...21