Home
last modified time | relevance | path

Searched refs:split_list_p (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h6184 bool split_list_p () const { return targs; } in split_list_p() function
6189 return !split_list_p () && TREE_CODE (tldcl) == TREE_LIST; in tree_list_p()
6195 return !split_list_p () && !tree_list_p (); in not_list_p()
6213 if (!split_list_p ()) return tldcl; in get_node()
6220 if (!split_list_p ()) return tldcl; in maybe_get_node()
H A Dpt.c9409 gcc_assert (split_list_p ()); in to_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h6427 bool split_list_p () const { return targs; } in split_list_p() function
6432 return !split_list_p () && TREE_CODE (tldcl) == TREE_LIST; in tree_list_p()
6438 return !split_list_p () && !tree_list_p (); in not_list_p()
6456 if (!split_list_p ()) return tldcl; in get_node()
6463 if (!split_list_p ()) return tldcl; in maybe_get_node()
H A DChangeLog-20183312 targs. Add private split_list_p, tree_list_p, and not_list_p
H A Dpt.cc9636 gcc_assert (split_list_p ()); in to_list()