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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.y133 int seen_type = 0;
147 seen_type++;
175 if(seen_type > 1) {
H A Dslc-gram.c1435 int seen_type = 0; local
1449 seen_type++;
1477 if(seen_type > 1) {
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldelf.c1334 int seen_type = 0; local
1357 if (seen_type == 0)
1359 seen_type = type;
1361 else if (seen_type != type)
1380 if (seen_type == COMPACT_EH_HDR)
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldelf.c1059 int seen_type = 0; local
1082 if (seen_type == 0)
1084 seen_type = type;
1086 else if (seen_type != type)
1105 if (seen_type == COMPACT_EH_HDR)
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldelf.c1076 int seen_type = 0; local
1099 if (seen_type == 0)
1101 seen_type = type;
1103 else if (seen_type != type)
1122 if (seen_type == COMPACT_EH_HDR)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c1933 bool seen_type = false; local
1940 seen_type = true;
1950 if (seen_type)
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc1942 bool seen_type = false; local
1949 seen_type = true;
1959 if (seen_type)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c2779 bool seen_type = specs->typespec_kind != ctsk_none;
2835 if (seen_type || !c_parser_next_tokens_start_typename (parser, la))
2841 seen_type = true;
2878 if (!typespec_ok || seen_type)
2938 seen_type = true;
2952 seen_type = true;
2962 seen_type = true;
2971 if (!typespec_ok || seen_type)
2974 seen_type = true;
3001 seen_type
2777 bool seen_type = specs->typespec_kind != ctsk_none; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc2821 bool seen_type = specs->typespec_kind != ctsk_none;
2877 if (seen_type || !c_parser_next_tokens_start_typename (parser, la))
2883 seen_type = true;
2920 if (!typespec_ok || seen_type)
2980 seen_type = true;
2994 seen_type = true;
3004 seen_type = true;
3013 if (!typespec_ok || seen_type)
3016 seen_type = true;
3043 seen_type
2819 bool seen_type = specs->typespec_kind != ctsk_none; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c6332 bool seen_type; local
6337 seen_type = false;
6367 if (!seen_type && ts != NULL)
6375 seen_type = true;
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.cc6413 bool seen_type; local
6418 seen_type = false;
6448 if (!seen_type && ts != NULL)
6456 seen_type = true;

Completed in 308 milliseconds