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

/freebsd-11-stable/contrib/gcc/cp/
H A Dsearch.c2169 check_hidden_convs (tree binfo, int virtual_depth, int virtualness,
2180 if (virtual_depth || virtualness)
2190 if (!(virtual_depth || TREE_STATIC (level)))
2198 they_hide_us = (virtual_depth
2291 int virtual_depth, int virtualness,
2315 virtual_depth++;
2338 if (check_hidden_convs (binfo, virtual_depth, virtualness,
2343 if (virtual_depth)
2359 if (check_hidden_convs (binfo, virtual_depth, virtualness,
2364 if (virtual_depth)
2164 check_hidden_convs(tree binfo, int virtual_depth, int virtualness, tree to_type, tree parent_convs, tree other_convs) argument
2285 lookup_conversions_r(tree binfo, int virtual_depth, int virtualness, tree parent_convs, tree parent_tpl_convs, tree other_convs, tree other_tpl_convs, tree *convs, tree *tpl_convs) argument
[all...]

Completed in 49 milliseconds