HomeSort by: relevance | last modified time | path
    Searched refs:next_param (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/cr16/
cr16.cc 645 tree param, next_param; local
653 param != NULL_TREE; param = next_param)
655 next_param = TREE_CHAIN (param);
656 if ((next_param == NULL_TREE) && (TREE_VALUE (param) != void_type_node))
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 1123 tree next_param;
1151 param != 0; param = next_param)
1153 next_param = TREE_CHAIN (param);
1154 if (next_param == 0 && TREE_VALUE (param) != void_type_node)
1111 tree next_param; local
  /src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.cc 1530 tree param, next_param; local
1540 param != 0; param = next_param)
1542 next_param = TREE_CHAIN (param);
1543 if (next_param == 0 && TREE_VALUE (param) != void_type_node)
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 1124 tree next_param;
1152 param != 0; param = next_param)
1154 next_param = TREE_CHAIN (param);
1155 if (next_param == 0 && TREE_VALUE (param) != void_type_node)
1112 tree next_param; local
  /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.cc 1525 tree param, next_param; local
1535 param != 0; param = next_param)
1537 next_param = TREE_CHAIN (param);
1538 if (next_param == 0 && TREE_VALUE (param) != void_type_node)
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 4772 char *next_param, *curr_param, *iftype = NULL; local
4782 next_param = os_strchr(field, ' ');
4783 while (next_param) {
4784 *next_param++ = '\0';
4785 curr_param = next_param;
4786 next_param = os_strchr(next_param, ' ');
4788 if (next_param)
4789 *next_param = '\0';
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 5787 goto next_param;
5806 next_param:

Completed in 64 milliseconds