Searched refs:build_stub_object (Results 1 – 8 of 8) sorted by relevance
1623 build_stub_object (tree reftype) in build_stub_object() function1653 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()
1901 build_stub_object (tree reftype) in build_stub_object() function1931 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()
1040 * method.c (build_stub_object): Add rvalue reference here.1052 * method.c (build_stub_object): Use CONVERT_EXPR.
3108 * cp-tree.h (build_stub_object): Declare.3109 * method.c (build_stub_object): No longer static.
7144 extern tree build_stub_object (tree);
2124 (build_stub_type, build_stub_object, locate_fn_flags): New.
12615 arg = build_stub_object (from); in can_convert()
2969 do_build_copy_assign, build_stub_object, constructible_expr,