Home
last modified time | relevance | path

Searched refs:fun (Results 1 – 25 of 210) sorted by relevance

123456789

/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1 fun:_Exit=uninstrumented
2 fun:_IO_adjust_column=uninstrumented
10 fun:_IO_do_write=uninstrumented
12 fun:_IO_fclose=uninstrumented
13 fun:_IO_fdopen=uninstrumented
14 fun:_IO_feof=uninstrumented
15 fun:_IO_ferror=uninstrumented
16 fun:_IO_fflush=uninstrumented
19 fun:_IO_fgets=uninstrumented
2142 fun:j0=uninstrumented
[all …]
H A Ddone_abilist.txt1 fun:main=uninstrumented
2 fun:main=discard
67 fun:cfree=discard
70 fun:free=discard
154 fun:bind=discard
246 fun:read=custom
251 fun:stat=custom
252 fun:time=custom
274 fun:bcmp=custom
295 fun:poll=custom
[all …]
/openbsd/gnu/usr.bin/perl/t/
H A Dperl.supp5 fun:calloc
11 fun:malloc
17 fun:malloc
18 fun:realloc
24 fun:calloc
30 fun:malloc
36 fun:malloc
37 fun:realloc
/openbsd/gnu/gcc/gcc/
H A Dsched-vis.c111 fun = "cmp"; in print_exp()
130 fun = "udiv"; in print_exp()
140 fun = "umod"; in print_exp()
209 fun = "abs"; in print_exp()
217 fun = "ffs"; in print_exp()
236 fun = "gtu"; in print_exp()
246 fun = "ltu"; in print_exp()
256 fun = "geu"; in print_exp()
266 fun = "leu"; in print_exp()
389 if (fun) in print_exp()
[all …]
H A Dweb.c107 bool (*fun) (struct web_entry *, struct web_entry *)) in union_defs()
137 (*fun) (use_entry + DF_REF_ID (use), in union_defs()
153 (*fun) (use_entry + DF_REF_ID (use), in union_defs()
160 (*fun) (use_entry + DF_REF_ID (use), in union_defs()
179 (*fun) (use_entry + DF_REF_ID (use), in union_defs()
/openbsd/gnu/llvm/clang/utils/valgrind/
H A Dx86_64-pc-linux-gnu_gcc-4.3.3.supp4 fun:memcpy
6fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm5ValueEjESt6vectorIS7_SaIS7_…
12 fun:memcpy
14fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm5ValueEjESt6vectorIS7_SaIS7_…
20 fun:memcpy
22fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm4TypeEjESt6vectorIS7_SaIS7_E…
/openbsd/gnu/llvm/llvm/utils/valgrind/
H A Dx86_64-pc-linux-gnu.supp5 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
H A Di386-pc-linux-gnu.supp5 fun:_ZN83_GLOBAL_*PassRegistrar12RegisterPassERKN4llvm8PassInfoE
6 fun:_ZN4llvm8PassInfo12registerPassEv
39 fun:malloc
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsched-vis.c242 fun = "cmp";
261 fun = "udiv";
340 fun = "abs";
348 fun = "ffs";
367 fun = "gtu";
377 fun = "ltu";
387 fun = "geu";
397 fun = "leu";
442 fun = "fix";
520 if (fun)
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dasan_ignore19 fun:Perl_pp_i_add
20 fun:Perl_pp_i_divide
21 fun:Perl_pp_i_negate
22 fun:Perl_pp_i_multiply
23 fun:Perl_pp_i_subtract
28 fun:S_expect_number
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D19990218-0.f4 c=fun(a,b)
7 double precision function fun(a,b) function
10 fun=a*b
11 print*,'in sub: fun=',fun
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D19990218-1.f1 double precision function fun(a,b) function
4 fun=a*b
5 print*,'in sub: fun=',fun
11 c=fun(a,b)
/openbsd/usr.bin/mg/
H A Dhelp.c130 PF fun; in showall() local
138 fun = doscan(map, c, &newmap); in showall()
139 if (fun == rescan || fun == selfinsert) in showall()
143 if (fun == NULL) { in showall()
148 function_name(fun)) == FALSE) in showall()
209 findbind(KEYMAP *map, PF fun, char *buf, size_t len) in findbind() argument
219 if (nfun == fun) { in findbind()
224 if (findbind(newmap, fun, buf2, sizeof(buf2)) == TRUE) { in findbind()
H A Dfunmap.c253 funmap_add(PF fun, const char *fname, int fparams) in funmap_add() argument
260 fn->fn_funct = fun; in funmap_add()
285 function_name(PF fun) in function_name() argument
290 if (fn->fn_funct == fun) in function_name()
326 numparams_function(PF fun) in numparams_function() argument
331 if (fn->fn_funct == fun) in numparams_function()
/openbsd/lib/libedit/
H A Dterminal.c1002 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY; in terminal_init_arrow()
1007 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY; in terminal_init_arrow()
1012 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR; in terminal_init_arrow()
1017 arrow[A_K_RT].fun.cmd = ED_NEXT_CHAR; in terminal_init_arrow()
1022 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG; in terminal_init_arrow()
1027 arrow[A_K_EN].fun.cmd = ED_MOVE_TO_END; in terminal_init_arrow()
1094 arrow[i].fun = *fun; in terminal_set_arrow()
1133 &arrow[i].fun, arrow[i].type); in terminal_print_arrow()
1187 keymacro_add(el, px, &arrow[i].fun, in terminal_bind_arrow()
1193 map[j] = arrow[i].fun.cmd; in terminal_bind_arrow()
[all …]
H A Dhist.c53 el->el_history.fun = NULL; in hist_init()
81 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set() argument
85 el->el_history.fun = fun; in hist_set()
212 if ((*(el)->el_history.fun)((el)->el_history.ref, &ev, fn, arg) == -1) in hist_convert()
/openbsd/gnu/llvm/compiler-rt/lib/cfi/
H A Dcfi_ignorelist.txt4 fun:_ZSt20get_temporary_buffer*
5 fun:*get_temporary_buffer@.*@std@@*
8 fun:*__addressof*
17 fun:_ZNSt23_Sp_counted_ptr_inplace*
/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.h199 void (*fun) (char *, int), char *,
207 void (*fun) (char *, int),
215 void (*fun) (char *,
266 void (*fun) (char *, int), char *);
271 extern struct cmd_list_element *add_info (char *, void (*fun) (char *, int),
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-dD.c9 #define funlike(like) fun like
10 #define funlike2(fun, like) fun ## like argument
H A Dcmdlne-dM.c9 #define funlike(like) fun like
10 #define funlike2(fun, like) fun ## like argument
/openbsd/gnu/llvm/clang/docs/
H A DSanitizerSpecialCaseList.rst45 fun:bad_foo
65 a tool-specific category, e.g. ``fun:*ExampleFunc=example_category``. The
68 ``fun``, which allow users to specify source files and functions, respectively.
82 fun:MyFooBar
83 fun:_Z8MyFooBarv
85 fun:bad_(foo|bar)
89 fun:*BadFunction*
94 fun:*BadASanFunc*
97 fun:*BadCfiCall
/openbsd/gnu/llvm/libcxx/include/__algorithm/
H A Din_fun_result.h29 _LIBCPP_NO_UNIQUE_ADDRESS _Func1 fun; member
34 return {in, fun};
40 return {std::move(in), std::move(fun)};
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcommand.h101 void (*fun) (char *, int), char *,
109 void (*fun) (char *, int),
117 void (*fun) (char *,
190 void (*fun) (char *, int), char *);
195 extern struct cmd_list_element *add_info (char *, void (*fun) (char *, int),
/openbsd/usr.sbin/rpc.statd/
H A Dstatd.c73 static int walk_one(int (*fun )(DBT *, HostInfo *, void *), DBT *, DBT *, void *);
74 static int walk_db(int (*fun )(DBT *, HostInfo *, void *), void *);
311 walk_one(int (*fun)(DBT *, HostInfo *, void *), DBT *key, DBT *data, void *ptr) in walk_one()
322 return (*fun)(key, &h, ptr); in walk_one()
332 walk_db(int (*fun)(DBT *, HostInfo *, void *), void *ptr) in walk_db()
343 if (walk_one(fun, &key, &data, ptr) == -1) in walk_db()
355 if (walk_one(fun, &key, &data, ptr) == -1) in walk_db()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dshadow1.C6 void fun();
11 void x::fun() { }; in fun() function

123456789