Searched refs:split_list_p (Results 1 – 5 of 5) sorted by relevance
6184 bool split_list_p () const { return targs; } in split_list_p() function6189 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()
9409 gcc_assert (split_list_p ()); in to_list()
6427 bool split_list_p () const { return targs; } in split_list_p() function6432 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()
3312 targs. Add private split_list_p, tree_list_p, and not_list_p
9636 gcc_assert (split_list_p ()); in to_list()