Searched refs:seen_type (Results 1 – 11 of 11) sorted by relevance
133 int seen_type = 0; in check_option() local147 seen_type++; in check_option()175 if(seen_type > 1) { in check_option()
1435 int seen_type = 0; in check_option() local1449 seen_type++; in check_option()1477 if(seen_type > 1) { in check_option()
1334 int seen_type = 0; in ldelf_after_open() local1357 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()
1338 int seen_type = 0; in ldelf_after_open() local1361 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()
1933 bool seen_type = false; in lto_read_decls() local1940 seen_type = true; in lto_read_decls()1950 if (seen_type) in lto_read_decls()
1942 bool seen_type = false; in lto_read_decls() local1949 seen_type = true; in lto_read_decls()1959 if (seen_type) in lto_read_decls()
2777 bool seen_type = specs->typespec_kind != ctsk_none; in c_parser_declspecs() local2833 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()
2819 bool seen_type = specs->typespec_kind != ctsk_none; in c_parser_declspecs() local2875 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()
6332 bool seen_type; in gfc_match_prefix() local6337 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()
6421 bool seen_type; in gfc_match_prefix() local6426 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()
245 * decl.c (match_prefix): Make seen_type a boolean.