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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c2286 could hide or be hidden by CONV, should virtualness be involved in
2292 check_hidden_convs (tree binfo, int virtual_depth, int virtualness,
2303 if (virtual_depth || virtualness)
2399 we encountered virtualness. We keep template and non-template
2412 lookup_conversions_r (tree binfo, int virtual_depth, int virtualness,
2443 if (check_hidden_convs (binfo, virtual_depth, virtualness,
2474 virtual_depth, virtualness,
2478 my_virtualness = virtualness = 1;
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
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc2320 could hide or be hidden by CONV, should virtualness be involved in
2326 check_hidden_convs (tree binfo, int virtual_depth, int virtualness,
2337 if (virtual_depth || virtualness)
2433 we encountered virtualness. We keep template and non-template
2446 lookup_conversions_r (tree binfo, int virtual_depth, int virtualness,
2477 if (check_hidden_convs (binfo, virtual_depth, virtualness,
2508 virtual_depth, virtualness,
2512 my_virtualness = virtualness = 1;
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

Completed in 203 milliseconds