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

  /src/external/gpl3/gcc.old/dist/gcc/
genemit.cc 290 gen_exp (next, DEFINE_EXPAND, used, info);
298 gen_exp (next, DEFINE_EXPAND, used, info);
451 /* Generate the `gen_...' function for a DEFINE_EXPAND. */
462 fatal_at (info->loc, "define_expand lacks a name");
464 fatal_at (info->loc, "define_expand for %s lacks a pattern",
471 fatal_at (info->loc, "define_expand for %s needs to have match_scratch "
495 gen_exp (XVECEXP (expand, 1, 0), DEFINE_EXPAND, NULL, info);
507 /* The fourth operand of DEFINE_EXPAND is some code to be executed
928 case DEFINE_EXPAND:
  /src/external/gpl3/gcc/dist/gcc/
genemit.cc 291 gen_exp (next, DEFINE_EXPAND, used, info, file);
299 gen_exp (next, DEFINE_EXPAND, used, info, file);
452 /* Generate the `gen_...' function for a DEFINE_EXPAND. */
463 fatal_at (info->loc, "define_expand lacks a name");
465 fatal_at (info->loc, "define_expand for %s lacks a pattern",
472 fatal_at (info->loc, "define_expand for %s needs to have match_scratch "
496 gen_exp (XVECEXP (expand, 1, 0), DEFINE_EXPAND, NULL, info, file);
508 /* The fourth operand of DEFINE_EXPAND is some code to be executed
985 case DEFINE_EXPAND:

Completed in 24 milliseconds