Searched refs:USING_STMT (Results 1 – 21 of 21) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | dump.c | 412 case USING_STMT:
|
| H A D | cp-tree.def | 208 DEFTREECODE (USING_STMT, "using_directive", 'e', 1)
|
| H A D | semantics.c | 2177 case USING_STMT:
|
| H A D | tree.c | 1041 case USING_STMT:
|
| H A D | decl2.c | 4783 add_stmt (build_stmt (USING_STMT, namespace));
|
| H A D | ChangeLog | 8053 * dump.c (cp_dump_tree, USING_STMT case): New case. 8054 * tree.c (cp_statement_code_p): Add USING_STMT. 8085 * cp-tree.def (USING_STMT): New statement node. 8087 * decl2.c (do_using_directive): Add USING_STMT to statement 8089 * pt.c (tsubst_expr, USING_STMT case): New case. 8090 * semantics.c (cp_expand_stmt, USING_STMT case): New case.
|
| H A D | pt.c | 7667 case USING_STMT:
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | dump.c | 408 case USING_STMT: in cp_dump_tree()
|
| H A D | lex.c | 356 EH_SPEC_BLOCK, USING_STMT, TAG_DEFN, in cxx_init() enumerator
|
| H A D | cp-gimplify.c | 520 case USING_STMT: in cp_gimplify_expr()
|
| H A D | cp-tree.def | 203 DEFTREECODE (USING_STMT, "using_directive", tcc_statement, 1)
|
| H A D | ChangeLog.tree-ssa | 463 (cp_simplify_stmt): Handle USING_STMT.
|
| H A D | ChangeLog-2001 | 2076 * dump.c (cp_dump_tree, USING_STMT case): New case. 2077 * tree.c (cp_statement_code_p): Add USING_STMT. 2108 * cp-tree.def (USING_STMT): New statement node. 2110 * decl2.c (do_using_directive): Add USING_STMT to statement 2112 * pt.c (tsubst_expr, USING_STMT case): New case. 2113 * semantics.c (cp_expand_stmt, USING_STMT case): New case.
|
| H A D | cxx-pretty-print.c | 1537 case USING_STMT: in pp_cxx_statement()
|
| H A D | name-lookup.c | 3341 add_stmt (build_stmt (USING_STMT, namespace)); in do_using_directive()
|
| H A D | pt.c | 8518 case USING_STMT: in tsubst_expr()
|
| H A D | ChangeLog | 5840 * cp-tree.def (USING_STMT): Change class to tcc_statement.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1324 @findex USING_STMT 1652 @item USING_STMT
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1499 @findex USING_STMT 1770 @item USING_STMT
|
| H A D | gccint.info | 5432 `USING_STMT' 34225 * USING_STMT: Function Bodies. (line 6)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.5 | 4825 * c-tree.texi (USING_STMT): Document.
|