Home
last modified time | relevance | path

Searched refs:USING_STMT (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddump.c412 case USING_STMT:
H A Dcp-tree.def208 DEFTREECODE (USING_STMT, "using_directive", 'e', 1)
H A Dsemantics.c2177 case USING_STMT:
H A Dtree.c1041 case USING_STMT:
H A Ddecl2.c4783 add_stmt (build_stmt (USING_STMT, namespace));
H A DChangeLog8053 * 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 Dpt.c7667 case USING_STMT:
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddump.c408 case USING_STMT: in cp_dump_tree()
H A Dlex.c356 EH_SPEC_BLOCK, USING_STMT, TAG_DEFN, in cxx_init() enumerator
H A Dcp-gimplify.c520 case USING_STMT: in cp_gimplify_expr()
H A Dcp-tree.def203 DEFTREECODE (USING_STMT, "using_directive", tcc_statement, 1)
H A DChangeLog.tree-ssa463 (cp_simplify_stmt): Handle USING_STMT.
H A DChangeLog-20012076 * 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 Dcxx-pretty-print.c1537 case USING_STMT: in pp_cxx_statement()
H A Dname-lookup.c3341 add_stmt (build_stmt (USING_STMT, namespace)); in do_using_directive()
H A Dpt.c8518 case USING_STMT: in tsubst_expr()
H A DChangeLog5840 * cp-tree.def (USING_STMT): Change class to tcc_statement.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1324 @findex USING_STMT
1652 @item USING_STMT
/openbsd-src/gnu/gcc/gcc/doc/
H A Dc-tree.texi1499 @findex USING_STMT
1770 @item USING_STMT
H A Dgccint.info5432 `USING_STMT'
34225 * USING_STMT: Function Bodies. (line 6)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.54825 * c-tree.texi (USING_STMT): Document.