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

  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-gram.c 1435 int seen_type = 0; local
1449 seen_type++;
1477 if(seen_type > 1) {
  /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/dist/gcc/lto/
lto-common.cc 1947 bool seen_type = false; local
1954 seen_type = true;
1964 if (seen_type)
  /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/dist/gcc/fortran/
decl.cc 6482 bool seen_type; local
6487 seen_type = false;
6517 if (!seen_type && ts != NULL)
6525 seen_type = true;
  /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;
  /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/dist/gcc/c/
c-parser.cc 3296 bool seen_type = specs->typespec_kind != ctsk_none;
3352 if (seen_type || !c_parser_next_tokens_start_typename (parser, la))
3358 seen_type = true;
3408 if (!typespec_ok || seen_type)
3470 seen_type = true;
3485 seen_type = true;
3495 seen_type = true;
3505 if (!typespec_ok || seen_type)
3508 seen_type = true;
3518 seen_type = true
3294 bool seen_type = specs->typespec_kind != ctsk_none; local
    [all...]

Completed in 57 milliseconds