Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dclass.c1217 handle_using_decl (tree using_decl, tree t) in handle_using_decl() argument
1219 tree decl = USING_DECL_DECLS (using_decl); in handle_using_decl()
1220 tree name = DECL_NAME (using_decl); in handle_using_decl()
1221 tree access = declared_access (using_decl); in handle_using_decl()
1255 using_decl, t, old_value); in handle_using_decl()
1265 using_decl, t, old_value); in handle_using_decl()
3086 add_method (t, ctor, using_decl != NULL_TREE); in one_inherited_ctor()
3180 tree using_decl = TREE_VALUE (*access_decls); in add_implicitly_declared_members() local
3181 tree decl = USING_DECL_DECLS (using_decl); in add_implicitly_declared_members()
3182 if (DECL_NAME (using_decl) == ctor_identifier) in add_implicitly_declared_members()
[all …]
H A Dname-lookup.c4050 tree using_decl = push_using_decl (scope, name); in validate_nonmember_using_decl() local
4052 if (using_decl == NULL_TREE in validate_nonmember_using_decl()
4058 return using_decl; in validate_nonmember_using_decl()
H A Dcp-tree.def205 DEFTREECODE (USING_DECL, "using_decl", tcc_declaration, 0)
H A Dtypeck.c2355 tree using_decl = NULL_TREE; in build_class_member_access_expr() local
2570 else if ((using_decl = strip_using_decl (member)) != member) in build_class_member_access_expr()
2572 using_decl, in build_class_member_access_expr()
H A Dpt.c27617 tree using_decl = build_lang_decl (USING_DECL, name, NULL_TREE); in test_type_dependent_expression_p() local
27618 TREE_TYPE (using_decl) = integer_type_node; in test_type_dependent_expression_p()
27619 ASSERT_TRUE (type_dependent_expression_p (using_decl)); in test_type_dependent_expression_p()
27620 tree wrapped_using_decl = maybe_wrap_with_location (using_decl, loc); in test_type_dependent_expression_p()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dclass.c951 add_method (tree type, tree method, tree using_decl) in add_method() argument
1096 if (using_decl) in add_method()
1122 if (using_decl && TREE_CODE (overload) == OVERLOAD) in add_method()
1199 handle_using_decl (tree using_decl, tree t) in handle_using_decl() argument
1201 tree decl = USING_DECL_DECLS (using_decl); in handle_using_decl()
1202 tree name = DECL_NAME (using_decl); in handle_using_decl()
1204 = TREE_PRIVATE (using_decl) ? access_private_node in handle_using_decl()
1205 : TREE_PROTECTED (using_decl) ? access_protected_node in handle_using_decl()
1239 error ("%q+D invalid in %q#T", using_decl, t); in handle_using_decl()
1247 error ("%q+D invalid in %q#T", using_decl, t); in handle_using_decl()
[all …]
H A Dcp-tree.def207 DEFTREECODE (USING_DECL, "using_decl", tcc_declaration, 0)
H A Dtypeck.c2123 tree using_decl = NULL_TREE; in build_class_member_access_expr() local
2352 else if ((using_decl = strip_using_decl (member)) != member) in build_class_member_access_expr()
2354 using_decl, in build_class_member_access_expr()