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

  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 3045 transition *new_trans = new transition (trans->labels, to_news,
3050 new_trans->is_param = param.is_param;
3051 new_trans->labels[0] = param.value;
3053 newd->push_back (new_trans);
3687 transition *new_trans = intersecting[0];
3701 might already have a more specific requirement than NEW_TRANS,
3702 in which case there's no point testing NEW_TRANS as well. E.g. this
3715 original NEW_TRANS and S3 in the same decision. We keep the
3718 gcc_assert (new_trans->labels != *combined);
3719 if (!new_trans->optional || !trans2->optional
3041 transition *new_trans = new transition (trans->labels, to_news, local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 3045 transition *new_trans = new transition (trans->labels, to_news,
3050 new_trans->is_param = param.is_param;
3051 new_trans->labels[0] = param.value;
3053 newd->push_back (new_trans);
3687 transition *new_trans = intersecting[0];
3701 might already have a more specific requirement than NEW_TRANS,
3702 in which case there's no point testing NEW_TRANS as well. E.g. this
3715 original NEW_TRANS and S3 in the same decision. We keep the
3718 gcc_assert (new_trans->labels != *combined);
3719 if (!new_trans->optional || !trans2->optional
3041 transition *new_trans = new transition (trans->labels, to_news, local
    [all...]

Completed in 24 milliseconds