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

  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 2695 merge_pattern_info *to_pat = ptrans->to;
2696 gcc_assert (to2_res && to2_res->pattern == to_pat);
2697 if (!to1_res || to1_res->pattern != to_pat)
2703 /* Match the parameters that TO1_RES passes to TO_PAT with the
2704 parameters that PAT passes to TO_PAT. */
2705 update_parameters (to1_res->params, to_pat->params);
2722 /* Record that PAT should now pass parameter ID to TO_PAT,
3001 merge_pattern_info *to_pat = ptrans->to;
3003 gcc_assert (to->res->pattern == to_pat);
3004 gcc_assert (ptrans->params.length () == to_pat->params.length ())
2691 merge_pattern_info *to_pat = ptrans->to; local
2997 merge_pattern_info *to_pat = ptrans->to; local
3261 merge_pattern_info *to_pat = to_res->pattern; local
3338 merge_pattern_info *to_pat = ptrans->to; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 2695 merge_pattern_info *to_pat = ptrans->to;
2696 gcc_assert (to2_res && to2_res->pattern == to_pat);
2697 if (!to1_res || to1_res->pattern != to_pat)
2703 /* Match the parameters that TO1_RES passes to TO_PAT with the
2704 parameters that PAT passes to TO_PAT. */
2705 update_parameters (to1_res->params, to_pat->params);
2722 /* Record that PAT should now pass parameter ID to TO_PAT,
3001 merge_pattern_info *to_pat = ptrans->to;
3003 gcc_assert (to->res->pattern == to_pat);
3004 gcc_assert (ptrans->params.length () == to_pat->params.length ())
2691 merge_pattern_info *to_pat = ptrans->to; local
2997 merge_pattern_info *to_pat = ptrans->to; local
3261 merge_pattern_info *to_pat = to_res->pattern; local
3338 merge_pattern_info *to_pat = ptrans->to; local
    [all...]

Completed in 29 milliseconds