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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c2292 check_hidden_convs (tree binfo, int virtual_depth, int virtualness,
2303 if (virtual_depth || virtualness)
2313 if (!(virtual_depth || TREE_STATIC (level)))
2321 they_hide_us = (virtual_depth
2412 lookup_conversions_r (tree binfo, int virtual_depth, int virtualness,
2428 virtual_depth++;
2443 if (check_hidden_convs (binfo, virtual_depth, virtualness,
2448 if (virtual_depth)
2459 if (virtual_depth)
2474 virtual_depth, virtualnes
2288 check_hidden_convs(tree binfo, int virtual_depth, int virtualness, tree to_type, tree parent_convs, tree other_convs) argument
2408 lookup_conversions_r(tree binfo, int virtual_depth, int virtualness, tree parent_convs, tree other_convs, tree *convs) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc2326 check_hidden_convs (tree binfo, int virtual_depth, int virtualness,
2337 if (virtual_depth || virtualness)
2347 if (!(virtual_depth || TREE_STATIC (level)))
2355 they_hide_us = (virtual_depth
2446 lookup_conversions_r (tree binfo, int virtual_depth, int virtualness,
2462 virtual_depth++;
2477 if (check_hidden_convs (binfo, virtual_depth, virtualness,
2482 if (virtual_depth)
2493 if (virtual_depth)
2508 virtual_depth, virtualnes
2322 check_hidden_convs(tree binfo, int virtual_depth, int virtualness, tree to_type, tree parent_convs, tree other_convs) argument
2442 lookup_conversions_r(tree binfo, int virtual_depth, int virtualness, tree parent_convs, tree other_convs, tree *convs) argument
[all...]

Completed in 303 milliseconds