Home
last modified time | relevance | path

Searched refs:typetail (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDtypeck.c2864 tree typetail, valtail; in convert_arguments() local
2886 for (valtail = values, typetail = typelist; in convert_arguments()
2890 tree type = typetail ? TREE_VALUE (typetail) : 0; in convert_arguments()
2972 if (typetail) in convert_arguments()
2973 typetail = TREE_CHAIN (typetail); in convert_arguments()
2976 if (typetail != 0 && typetail != void_list_node) in convert_arguments()
2979 if (TREE_PURPOSE (typetail) in convert_arguments()
2980 && TREE_CODE (TREE_PURPOSE (typetail)) != DEFAULT_ARG) in convert_arguments()
2982 for (; typetail != void_list_node; ++i) in convert_arguments()
2985 = convert_default_arg (TREE_VALUE (typetail), in convert_arguments()
[all …]
/NextBSD/contrib/gcc/
HDc-typeck.c2497 tree typetail, valtail; in convert_arguments() local
2514 for (valtail = values, typetail = typelist, parmnum = 0; in convert_arguments()
2518 tree type = typetail ? TREE_VALUE (typetail) : 0; in convert_arguments()
2713 if (typetail) in convert_arguments()
2714 typetail = TREE_CHAIN (typetail); in convert_arguments()
2717 if (typetail != 0 && TREE_VALUE (typetail) != void_type_node) in convert_arguments()