HomeSort by: relevance | last modified time | path
    Searched refs:seen_type (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldelf.c 1341 int seen_type = 0; local
1364 if (seen_type == 0)
1366 seen_type = type;
1368 else if (seen_type != type)
1387 if (seen_type == COMPACT_EH_HDR)
  /src/external/gpl3/binutils.old/dist/ld/
ldelf.c 1340 int seen_type = 0; local
1363 if (seen_type == 0)
1365 seen_type = type;
1367 else if (seen_type != type)
1386 if (seen_type == COMPACT_EH_HDR)
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 1942 bool seen_type = false; local
1949 seen_type = true;
1959 if (seen_type)
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 2821 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 = true
2819 bool seen_type = specs->typespec_kind != ctsk_none; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 6424 bool seen_type; local
6429 seen_type = false;
6459 if (!seen_type && ts != NULL)
6467 seen_type = true;

Completed in 86 milliseconds