Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c2757 tree typetail, valtail; in convert_arguments() local
2779 for (valtail = values, typetail = typelist; in convert_arguments()
2783 tree type = typetail ? TREE_VALUE (typetail) : 0; in convert_arguments()
2864 if (typetail) in convert_arguments()
2865 typetail = TREE_CHAIN (typetail); in convert_arguments()
2868 if (typetail != 0 && typetail != void_list_node) in convert_arguments()
2871 if (TREE_PURPOSE (typetail) in convert_arguments()
2872 && TREE_CODE (TREE_PURPOSE (typetail)) != DEFAULT_ARG) in convert_arguments()
2874 for (; typetail != void_list_node; ++i) in convert_arguments()
2877 = convert_default_arg (TREE_VALUE (typetail), in convert_arguments()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck.c2791 register tree typetail, valtail; local
2813 for (valtail = values, typetail = typelist;
2817 register tree type = typetail ? TREE_VALUE (typetail) : 0;
2901 if (typetail)
2902 typetail = TREE_CHAIN (typetail);
2905 if (typetail != 0 && typetail != void_list_node)
2908 if (TREE_PURPOSE (typetail))
2910 for (; typetail != void_list_node; ++i)
2913 = convert_default_arg (TREE_VALUE (typetail),
2914 TREE_PURPOSE (typetail),
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-typeck.c1584 tree typetail, valtail; local
1591 for (valtail = values, typetail = typelist, parmnum = 0;
1595 tree type = typetail ? TREE_VALUE (typetail) : 0;
1741 if (typetail)
1742 typetail = TREE_CHAIN (typetail);
1745 if (typetail != 0 && TREE_VALUE (typetail) != void_type_node)
/openbsd/src/gnu/gcc/gcc/
Dc-typeck.c2362 tree typetail, valtail; in convert_arguments() local
2379 for (valtail = values, typetail = typelist, parmnum = 0; in convert_arguments()
2383 tree type = typetail ? TREE_VALUE (typetail) : 0; in convert_arguments()
2568 if (typetail) in convert_arguments()
2569 typetail = TREE_CHAIN (typetail); in convert_arguments()
2572 if (typetail != 0 && TREE_VALUE (typetail) != void_type_node) in convert_arguments()