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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 4336 vec<user_id *> oper_lists; member in class:parser
4490 if (!oper_lists.is_empty ()
4491 && oper_lists[0]->substitutes.length () != p->substitutes.length ())
4494 oper_lists.safe_push (p);
4839 if (!oper_lists.is_empty ())
4840 active_fors.safe_push (oper_lists);
4846 if (!oper_lists.is_empty ())
4985 /* Reset oper_lists and set. */
4988 oper_lists = vNULL;
5403 oper_lists = vNULL
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 4042 vec<user_id *> oper_lists; member in class:parser
4196 if (!oper_lists.is_empty ()
4197 && oper_lists[0]->substitutes.length () != p->substitutes.length ())
4200 oper_lists.safe_push (p);
4544 if (!oper_lists.is_empty ())
4545 active_fors.safe_push (oper_lists);
4551 if (!oper_lists.is_empty ())
4688 /* Reset oper_lists and set. */
4691 oper_lists = vNULL;
5106 oper_lists = vNULL
    [all...]

Completed in 29 milliseconds