Home
last modified time | relevance | path

Searched refs:build_stub_object (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c1623 build_stub_object (tree reftype) in build_stub_object() function
1653 ob = build_stub_object (cp_build_reference_type (type, false)); in locate_fn_flags()
1663 tree arg = build_stub_object (type); in locate_fn_flags()
1669 tree arg = build_stub_object (argtype); in locate_fn_flags()
1779 to = build_stub_object (to); in assignable_expr()
1780 from = build_stub_object (from); in assignable_expr()
1803 tree ob = build_stub_object (to); in constructible_expr()
1805 vec_safe_push (args, build_stub_object (TREE_VALUE (from))); in constructible_expr()
1843 tree stub = build_stub_object (TREE_VALUE (t)); in constructible_expr()
1852 from = build_stub_object (TREE_VALUE (from)); in constructible_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc1901 build_stub_object (tree reftype) in build_stub_object() function
1931 ob = build_stub_object (cp_build_reference_type (type, false)); in locate_fn_flags()
1941 tree arg = build_stub_object (type); in locate_fn_flags()
1947 tree arg = build_stub_object (argtype); in locate_fn_flags()
2057 to = build_stub_object (to); in assignable_expr()
2058 from = build_stub_object (from); in assignable_expr()
2081 tree ob = build_stub_object (to); in constructible_expr()
2083 vec_safe_push (args, build_stub_object (TREE_VALUE (from))); in constructible_expr()
2121 tree stub = build_stub_object (TREE_VALUE (t)); in constructible_expr()
2130 from = build_stub_object (TREE_VALUE (from)); in constructible_expr()
H A DChangeLog-20141040 * method.c (build_stub_object): Add rvalue reference here.
1052 * method.c (build_stub_object): Use CONVERT_EXPR.
H A DChangeLog-20213108 * cp-tree.h (build_stub_object): Declare.
3109 * method.c (build_stub_object): No longer static.
H A Dcp-tree.h7144 extern tree build_stub_object (tree);
H A DChangeLog-20102124 (build_stub_type, build_stub_object, locate_fn_flags): New.
H A Dcall.cc12615 arg = build_stub_object (from); in can_convert()
H A DChangeLog-20182969 do_build_copy_assign, build_stub_object, constructible_expr,