Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dptree.c221 print_node (file, "function", OVL_FUNCTION (node), indent+4); in cxx_print_xnode()
H A Dname-lookup.c54 #define STAT_DECL(N) OVL_FUNCTION (N)
746 fns = OVL_FUNCTION (fns); in add_fns()
1261 gcc_checking_assert (OVL_FUNCTION (val) == conv_op_marker); in get_class_binding_direct()
1353 gcc_checking_assert (OVL_FUNCTION (*slot) == conv_op_marker); in find_member_slot()
1411 tree name_a = DECL_NAME (TREE_CODE (a) == OVERLOAD ? OVL_FUNCTION (a) : a); in member_name_cmp()
1412 tree name_b = DECL_NAME (TREE_CODE (b) == OVERLOAD ? OVL_FUNCTION (b) : b); in member_name_cmp()
1421 gcc_checking_assert (OVL_FUNCTION (a) == conv_op_marker in member_name_cmp()
1422 && OVL_FUNCTION (b) == conv_op_marker); in member_name_cmp()
1428 a = OVL_FUNCTION (a); in member_name_cmp()
1430 b = OVL_FUNCTION (b); in member_name_cmp()
[all …]
H A Dtree.c2243 OVL_FUNCTION (result) = fn; in ovl_make()
2299 gcc_checking_assert (DECL_HIDDEN_P (OVL_FUNCTION (ovl))); in ovl_skip_hidden()
2329 overload = ovl_insert (OVL_FUNCTION (node), overload); in reveal_node()
2412 fn = OVL_FUNCTION (probe); in lookup_maybe_add()
2424 lookup = lookup_add (OVL_FUNCTION (fns), lookup); in lookup_maybe_add()
5113 WALK_SUBTREE (OVL_FUNCTION (*tp)); in cp_walk_subtrees()
H A Dcp-tree.h747 #define OVL_FUNCTION(NODE) \ macro
815 tree fn = TREE_CODE (ovl) != OVERLOAD ? ovl : OVL_FUNCTION (ovl);
855 ovl = OVL_FUNCTION (ovl); in maybe_push()
8025 node = OVL_FUNCTION (node); in ovl_first()
H A Dparser.c28335 decl = OVL_FUNCTION (decl); in cp_parser_lookup_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc68 #define STAT_DECL(N) OVL_FUNCTION (N)
1183 fns = OVL_FUNCTION (fns); in add_fns()
1872 gcc_checking_assert (OVL_FUNCTION (val) == conv_op_marker); in get_class_binding_direct()
1973 gcc_checking_assert (OVL_FUNCTION (*slot) == conv_op_marker); in find_member_slot()
2031 tree name_a = DECL_NAME (TREE_CODE (a) == OVERLOAD ? OVL_FUNCTION (a) : a); in member_name_cmp()
2032 tree name_b = DECL_NAME (TREE_CODE (b) == OVERLOAD ? OVL_FUNCTION (b) : b); in member_name_cmp()
2041 gcc_checking_assert (OVL_FUNCTION (a) == conv_op_marker in member_name_cmp()
2042 && OVL_FUNCTION (b) == conv_op_marker); in member_name_cmp()
2048 a = OVL_FUNCTION (a); in member_name_cmp()
2050 b = OVL_FUNCTION (b); in member_name_cmp()
[all …]
H A Dptree.cc289 print_node (file, "function", OVL_FUNCTION (node), indent + 4); in cxx_print_xnode()
H A Dtree.cc2360 OVL_FUNCTION (result) = fn; in ovl_make()
2441 overload = ovl_insert (OVL_FUNCTION (node), overload); in reveal_node()
2524 fn = OVL_FUNCTION (probe); in lookup_maybe_add()
2536 lookup = lookup_add (OVL_FUNCTION (fns), lookup); in lookup_maybe_add()
5431 WALK_SUBTREE (OVL_FUNCTION (*tp)); in cp_walk_subtrees()
H A Dmodule.cc4340 t = OVL_FUNCTION (t); in operator ()()
12536 tree c_decl = OVL_FUNCTION (current->get_entity ()); in add_dependency()
12666 && OVL_FUNCTION (d->get_entity ()) == decl) in add_binding_entity()
13114 walker.tree_node (OVL_FUNCTION (decl)); in find_dependencies()
13230 a_ent = OVL_FUNCTION (a_ent); in binding_cmp()
13242 b_ent = OVL_FUNCTION (b_ent); in binding_cmp()
13387 a_decl = OVL_FUNCTION (a_decl); in depset_cmp()
13388 b_decl = OVL_FUNCTION (b_decl); in depset_cmp()
14611 bound = OVL_FUNCTION (bound); in write_cluster()
14709 naming_decl = OVL_FUNCTION (naming_decl); in write_cluster()
H A Dcp-tree.h778 #define OVL_FUNCTION(NODE) \ macro
842 tree fn = TREE_CODE (ovl) != OVERLOAD ? ovl : OVL_FUNCTION (ovl);
897 ovl = OVL_FUNCTION (ovl); in maybe_push()
8504 node = OVL_FUNCTION (node); in ovl_first()
H A DChangeLog-20024295 (OVL_FUNCTION): Wrap long line.
H A DChangeLog-19984631 (OVL_FUNCTION, OVL_CHAIN, OVL_CURRENT, OVL_NEXT, OVL_USED):