Home
last modified time | relevance | path

Searched refs:tname (Results 51 – 60 of 60) sorted by relevance

123

/dragonfly/contrib/gcc-8.0/gcc/
H A Dcalls.c622 const char *tname = name; in special_function_p() local
636 tname += 2; in special_function_p()
638 tname += 1; in special_function_p()
642 if (! strcmp (tname, "setjmp") in special_function_p()
643 || ! strcmp (tname, "sigsetjmp") in special_function_p()
H A Dgengtype.c2437 const char *tname, const char *lastname,
4094 const char *tname, const char *name) in finish_root_table() argument
4115 "extern const struct %s gt_%s_", tname, pfx); in finish_root_table()
4125 "EXPORTED_CONST struct %s * const %s[] = {\n", tname, name); in finish_root_table()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgengtype.c2266 const char *tname, const char *lastname,
3550 const char *tname, const char *name) in finish_root_table() argument
3571 "extern const struct %s gt_%s_", tname, pfx); in finish_root_table()
3581 "EXPORTED_CONST struct %s * const %s[] = {\n", tname, name); in finish_root_table()
H A Doptabs.c5608 const char *fname, *tname; in gen_interclass_conv_libfunc() local
5643 tname = GET_MODE_NAME (tmode); in gen_interclass_conv_libfunc()
5659 for (q = tname; *q; p++, q++) in gen_interclass_conv_libfunc()
5742 const char *fname, *tname; in gen_intraclass_conv_libfunc() local
5776 tname = GET_MODE_NAME (tmode); in gen_intraclass_conv_libfunc()
5792 for (q = tname; *q; p++, q++) in gen_intraclass_conv_libfunc()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-tic54x.texi604 @itemx [@var{tname}] .tag @var{stagx} [@var{tcount}]
643 @itemx [@var{tname}] .tag @var{utagx}[,@var{tcount}]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c3404 tree rname = NULL_TREE, tname = NULL_TREE; in record_builtin_type() local
3410 tname = get_identifier (name); in record_builtin_type()
3417 if (tname) in record_builtin_type()
3419 tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, tname, type); in record_builtin_type()
3421 SET_IDENTIFIER_GLOBAL_VALUE (tname, tdecl); in record_builtin_type()
/dragonfly/sys/dev/disk/isp/
H A Disp.c7157 char tname[16], mname[16]; in isp_mboxcmd() local
7257 cname = tname; in isp_mboxcmd()
7258 ISP_SNPRINTF(tname, sizeof tname, "opcode %x", opcode); in isp_mboxcmd()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h870 const char *tname; member
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c26187 tree tname = TYPE_IDENTIFIER (type); in dguide_name() local
26189 + IDENTIFIER_LENGTH (tname)); in dguide_name()
26191 memcpy (buf + strlen (dguide_base), IDENTIFIER_POINTER (tname), in dguide_name()
26192 IDENTIFIER_LENGTH (tname) + 1); in dguide_name()
H A Ddecl.c4030 tree tname = get_identifier (name); in record_builtin_type() local
4031 tree tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, tname, type); in record_builtin_type()

123