Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDsearch.c2237 tree child_convs, tree other_convs) in split_conversions() argument
2243 for (prev = NULL, t = child_convs; in split_conversions()
2250 child_convs = NULL_TREE; in split_conversions()
2256 TREE_CHAIN (my_convs) = child_convs; in split_conversions()
2259 my_convs = child_convs; in split_conversions()
2294 tree child_convs = NULL_TREE; in lookup_conversions_r() local
2384 child_convs = other_convs; in lookup_conversions_r()
2396 child_convs, child_tpl_convs, in lookup_conversions_r()
2400 child_convs = chainon (base_convs, child_convs); in lookup_conversions_r()
2409 child_convs, other_convs); in lookup_conversions_r()