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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4132 tree typetail;
4138 for (i = 0, typetail = typelist;
4142 tree type = typetail ? TREE_VALUE (typetail) : 0;
4227 if (typetail)
4228 typetail = TREE_CHAIN (typetail);
4231 if (typetail != 0 && typetail != void_list_node)
4240 if (fndecl && TREE_PURPOSE (typetail)
4125 tree typetail; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4394 tree typetail;
4400 for (i = 0, typetail = typelist;
4404 tree type = typetail ? TREE_VALUE (typetail) : 0;
4489 if (typetail)
4490 typetail = TREE_CHAIN (typetail);
4493 if (typetail != 0 && typetail != void_list_node)
4502 if (fndecl && TREE_PURPOSE (typetail)
4387 tree typetail; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c3542 tree typetail, builtin_typetail, val;
3543 for (typetail = typelist,
3550 tree type = typetail ? TREE_VALUE (typetail) : NULL_TREE;
3704 if (typetail)
3705 typetail = TREE_CHAIN (typetail);
3713 if (typetail != NULL_TREE && TREE_VALUE (typetail) != void_type_node)
3531 tree typetail, builtin_typetail, val; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc3567 tree typetail, builtin_typetail, val;
3568 for (typetail = typelist,
3575 tree type = typetail ? TREE_VALUE (typetail) : NULL_TREE;
3729 if (typetail)
3730 typetail = TREE_CHAIN (typetail);
3738 if (typetail != NULL_TREE && TREE_VALUE (typetail) != void_type_node)
3556 tree typetail, builtin_typetail, val; local

Completed in 310 milliseconds