| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | valgrind-suppressions | 5 fun:do_pwrite64 6 fun:__os_io 7 fun:__memp_pgwrite 8 fun:__memp_fsync 9 fun:__bam_read_root 10 fun:__bam_open 11 fun:__db_dbopen 12 fun:__db_open 13 fun:DB_open 18 fun:_vgrZU_libcZdsoZa_malloc [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | function-tests.c | 279 function *fun = DECL_STRUCT_FUNCTION (fndecl); in build_cfg() local 280 ASSERT_TRUE (fun != NULL); in build_cfg() 281 ASSERT_EQ (fndecl, fun->decl); in build_cfg() 294 push_cfun (fun); in build_cfg() 295 lower_cf_pass->execute (fun); in build_cfg() 309 push_cfun (fun); in build_cfg() 310 build_cfg_pass->execute (fun); in build_cfg() 320 function *fun = DECL_STRUCT_FUNCTION (fndecl); in convert_to_ssa() local 321 ASSERT_TRUE (fun != NULL); in convert_to_ssa() 322 ASSERT_EQ (fndecl, fun->decl); in convert_to_ssa() [all …]
|
| H A D | graph.c | 166 draw_cfg_nodes_no_loops (pretty_printer *pp, struct function *fun) in draw_cfg_nodes_no_loops() argument 168 int *rpo = XNEWVEC (int, n_basic_blocks_for_fn (fun)); in draw_cfg_nodes_no_loops() 174 n = pre_and_rev_post_order_compute_fn (fun, NULL, rpo, true); in draw_cfg_nodes_no_loops() 175 for (i = n_basic_blocks_for_fn (fun) - n; in draw_cfg_nodes_no_loops() 176 i < n_basic_blocks_for_fn (fun); i++) in draw_cfg_nodes_no_loops() 179 draw_cfg_node (pp, fun->funcdef_no, bb); in draw_cfg_nodes_no_loops() 184 if (n != n_basic_blocks_for_fn (fun)) in draw_cfg_nodes_no_loops() 188 FOR_ALL_BB_FN (bb, fun) in draw_cfg_nodes_no_loops() 190 draw_cfg_node (pp, fun->funcdef_no, bb); in draw_cfg_nodes_no_loops() 248 draw_cfg_nodes (pretty_printer *pp, struct function *fun) in draw_cfg_nodes() argument [all …]
|
| H A D | gimple-ssa.h | 123 gimple_in_ssa_p (const struct function *fun) in gimple_in_ssa_p() argument 125 return fun && fun->gimple_df && fun->gimple_df->in_ssa_p; in gimple_in_ssa_p() 130 gimple_vop (const struct function *fun) in gimple_vop() argument 132 gcc_checking_assert (fun && fun->gimple_df); in gimple_vop() 133 return fun->gimple_df->vop; in gimple_vop()
|
| H A D | tree-ssanames.c | 70 #define FREE_SSANAMES(fun) (fun)->gimple_df->free_ssanames argument 71 #define FREE_SSANAMES_QUEUE(fun) (fun)->gimple_df->free_ssanames_queue argument 129 verify_ssaname_freelists (struct function *fun) in verify_ssaname_freelists() argument 131 if (!gimple_in_ssa_p (fun)) in verify_ssaname_freelists() 138 FOR_EACH_BB_FN (bb, fun) in verify_ssaname_freelists() 173 if (FREE_SSANAMES (fun)) in verify_ssaname_freelists() 175 for (unsigned int i = 0; i < FREE_SSANAMES (fun)->length (); i++) in verify_ssaname_freelists() 177 tree t = (*FREE_SSANAMES (fun))[i]; in verify_ssaname_freelists() 190 if (FREE_SSANAMES_QUEUE (fun)) in verify_ssaname_freelists() 192 for (unsigned int i = 0; i < FREE_SSANAMES_QUEUE (fun)->length (); i++) in verify_ssaname_freelists() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | function-tests.cc | 280 function *fun = DECL_STRUCT_FUNCTION (fndecl); in build_cfg() local 281 ASSERT_TRUE (fun != NULL); in build_cfg() 282 ASSERT_EQ (fndecl, fun->decl); in build_cfg() 295 push_cfun (fun); in build_cfg() 296 lower_cf_pass->execute (fun); in build_cfg() 310 push_cfun (fun); in build_cfg() 311 build_cfg_pass->execute (fun); in build_cfg() 321 function *fun = DECL_STRUCT_FUNCTION (fndecl); in convert_to_ssa() local 322 ASSERT_TRUE (fun != NULL); in convert_to_ssa() 323 ASSERT_EQ (fndecl, fun->decl); in convert_to_ssa() [all …]
|
| H A D | graph.cc | 167 draw_cfg_nodes_no_loops (pretty_printer *pp, struct function *fun) in draw_cfg_nodes_no_loops() argument 169 int *rpo = XNEWVEC (int, n_basic_blocks_for_fn (fun)); in draw_cfg_nodes_no_loops() 172 auto_sbitmap visited (last_basic_block_for_fn (fun)); in draw_cfg_nodes_no_loops() 175 n = pre_and_rev_post_order_compute_fn (fun, NULL, rpo, true); in draw_cfg_nodes_no_loops() 176 for (i = n_basic_blocks_for_fn (fun) - n; in draw_cfg_nodes_no_loops() 177 i < n_basic_blocks_for_fn (fun); i++) in draw_cfg_nodes_no_loops() 179 basic_block bb = BASIC_BLOCK_FOR_FN (fun, rpo[i]); in draw_cfg_nodes_no_loops() 180 draw_cfg_node (pp, fun->funcdef_no, bb); in draw_cfg_nodes_no_loops() 185 if (n != n_basic_blocks_for_fn (fun)) in draw_cfg_nodes_no_loops() 189 FOR_ALL_BB_FN (bb, fun) in draw_cfg_nodes_no_loops() [all …]
|
| H A D | tree-vectorizer.cc | 257 adjust_simduid_builtins (hash_table<simduid_to_vf> *htab, function *fun) in adjust_simduid_builtins() argument 261 FOR_EACH_BB_FN (bb, fun) in adjust_simduid_builtins() 389 note_simd_array_uses (hash_table<simd_array_to_simduid> **htab, function *fun) in note_simd_array_uses() argument 400 FOR_EACH_BB_FN (bb, fun) in note_simd_array_uses() 885 vect_loop_dist_alias_call (class loop *loop, function *fun) in vect_loop_dist_alias_call() argument 896 orig = get_loop (fun, loop->orig_loop_num); in vect_loop_dist_alias_call() 910 entry = ENTRY_BLOCK_PTR_FOR_FN (fun); in vect_loop_dist_alias_call() 940 function *fun) in set_uid_loop_bbs() argument 945 class loop *scalar_loop = get_loop (fun, tree_to_shwi (arg)); in set_uid_loop_bbs() 960 get_loop (fun, tree_to_shwi (arg))->dont_vectorize = true; in set_uid_loop_bbs() [all …]
|
| H A D | tree-ssanames.cc | 71 #define FREE_SSANAMES(fun) (fun)->gimple_df->free_ssanames argument 72 #define FREE_SSANAMES_QUEUE(fun) (fun)->gimple_df->free_ssanames_queue argument 138 verify_ssaname_freelists (struct function *fun) in verify_ssaname_freelists() argument 140 if (!gimple_in_ssa_p (fun)) in verify_ssaname_freelists() 147 FOR_EACH_BB_FN (bb, fun) in verify_ssaname_freelists() 182 if (FREE_SSANAMES (fun)) in verify_ssaname_freelists() 184 for (unsigned int i = 0; i < FREE_SSANAMES (fun)->length (); i++) in verify_ssaname_freelists() 186 tree t = (*FREE_SSANAMES (fun))[i]; in verify_ssaname_freelists() 199 if (FREE_SSANAMES_QUEUE (fun)) in verify_ssaname_freelists() 201 for (unsigned int i = 0; i < FREE_SSANAMES_QUEUE (fun)->length (); i++) in verify_ssaname_freelists() [all …]
|
| H A D | gimple-ssa.h | 123 gimple_in_ssa_p (const struct function *fun) in gimple_in_ssa_p() argument 125 return fun && fun->gimple_df && fun->gimple_df->in_ssa_p; in gimple_in_ssa_p() 130 gimple_vop (const struct function *fun) in gimple_vop() argument 132 gcc_checking_assert (fun && fun->gimple_df); in gimple_vop() 133 return fun->gimple_df->vop; in gimple_vop()
|
| /netbsd-src/include/ssp/ |
| H A D | ssp.h | 55 #define __ssp_real_(fun) fun argument 57 #define __ssp_real_(fun) __ssp_real_ ## fun argument 59 #define __ssp_real(fun) __ssp_real_(fun) argument 77 #define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos) \ argument 78 rtype __ssp_real_(fun) args __RENAME(symbol); \ 79 __ssp_inline rtype fun args __RENAME(__ssp_protected_ ## fun); \ 80 __ssp_inline rtype fun args { \ 83 return __ssp_real_(fun) call; \ 86 #define __ssp_redirect(rtype, fun, args, call) \ argument 87 __ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos) [all …]
|
| H A D | string.h | 50 #define __ssp_bos_check3(fun, dst, src, len) \ argument 52 __builtin___ ## fun ## _chk(dst, src, len, __ssp_bos0(dst)) : \ 53 __ ## fun ## _ichk(dst, src, len)) 55 #define __ssp_bos_check2(fun, dst, src) \ argument 57 __builtin___ ## fun ## _chk(dst, src, __ssp_bos0(dst)) : \ 58 __ ## fun ## _ichk(dst, src)) 60 #define __ssp_bos_icheck3_restrict(fun, type1, type2) \ argument 61 static __inline type1 __ ## fun ## _ichk(type1 __restrict, type2 __restrict, size_t); \ 63 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \ 64 return __builtin___ ## fun ## _chk(dst, src, len, __ssp_bos0(dst)); \ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | functional.d | 74 private template needOpCallAlias(alias fun) in needOpCallAlias() argument 91 static if (is(typeof(fun.opCall) == function)) in needOpCallAlias() 93 enum needOpCallAlias = !is(typeof(fun)) && __traits(compiles, () { in needOpCallAlias() 94 return fun(Parameters!fun.init); in needOpCallAlias() 115 template unaryFun(alias fun, string parmName = "a") 117 static if (is(typeof(fun) : string)) 119 static if (!fun._ctfeMatchUnary(parmName)) 127 return mixin(fun); in unaryFun() 130 else static if (needOpCallAlias!fun) 133 alias unaryFun = fun.opCall; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | functional.d | 68 private template needOpCallAlias(alias fun) in needOpCallAlias() argument 85 static if (is(typeof(fun.opCall) == function)) in needOpCallAlias() 87 enum needOpCallAlias = !is(typeof(fun)) && __traits(compiles, () { in needOpCallAlias() 88 return fun(Parameters!fun.init); in needOpCallAlias() 102 template unaryFun(alias fun, string parmName = "a") 104 static if (is(typeof(fun) : string)) 106 static if (!fun._ctfeMatchUnary(parmName)) 114 return mixin(fun); in unaryFun() 117 else static if (needOpCallAlias!fun) 120 alias unaryFun = fun.opCall; [all …]
|
| /netbsd-src/sys/arch/x86/pci/ |
| H A D | pci_ranges.c | 134 io_range_extend_by_bar(struct range_infer_ctx *ric, int bus, int dev, int fun, in io_range_extend_by_bar() argument 149 pal.pal_tag = pci_make_tag(ric->ric_pc, bus, dev, fun); in io_range_extend_by_bar() 157 __func__, bus, dev, fun, pal.pal_addr, pal.pal_size); in io_range_extend_by_bar() 164 int bus, int dev, int fun, pcireg_t csr, pcireg_t bcr) in io_range_extend_by_vga_enable() argument 180 aprint_debug("%s: %d.%d.%d enter\n", __func__, bus, dev, fun); in io_range_extend_by_vga_enable() 185 __func__, bus, dev, fun); in io_range_extend_by_vga_enable() 190 tpal.pal_tag = pci_make_tag(ric->ric_pc, bus, dev, fun); in io_range_extend_by_vga_enable() 209 int bus, int dev, int fun, int ofs, int ofshigh, in io_range_extend_by_win() argument 226 pal.pal_tag = pci_make_tag(ric->ric_pc, bus, dev, fun); in io_range_extend_by_win() 255 __func__, bus, dev, fun, pal.pal_addr, pal.pal_size); in io_range_extend_by_win() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-spu.c | 380 struct function_info *fun; member 444 struct function_info fun[1]; member 2424 if (sinfo->fun[i].lo <= off) in maybe_insert_function() 2431 if (sinfo->fun[i].lo == off) in maybe_insert_function() 2434 if (global && !sinfo->fun[i].global) in maybe_insert_function() 2436 sinfo->fun[i].global = true; in maybe_insert_function() 2437 sinfo->fun[i].u.h = sym_h; in maybe_insert_function() 2440 sinfo->fun[i].is_func = true; in maybe_insert_function() 2441 return &sinfo->fun[i]; in maybe_insert_function() 2444 else if (sinfo->fun[i].hi > off && size == 0) in maybe_insert_function() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf32-spu.c | 381 struct function_info *fun; member 445 struct function_info fun[1]; member 2425 if (sinfo->fun[i].lo <= off) in maybe_insert_function() 2432 if (sinfo->fun[i].lo == off) in maybe_insert_function() 2435 if (global && !sinfo->fun[i].global) in maybe_insert_function() 2437 sinfo->fun[i].global = true; in maybe_insert_function() 2438 sinfo->fun[i].u.h = sym_h; in maybe_insert_function() 2441 sinfo->fun[i].is_func = true; in maybe_insert_function() 2442 return &sinfo->fun[i]; in maybe_insert_function() 2445 else if (sinfo->fun[i].hi > off && size == 0) in maybe_insert_function() [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | gmpxx.h | 1486 #define __GMPP_DECLARE_COMPOUND_OPERATOR(fun) \ 1488 __gmp_expr<value_type, value_type> & fun(const __gmp_expr<T, U> &); 1490 #define __GMPN_DECLARE_COMPOUND_OPERATOR(fun) \ 1491 __gmp_expr & fun(signed char); \ 1492 __gmp_expr & fun(unsigned char); \ 1493 __gmp_expr & fun(signed int); \ 1494 __gmp_expr & fun(unsigned int); \ 1495 __gmp_expr & fun(signed short int); \ 1496 __gmp_expr & fun(unsigned short int); \ 1497 __gmp_expr & fun(signed long int); \ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| H A D | nios2-ldstwm.sml | 39 fun for ls f = map f ls; 40 fun conds cond str = if cond then str else ""; 41 fun ints n = if n>=0 then (Int.toString n) else ("-" ^ (Int.toString (~n))); 43 fun pushpop_pattern pptype n fp = 49 fun sets lhs rhs = "(set " ^ lhs ^ 57 fun reg i regi = "(reg:SI " ^ (ints regi) ^ ")"; 58 fun mem i opndi = 67 fun set_elt i regi opndi = 70 fun get_elt_list (i, regi, opndi) = 85 fun reg_index i = 16 + n - i; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| H A D | nios2-ldstwm.sml | 39 fun for ls f = map f ls; 40 fun conds cond str = if cond then str else ""; 41 fun ints n = if n>=0 then (Int.toString n) else ("-" ^ (Int.toString (~n))); 43 fun pushpop_pattern pptype n fp = 49 fun sets lhs rhs = "(set " ^ lhs ^ 57 fun reg i regi = "(reg:SI " ^ (ints regi) ^ ")"; 58 fun mem i opndi = 67 fun set_elt i regi opndi = 70 fun get_elt_list (i, regi, opndi) = 85 fun reg_index i = 16 + n - i; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/valgrind/ |
| H A D | x86_64-pc-linux-gnu_gcc-4.3.3.supp | 4 fun:memcpy 6 …fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm5ValueEjESt6vectorIS7_SaIS7_… 12 fun:memcpy 14 …fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm5ValueEjESt6vectorIS7_SaIS7_… 20 fun:memcpy 22 …fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm4TypeEjESt6vectorIS7_SaIS7_E…
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/misc/ |
| H A D | t-scanf.c | 468 fun_t fun; in check_z() local 500 fun = fun_gmp_sscanf; in check_z() 504 fun = fun_gmp_fscanf; in check_z() 514 fun = fun_sscanf; in check_z() 524 fun = fun_fscanf; in check_z() 539 got_ret = (*fun) (data[i].input, fmt, &got_upto, NULL); in check_z() 541 got_ret = (*fun) (data[i].input, fmt, got, &got_upto); in check_z() 547 got_ret = (*fun) (data[i].input, fmt, &got_upto, NULL); in check_z() 549 got_ret = (*fun) (data[i].input, fmt, &got_l, &got_upto); in check_z() 849 fun_t fun; in check_q() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/valgrind/ |
| H A D | x86_64-pc-linux-gnu.supp | 5 fun:_ZN4llvm12PassRegistry12registerPassERKNS_8PassInfoE 38 fun:malloc 39 fun:xmalloc 58 fun:malloc 65 fun:calloc 66 fun:malloc 79 fun:__GI___strcasecmp_l 85 fun:__GI___strcasecmp_l
|
| /netbsd-src/external/lgpl3/gmp/dist/tune/ |
| H A D | many.pl | 1021 foreach my $fun (@{$funs}) { 1023 $renaming .= "\t\t-DHAVE_NATIVE_mpn_$fun=1 \\\n"; 1028 my $fun_carry = $fun; 1029 if (! ($fun_carry =~ s/_1/_1c/)) { $fun_carry = "${fun}c"; } 1032 "\t\t-D__g$mpX$fun=$mpX${fun}_$suffix$pic->{'suffix'} \\\n" . 1130 foreach my $fun (@{$funs}) { 1131 print "fun $fun\n" if $opt{'t'}; 1138 #undef $fun 1144 my $args = $t->{"args_$fun"}; 1146 if (! defined $args) { die "Need args for $fun\n"; } [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/demos/expr/ |
| H A D | expr.c | 561 (* (mpexpr_fun_0ary_t) CP->op->fun) (sp); in mpexpr_evaluate() 564 (*p->mpX_set_si) (sp, (long) (* (mpexpr_fun_i_0ary_t) CP->op->fun) ()); in mpexpr_evaluate() 591 (sp, (long) ((* (mpexpr_fun_i_unary_t) CP->op->fun) (sp) == 0)); in mpexpr_evaluate() 617 (* (mpexpr_fun_unary_t) CP->op->fun) (sp, sp); in mpexpr_evaluate() 621 (* (mpexpr_fun_unary_ui_t) CP->op->fun) in mpexpr_evaluate() 626 (sp, (long) (* (mpexpr_fun_i_unary_t) CP->op->fun) (sp)); in mpexpr_evaluate() 632 (long) (* (mpexpr_fun_i_unary_ui_t) CP->op->fun) in mpexpr_evaluate() 661 int cmp = (* (mpexpr_fun_i_binary_t) CP->op->fun) in mpexpr_evaluate() 693 (sp, (* (mpexpr_fun_i_unary_t) CP->op->fun) (sp) in mpexpr_evaluate() 702 ((* (mpexpr_fun_i_unary_t) CP->op->fun) (sp) in mpexpr_evaluate() [all …]
|