Home
last modified time | relevance | path

Searched refs:seen_type (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.y133 int seen_type = 0; in check_option() local
147 seen_type++; in check_option()
175 if(seen_type > 1) { in check_option()
H A Dslc-gram.c1435 int seen_type = 0; in check_option() local
1449 seen_type++; in check_option()
1477 if(seen_type > 1) { in check_option()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldelf.c1334 int seen_type = 0; in ldelf_after_open() local
1357 if (seen_type == 0) in ldelf_after_open()
1359 seen_type = type; in ldelf_after_open()
1361 else if (seen_type != type) in ldelf_after_open()
1380 if (seen_type == COMPACT_EH_HDR) in ldelf_after_open()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldelf.c1338 int seen_type = 0; in ldelf_after_open() local
1361 if (seen_type == 0) in ldelf_after_open()
1363 seen_type = type; in ldelf_after_open()
1365 else if (seen_type != type) in ldelf_after_open()
1384 if (seen_type == COMPACT_EH_HDR) in ldelf_after_open()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c1933 bool seen_type = false; in lto_read_decls() local
1940 seen_type = true; in lto_read_decls()
1950 if (seen_type) in lto_read_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc1942 bool seen_type = false; in lto_read_decls() local
1949 seen_type = true; in lto_read_decls()
1959 if (seen_type) in lto_read_decls()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c2777 bool seen_type = specs->typespec_kind != ctsk_none; in c_parser_declspecs() local
2833 if (seen_type || !c_parser_next_tokens_start_typename (parser, la)) in c_parser_declspecs()
2839 seen_type = true; in c_parser_declspecs()
2876 if (!typespec_ok || seen_type) in c_parser_declspecs()
2936 seen_type = true; in c_parser_declspecs()
2950 seen_type = true; in c_parser_declspecs()
2960 seen_type = true; in c_parser_declspecs()
2969 if (!typespec_ok || seen_type) in c_parser_declspecs()
2972 seen_type = true; in c_parser_declspecs()
2999 seen_type = true; in c_parser_declspecs()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc2819 bool seen_type = specs->typespec_kind != ctsk_none; in c_parser_declspecs() local
2875 if (seen_type || !c_parser_next_tokens_start_typename (parser, la)) in c_parser_declspecs()
2881 seen_type = true; in c_parser_declspecs()
2918 if (!typespec_ok || seen_type) in c_parser_declspecs()
2978 seen_type = true; in c_parser_declspecs()
2992 seen_type = true; in c_parser_declspecs()
3002 seen_type = true; in c_parser_declspecs()
3011 if (!typespec_ok || seen_type) in c_parser_declspecs()
3014 seen_type = true; in c_parser_declspecs()
3041 seen_type = true; in c_parser_declspecs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c6332 bool seen_type; in gfc_match_prefix() local
6337 seen_type = false; in gfc_match_prefix()
6367 if (!seen_type && ts != NULL) in gfc_match_prefix()
6375 seen_type = true; in gfc_match_prefix()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.cc6421 bool seen_type; in gfc_match_prefix() local
6426 seen_type = false; in gfc_match_prefix()
6456 if (!seen_type && ts != NULL) in gfc_match_prefix()
6464 seen_type = true; in gfc_match_prefix()
H A DChangeLog-2007245 * decl.c (match_prefix): Make seen_type a boolean.