Searched refs:s_type (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900322_01.C59 typedef struct s s_type; typedef in typeref:struct:s
60 typedef s_type s_one_d_type [10]; // OK
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900322_01.C59 typedef struct s s_type; typedef in typeref:struct:s
60 typedef s_type s_one_d_type [10]; // OK
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dsnoop.h19 int s_type; member in struct:snoophdr
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dipft_sn.c49 static int sfd = -1, s_type = -1; variable
74 s_type = (int)ntohl(sh.s_type);
77 s_type < 0 || s_type > SDL_MAX) {
84 printf("\tid: %8.8s version: %d type: %d\n", sh.s_id, s_v, s_type);
179 l = &llcs[s_type];
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Ddecl.c502 if (mem->s_type->t_isfield) {
503 size_t len = mem->s_type->t_flen;
504 while (mem && mem->s_type->t_isfield) {
505 len += mem->s_type->t_flen;
514 size_t x = (size_t)tsize(mem->s_type);
974 tpp = &sym->s_type;
1085 t = (tp = dsym->s_type)->t_tspec;
1126 dsym->s_type = tp = duptyp(gettyp(t = INT));
1143 dsym->s_type->t_isfield = 0;
1149 dsym->s_type
[all...]
H A Dinit.c149 if (initsym->s_type->t_tspec == ARRAY && incompl(initsym->s_type))
150 initsym->s_type = duptyp(initsym->s_type);
153 istk->i_subt = initsym->s_type;
191 istk->i_subt = m->s_type;
213 istk->i_subt = m->s_type;
344 istk->i_subt = m->s_type;
353 istk->i_subt = m->s_type;
519 initsym->s_type
[all...]
H A Demit1.c154 outtype(arg->s_type);
239 if (sc != EXTERN && !(sc == STATIC && sym->s_type->t_tspec == FUNC))
294 outtype(sym->s_type);
390 outtype(arg->s_type);
391 outtype(fsym->s_type->t_subt);
393 outtype(fsym->s_type);
H A Dfunc.c235 if (!fsym->s_type->t_proto && fsym->s_args == NULL)
244 if (fsym->s_type->t_subt->t_tspec != VOID &&
245 incompl(fsym->s_type->t_subt)) {
266 for (arg = fsym->s_type->t_args; arg != NULL; arg = arg->s_nxt) {
309 if (fsym->s_osdef && rdsym->s_type->t_proto)
326 if (fsym->s_osdef && !fsym->s_type->t_proto) {
350 if (funcsym->s_type->t_subt->t_tspec != VOID &&
982 if (tn != NULL && funcsym->s_type->t_subt->t_tspec == VOID) {
987 } else if (tn == NULL && funcsym->s_type->t_subt->t_tspec != VOID) {
1002 ln->tn_type = tduptyp(funcsym->s_type
[all...]
H A Dlint1.h242 type_t *s_type; /* type */ member in struct:sym
H A Dcgram.y363 if ($1->s_type->t_tspec != FUNC) {
368 if ($1->s_type->t_typedef) {
539 $$ = getsym($1)->s_type;
548 $$ = getsym($1)->s_type;
1233 $$ = $2->s_type;
H A Dtree.c178 sym->s_type = incref(sym->s_type, FUNC);
197 sym->s_type = incref(gettyp(CHAR), PTR);
198 sym->s_type->t_const = 1;
208 n->tn_type = sym->s_type;
212 if (sym->s_kind == FVFT && sym->s_type->t_tspec != FUNC)
340 eq = eqtype(csym->s_type, sym->s_type, 0, 0, &w) && !w;
350 tp1 = csym->s_type;
351 tp2 = sym->s_type;
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dlookup.c48 int s_type; member in struct:syment
144 if (action != INSERT || s->s_type != CONST) {
164 s->s_type = action == INSERT ? VAR : CONST;
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dlint2.h127 u_short s_type; /* type */ member in struct:sym::__anon9930
143 #define s_type s_s.s_type macro
H A Dchk.c107 TP(sym->s_type)->t_tspec == FUNC &&
108 TP(sym->s_type)->t_proto) {
184 if (TP(sym->s_type)->t_tspec == FUNC)
251 t1 = (tp1 = TP(def->s_type)->t_subt)->t_tspec;
307 tp1 = TP(def->s_type);
312 tp2 = TP(sym->s_type);
359 if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
362 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
363 if ((tp1 = TP(decl->s_type))->t_tspec != FUNC)
459 * (decl != NULL && TP(decl->s_type)
[all...]
H A Demit2.c173 if (TP(sym->s_type)->t_tspec == FUNC) {
185 outtype(TP(sym->s_type));
H A Dread.c475 sym.s_type = inptype(cp, &cp);
487 symp->s_type == sym.s_type &&
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/bootcoff/
H A Dosloader.c53 coff_find_section(FILE *fd, struct coff_filehdr *fp, struct coff_scnhdr *sh, int s_type) argument
65 if (sh->s_flags == s_type)
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_exec_coff.c315 coff_find_section(struct lwp *l, struct vnode *vp, struct coff_filehdr *fp, struct coff_scnhdr *sh, int s_type) argument
333 s_type, sizeof(struct coff_scnhdr),
338 if (sh->s_flags == s_type)
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dcoff_exec.c232 struct coff_scnhdr *sh, int s_type)
250 s_type, sizeof(struct coff_scnhdr),
255 if (sh->s_flags == s_type)
231 coff_find_section(struct lwp *l, struct vnode *vp, struct coff_filehdr *fp, struct coff_scnhdr *sh, int s_type) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delflink.c9451 unsigned int s_type;
9485 s_type = h->type;
9498 s_type = ELF_ST_TYPE (sym->st_info);
9504 if ((s_type == STT_RELC || s_type == STT_SRELC)
9522 isymbuf, locsymcount, s_type == STT_SRELC))
9439 unsigned int s_type; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delflink.c9429 unsigned int s_type;
9463 s_type = h->type;
9476 s_type = ELF_ST_TYPE (sym->st_info);
9482 if ((s_type == STT_RELC || s_type == STT_SRELC)
9500 isymbuf, locsymcount, s_type == STT_SRELC))
9417 unsigned int s_type; local

Completed in 194 milliseconds