Home
last modified time | relevance | path

Searched refs:s_kind (Results 1 – 14 of 14) sorted by relevance

/netbsd/usr.bin/xlint/lint1/
H A Dlex.c246 sym->s_kind == symtyp || in symtab_search()
1323 if (sym == NULL || sym->s_kind == FVFT) in getsym()
1328 lint_assert(sym->s_kind == symtyp); in getsym()
1357 if ((sym->s_kind = symtyp) != FLABEL) in getsym()
1395 sym->s_kind = FVFT; in mktempsym()
1413 sym->s_name, symt_name(sym->s_kind), type_name(sym->s_type)); in rmsym()
1435 sym->s_name, symt_name(sym->s_kind), in symtab_remove_level()
1450 sym->s_name, symt_name(sym->s_kind), type_name(sym->s_type), in inssym()
1483 sym->s_name, symt_name(sym->s_kind), type_name(sym->s_type)); in pushdown()
1488 nsym->s_kind = sym->s_kind; in pushdown()
H A Ddecl.c1047 mem->s_kind = FMEMBER; in declare_unnamed_member()
1114 dsym->s_kind = FMEMBER; in set_bit_field_width()
1629 tag->s_kind = FTAG; in make_tag_type()
2613 if (esym->s_kind != FVFT) in declare_external_in_block()
2998 if (sym->s_kind == FVFT && sym->s_arg) in check_usage_sym()
3000 else if (sym->s_kind == FVFT) in check_usage_sym()
3002 else if (sym->s_kind == FLABEL) in check_usage_sym()
3004 else if (sym->s_kind == FTAG) in check_usage_sym()
3110 if (sym->s_kind == FVFT) in end_translation_unit()
3112 else if (sym->s_kind == FTAG) in end_translation_unit()
[all …]
H A Dlint1.h242 symt_t s_kind; /* type of symbol */ member
H A Ddebug.c348 debug_printf(" %s", symt_name(sym->s_kind)); in debug_sym()
H A Dtree.c498 lint_assert(sym->s_kind == FVFT || sym->s_kind == FMEMBER); in build_name()
517 if (sym->s_kind == FVFT && sym->s_type->t_tspec != FUNC) in build_name()
1907 msym->s_kind = FMEMBER; in remove_unknown_member()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h894 s_kind, enumerator
H A Dtree.c970 return s_kind; in get_stats_node_kind()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h944 s_kind, enumerator
H A Dtree.c970 return s_kind; in get_stats_node_kind()
H A Dtree.cc1133 return s_kind; in get_stats_node_kind()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Diresolve.cc1448 int s_kind; in gfc_resolve_ishftc() local
1450 s_kind = (size == NULL) ? gfc_default_integer_kind : size->ts.kind; in gfc_resolve_ishftc()
1454 = gfc_get_string ("__ishftc_%d_%d_%d", i->ts.kind, shift->ts.kind, s_kind); in gfc_resolve_ishftc()
H A Diresolve.c1434 int s_kind; in gfc_resolve_ishftc() local
1436 s_kind = (size == NULL) ? gfc_default_integer_kind : size->ts.kind; in gfc_resolve_ishftc()
1440 = gfc_get_string ("__ishftc_%d_%d_%d", i->ts.kind, shift->ts.kind, s_kind); in gfc_resolve_ishftc()
H A DChangeLog-20074700 * iresolve.c (gfc_resolve_ishftc): Correct s_kind value.
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Diresolve.c1434 int s_kind; in gfc_resolve_ishftc() local
1436 s_kind = (size == NULL) ? gfc_default_integer_kind : size->ts.kind; in gfc_resolve_ishftc()
1440 = gfc_get_string ("__ishftc_%d_%d_%d", i->ts.kind, shift->ts.kind, s_kind); in gfc_resolve_ishftc()