Home
last modified time | relevance | path

Searched refs:USING_DECL (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/gnu/gcc/gcc/cp/
H A Dcp-lang.c118 tree_contains_struct[USING_DECL][TS_DECL_NON_COMMON] = 1; in cp_init_ts()
122 tree_contains_struct[USING_DECL][TS_DECL_WITH_VIS] = 1; in cp_init_ts()
126 tree_contains_struct[USING_DECL][TS_DECL_WRTL] = 1; in cp_init_ts()
130 tree_contains_struct[USING_DECL][TS_DECL_COMMON] = 1; in cp_init_ts()
134 tree_contains_struct[USING_DECL][TS_DECL_MINIMAL] = 1; in cp_init_ts()
H A Dname-lookup.c1830 decl = build_lang_decl (USING_DECL, name, NULL_TREE); in push_using_decl()
2711 else if (TREE_CODE (x) == USING_DECL && TREE_CODE (bval) == USING_DECL) in push_class_level_binding()
2713 else if (TREE_CODE (x) == USING_DECL && is_overloaded_fn (bval)) in push_class_level_binding()
2715 else if (TREE_CODE (bval) == USING_DECL && is_overloaded_fn (x)) in push_class_level_binding()
2854 value = build_lang_decl (USING_DECL, name, NULL_TREE); in do_class_using_decl()
H A Dcxx-pretty-print.c159 case USING_DECL: in pp_cxx_unqualified_id()
1545 case USING_DECL: in pp_cxx_statement()
H A Dcp-tree.def200 DEFTREECODE (USING_DECL, "using_decl", tcc_declaration, 0)
H A DChangeLog-20031090 USING_DECL.
2338 * cp-tree.def (USING_DECL): Document its type.
2343 * pt.c (tsubst_decl) <USING_DECL case>: Set type.
2344 (tsubst): Remove USING_DECL checks.
2345 (type_dependent_expression_p): Remove USING_DECL case.
2346 * semantics.c (finish_member_declaration): A USING_DECL's type
2481 (push_class_level_binding): Likewise. Allow a USING_DECL to be
2487 * pt.c (tsubst): A USING_DECL will have unknown type.
2489 (type_dependent_expression_p): A USING_DECL will make it
3639 USING_DECL, instead of print_tree_identifier.
H A Dsearch.c464 if (TREE_CODE (field) == USING_DECL) in lookup_field_1()
H A Derror.c882 case USING_DECL: in dump_decl()
H A Dpt.c6840 case USING_DECL: in tsubst_decl()
8530 else if (TREE_CODE (decl) == USING_DECL) in tsubst_expr()
8884 case USING_DECL: in tsubst_copy_and_build()
12987 || TREE_CODE (expression) == USING_DECL) in type_dependent_expression_p()
H A Dsemantics.c2267 else if ((TREE_CODE (decl) == USING_DECL && !DECL_DEPENDENT_P (decl)) in finish_member_declaration()
H A DChangeLog832 * pt.c (type_dependent_expression_p): A USING_DECL is dependent.
4495 * error.c (dump_decl): <USING_DECL case> Use USING_DECL_SCOPE.
5337 * cp-tree.def (USING_DECL): Update documentation.
5344 * cxx-pretty-print.c (pp_cxx_statement) <USING_DECL case>: Adjust.
5346 * pt.c (tsubst_decl) <USING_DECL case>: Use do_class_using_decl
H A Dcp-tree.h1495 || TREE_CODE (NODE) == USING_DECL))
H A Dclass.c2842 if (TREE_CODE (x) == USING_DECL) in check_field_decls()
/openbsd/gnu/gcc/gcc/objcp/
H A Dobjcp-lang.c168 tree_contains_struct[USING_DECL][TS_DECL_NON_COMMON] = 1; in objcxx_init_ts()
172 tree_contains_struct[USING_DECL][TS_DECL_WITH_VIS] = 1; in objcxx_init_ts()
176 tree_contains_struct[USING_DECL][TS_DECL_WRTL] = 1; in objcxx_init_ts()
180 tree_contains_struct[USING_DECL][TS_DECL_COMMON] = 1; in objcxx_init_ts()
184 tree_contains_struct[USING_DECL][TS_DECL_MINIMAL] = 1; in objcxx_init_ts()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c230 USING_DECL, enumerator
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsearch.c533 if (TREE_CODE (field) == USING_DECL) in lookup_field_1()
2708 && TREE_CODE (fields) != USING_DECL
H A Dcp-tree.def205 DEFTREECODE (USING_DECL, "using_decl", 'd', 0)
H A Dlex.c1220 || TREE_CODE (id) == USING_DECL))
H A Dsemantics.c1857 else if (TREE_CODE (decl) == USING_DECL || pushdecl_class_level (decl))
H A Derror.c1008 case USING_DECL:
H A Dclass.c1066 else if (TREE_CODE (field) == USING_DECL)
3214 if (TREE_CODE (x) == USING_DECL) in check_field_decls()
H A Ddecl2.c4771 value = build_lang_decl (USING_DECL, name, void_type_node);
H A Dpt.c6330 case USING_DECL:
7682 else if (TREE_CODE (decl) == USING_DECL)
H A Dcp-tree.h1765 || TREE_CODE (NODE) == USING_DECL))
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi840 @tindex USING_DECL
990 @item USING_DECL
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi837 @tindex USING_DECL
1004 @item USING_DECL

12