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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c41 static int lookup_conversions_r (tree, int, int, tree, tree, tree *);
2280 /* Helper for lookup_conversions_r. TO_TYPE is the type converted to
2354 /* Helper for lookup_conversions_r. PARENT_CONVS is a list of lists
2412 lookup_conversions_r (tree binfo, int virtual_depth, int virtualness,
2473 base_virtualness = lookup_conversions_r (base_binfo,
2506 lookup_conversions_r (TYPE_BINFO (type), 0, 0, NULL_TREE, NULL_TREE, &convs);
2408 lookup_conversions_r (tree binfo, int virtual_depth, int virtualness, function
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc41 static int lookup_conversions_r (tree, int, int, tree, tree, tree *);
2314 /* Helper for lookup_conversions_r. TO_TYPE is the type converted to
2388 /* Helper for lookup_conversions_r. PARENT_CONVS is a list of lists
2446 lookup_conversions_r (tree binfo, int virtual_depth, int virtualness,
2507 base_virtualness = lookup_conversions_r (base_binfo,
2540 lookup_conversions_r (TYPE_BINFO (type), 0, 0, NULL_TREE, NULL_TREE, &convs);
2442 lookup_conversions_r (tree binfo, int virtual_depth, int virtualness, function

Completed in 266 milliseconds