| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | access.c | 99 Dsymbol *sfunc, in isAccessible() argument 105 if (hasPrivateAccess(dthis, sfunc) || in isAccessible() 118 isAccessible(smember, sfunc, b->sym, cdscope)) in isAccessible() 134 if (isAccessible(smember, sfunc, b->sym, cdscope)) in isAccessible()
|
| H A D | func.c | 739 const char *sfunc; in semantic() local 741 sfunc = "static"; in semantic() 743 sfunc = protectionToChars(protection.kind); in semantic() 745 sfunc = "non-virtual"; in semantic() 746 error("%s functions cannot be abstract", sfunc); in semantic()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/ |
| H A D | epiphany-sched.md | 109 ;; the rts at the end of the call / sfunc incurs a three cycle penalty, 114 (eq_attr "type" "call,sfunc,fp_sfunc"))
|
| H A D | epiphany.md | 60 …re,cmove,unary,compare,shift,mul,uncond_branch,branch,call,fp,fp_int,v2fp,misc,sfunc,fp_sfunc,flow" 1907 [(set_attr "type" "sfunc")]) 1916 [(set_attr "type" "sfunc")]) 1926 [(set_attr "type" "sfunc")]) 1936 [(set_attr "type" "sfunc")])
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/ |
| H A D | epiphany-sched.md | 109 ;; the rts at the end of the call / sfunc incurs a three cycle penalty, 114 (eq_attr "type" "call,sfunc,fp_sfunc"))
|
| H A D | epiphany.md | 60 …re,cmove,unary,compare,shift,mul,uncond_branch,branch,call,fp,fp_int,v2fp,misc,sfunc,fp_sfunc,flow" 1907 [(set_attr "type" "sfunc")]) 1916 [(set_attr "type" "sfunc")]) 1926 [(set_attr "type" "sfunc")]) 1936 [(set_attr "type" "sfunc")])
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
| H A D | arcHS4x.md | 35 branch, brcc,brcc_no_delay_slot, sfunc"))
|
| H A D | arc.md | 240 ; the instruction type sfunc is used only for the special call sequence 246 brcc,brcc_no_delay_slot,call,sfunc,call_no_delay_slot,rtie, 258 (match_test "flag_pic") (const_string "sfunc")] 279 (cond [(eq_attr "type" "sfunc") 440 [(eq_attr "type" "sfunc") 515 call,sfunc,call_no_delay_slot, 575 (eq_attr "type" "!call,branch,uncond_branch,jump,brcc,return,sfunc") 633 (eq_attr "type" "!call,branch,uncond_branch,jump,brcc,return,sfunc") 637 (define_delay (eq_attr "type" "sfunc")
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| H A D | arcHS4x.md | 35 branch, brcc,brcc_no_delay_slot, sfunc"))
|
| H A D | arc.md | 239 ; the instruction type sfunc is used only for the special call sequence 245 brcc,brcc_no_delay_slot,call,sfunc,call_no_delay_slot,rtie, 257 (match_test "flag_pic") (const_string "sfunc")] 278 (cond [(eq_attr "type" "sfunc") 439 [(eq_attr "type" "sfunc") 514 call,sfunc,call_no_delay_slot, 574 (eq_attr "type" "!call,branch,uncond_branch,jump,brcc,return,sfunc") 632 (eq_attr "type" "!call,branch,uncond_branch,jump,brcc,return,sfunc") 636 (define_delay (eq_attr "type" "sfunc")
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_aggregate.c | 1531 int (*sfunc)(const void *, const void *)) 1568 if (sfunc == NULL) { 1577 qsort(sorted, nentries, sizeof (dt_ahashent_t *), sfunc);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh4-300.md | 198 (eq_attr "type" "call,sfunc"))
|
| H A D | sh.md | 229 ;; sfunc special function call with known used registers 253 prget,pcload,pcload_si,pcfload,rte,sfunc,call,fp,fpscr_toggle,fdiv,ftrc_s, 278 prget,rte,sfunc,call,dfp_cmp,mem_fpscr,gp_fpscr,cwb, 470 (if_then_else (eq_attr "type" "sfunc") (const_int 1) (const_int 0))) 519 (ior (eq_attr "type" "call") (eq_attr "type" "sfunc")) 2170 ;; also has an effect on the register that holds the address of the sfunc. 2210 [(set_attr "type" "sfunc") 2233 [(set_attr "type" "sfunc") 2255 [(set_attr "type" "sfunc") 2269 [(set_attr "type" "sfunc") [all …]
|
| H A D | sh4.md | 298 (eq_attr "type" "call,sfunc"))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh4-300.md | 198 (eq_attr "type" "call,sfunc"))
|
| H A D | sh.md | 229 ;; sfunc special function call with known used registers 253 prget,pcload,pcload_si,pcfload,rte,sfunc,call,fp,fpscr_toggle,fdiv,ftrc_s, 278 prget,rte,sfunc,call,dfp_cmp,mem_fpscr,gp_fpscr,cwb, 470 (if_then_else (eq_attr "type" "sfunc") (const_int 1) (const_int 0))) 519 (ior (eq_attr "type" "call") (eq_attr "type" "sfunc")) 2170 ;; also has an effect on the register that holds the address of the sfunc. 2210 [(set_attr "type" "sfunc") 2233 [(set_attr "type" "sfunc") 2255 [(set_attr "type" "sfunc") 2269 [(set_attr "type" "sfunc") [all …]
|
| H A D | sh4.md | 298 (eq_attr "type" "call,sfunc"))
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | dlltool.c | 772 static int sfunc (const void *, const void *); 1703 sfunc (const void *a, const void *b) in sfunc() function 2174 qsort (copy, num_entries, sizeof (bfd_vma), sfunc); in gen_exp_file()
|
| H A D | ChangeLog-2008 | 175 (sfunc): Change to address size of bfd_vma for base-file.
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | dlltool.c | 821 static int sfunc (const void *, const void *); 1756 sfunc (const void *a, const void *b) in sfunc() function 2227 qsort (copy, num_entries, sizeof (bfd_vma), sfunc); in gen_exp_file()
|
| H A D | ChangeLog-2008 | 175 (sfunc): Change to address size of bfd_vma for base-file.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dsymbolsem.d | 3279 const(char)* sfunc; in funcDeclarationSemantic() 3281 sfunc = "static"; in funcDeclarationSemantic() 3283 sfunc = visibilityToChars(funcdecl.visibility.kind); in funcDeclarationSemantic() 3285 sfunc = "final"; in funcDeclarationSemantic() 3286 funcdecl.error("`%s` functions cannot be `abstract`", sfunc); in funcDeclarationSemantic()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | traits.d | 6639 static void sfunc() { } 6651 assert(!isDelegate!(typeof(&sfunc)));
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | traits.d | 7460 static void sfunc() { } 7472 assert(!isDelegate!(typeof(&sfunc)));
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1994 | 4864 to make this the sfunc, not cfunc, since that is how we call it. 4865 * command.h: Comment difference between sfunc and cfunc. 4868 (_initialize_demangler): Use sfunc, not cfunc, for
|