| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/ |
| segv.c | 20 static int (*fun)(int); variable 25 return fun (42); /* test.call */
|
| dlopen.c | 26 int (*fun) (void); 32 fun = (int (*) (void)) dlsym (dso, "answer"); 33 assert (fun != NULL); 35 answer = fun ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/ |
| segv.c | 20 static int (*fun)(int); variable 25 return fun (42); /* test.call */
|
| dlopen.c | 26 int (*fun) (void); 32 fun = (int (*) (void)) dlsym (dso, "answer"); 33 assert (fun != NULL); 35 answer = fun ();
|
| /src/include/ssp/ |
| ssp.h | 55 #define __ssp_real_(fun) fun 57 #define __ssp_real_(fun) __ssp_real_ ## fun 59 #define __ssp_real(fun) __ssp_real_(fun) 77 #define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos) \ 78 rtype __ssp_real_(fun) args __RENAME(symbol); \ 79 __ssp_inline rtype fun args __RENAME(__ssp_protected_ ## fun); \ [all...] |
| string.h | 50 #define __ssp_bos_check3(fun, dst, src, len) \ 52 __builtin___ ## fun ## _chk(dst, src, len, __ssp_bos0(dst)) : \ 53 __ ## fun ## _ichk(dst, src, len)) 55 #define __ssp_bos_check2(fun, dst, src) \ 57 __builtin___ ## fun ## _chk(dst, src, __ssp_bos0(dst)) : \ 58 __ ## fun ## _ichk(dst, src)) 60 #define __ssp_bos_icheck3_restrict(fun, type1, type2) \ 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...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| utf8-identifiers.c | 21 /* UTF-8 "função1". */ 22 #define FUNCAO1 fun\u00e7\u00e3o1 24 /* UTF-8 "função2". */ 25 #define FUNCAO2 fun\u00e7\u00e3o2
|
| dlmopen-main.c | 32 int (*fun) (int); 56 fun = dlsym (handle[dl], "inc"); 57 assert (fun != NULL); 59 fun (42);
|
| call-sc.c | 40 T fun() function 45 void Fun(T foo) 62 Fun(init); 66 "advance fun" is guaranteed to have always been preceded by a 72 L = fun ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| utf8-identifiers.c | 21 /* UTF-8 "função1". */ 22 #define FUNCAO1 fun\u00e7\u00e3o1 24 /* UTF-8 "função2". */ 25 #define FUNCAO2 fun\u00e7\u00e3o2
|
| dlmopen-main.c | 32 int (*fun) (int); 56 fun = dlsym (handle[dl], "inc"); 57 assert (fun != NULL); 59 fun (42);
|
| call-sc.c | 40 T fun() function 45 void Fun(T foo) 62 Fun(init); 66 "advance fun" is guaranteed to have always been preceded by a 72 L = fun ();
|
| /src/external/gpl3/gcc/dist/gcc/ |
| function-tests.cc | 281 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 282 ASSERT_TRUE (fun != NULL); 283 ASSERT_EQ (fndecl, fun->decl); 296 push_cfun (fun); 297 lower_cf_pass->execute (fun); 311 push_cfun (fun); 312 build_cfg_pass->execute (fun); 322 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 323 ASSERT_TRUE (fun != NULL); 324 ASSERT_EQ (fndecl, fun->decl) 465 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 499 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 546 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 582 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 603 function *fun = DECL_STRUCT_FUNCTION (fndecl); local [all...] |
| graph.cc | 167 draw_cfg_nodes_no_loops (pretty_printer *pp, struct function *fun) 169 int *rpo = XNEWVEC (int, n_basic_blocks_for_fn (fun)); 172 auto_sbitmap visited (last_basic_block_for_fn (fun)); 175 n = pre_and_rev_post_order_compute_fn (fun, NULL, rpo, true); 176 for (i = n_basic_blocks_for_fn (fun) - n; 177 i < n_basic_blocks_for_fn (fun); i++) 179 basic_block bb = BASIC_BLOCK_FOR_FN (fun, rpo[i]); 180 draw_cfg_node (pp, fun->funcdef_no, bb); 185 if (n != n_basic_blocks_for_fn (fun)) 189 FOR_ALL_BB_FN (bb, fun) [all...] |
| gimple-ssa-nonnull-compare.cc | 36 do_warn_nonnull_compare (function *fun, tree arg) 45 tree d = ssa_default_def (fun, arg); 136 pass_warn_nonnull_compare::execute (function *fun) 138 if (fun->static_chain_decl) 139 do_warn_nonnull_compare (fun, fun->static_chain_decl); 142 do_warn_nonnull_compare (fun, arg);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| function-tests.cc | 280 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 281 ASSERT_TRUE (fun != NULL); 282 ASSERT_EQ (fndecl, fun->decl); 295 push_cfun (fun); 296 lower_cf_pass->execute (fun); 310 push_cfun (fun); 311 build_cfg_pass->execute (fun); 321 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 322 ASSERT_TRUE (fun != NULL); 323 ASSERT_EQ (fndecl, fun->decl) 464 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 498 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 545 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 581 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 601 function *fun = DECL_STRUCT_FUNCTION (fndecl); local [all...] |
| graph.cc | 167 draw_cfg_nodes_no_loops (pretty_printer *pp, struct function *fun) 169 int *rpo = XNEWVEC (int, n_basic_blocks_for_fn (fun)); 172 auto_sbitmap visited (last_basic_block_for_fn (fun)); 175 n = pre_and_rev_post_order_compute_fn (fun, NULL, rpo, true); 176 for (i = n_basic_blocks_for_fn (fun) - n; 177 i < n_basic_blocks_for_fn (fun); i++) 179 basic_block bb = BASIC_BLOCK_FOR_FN (fun, rpo[i]); 180 draw_cfg_node (pp, fun->funcdef_no, bb); 185 if (n != n_basic_blocks_for_fn (fun)) 189 FOR_ALL_BB_FN (bb, fun) [all...] |
| gimple-ssa-nonnull-compare.cc | 36 do_warn_nonnull_compare (function *fun, tree arg) 45 tree d = ssa_default_def (fun, arg); 136 pass_warn_nonnull_compare::execute (function *fun) 138 if (fun->static_chain_decl) 139 do_warn_nonnull_compare (fun, fun->static_chain_decl); 142 do_warn_nonnull_compare (fun, arg);
|
| /src/external/bsd/nvi/dist/perl_scripts/ |
| tk.pl | 3 sub fun { subroutine
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| mi-dlmopen.c | 30 int (*fun) (int); 50 fun = dlsym (handle[dl], "inc"); 51 assert (fun != NULL); 53 fun (42);
|
| /src/sys/arch/ia64/include/ |
| isa_machdep.h | 41 #define isa_intr_establish_xname(ic, irq, type, level, fun, arg, xname) \ 42 isa_intr_establish(ic, irq, type, level, fun, arg)
|
| /src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/ |
| sppctl.h | 30 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ 31 ((fun) << 8) | (flg))
|
| /src/sys/arch/prep/include/ |
| isa_machdep.h | 56 #define isa_intr_establish(ic, irq, type, level, fun, arg) \ 57 genppc_isa_intr_establish(ic, irq, type, level, fun, arg) 58 #define isa_intr_establish(ic, irq, type, level, fun, arg) \ 59 genppc_isa_intr_establish(ic, irq, type, level, fun, arg) 60 #define isa_intr_establish_xname(ic, irq, type, level, fun, arg, xname) \ 61 genppc_isa_intr_establish(ic, irq, type, level, fun, arg)
|
| /src/external/bsd/nvi/dist/common/ |
| nothread.c | 33 static int vi_nothread_run __P((WIN *wp, void *(*fun)(void*), void *data)); 52 vi_nothread_run(WIN *wp, void *(*fun)(void*), void *data) 54 fun(data);
|
| /src/external/gpl3/gcc/dist/gcc/config/arc/ |
| elf.h | 86 rtx fun; \ 87 fun = gen_rtx_SYMBOL_REF (Pmode, "__mcount"); \ 88 emit_library_call (fun, LCT_NORMAL, VOIDmode); \
|