Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDdump.c408 case USING_STMT: in cp_dump_tree()
HDlex.c356 EH_SPEC_BLOCK, USING_STMT, TAG_DEFN, in cxx_init() enumerator
HDcp-gimplify.c559 case USING_STMT: in cp_gimplify_expr()
HDcp-tree.def203 DEFTREECODE (USING_STMT, "using_directive", tcc_statement, 1)
HDChangeLog.tree-ssa463 (cp_simplify_stmt): Handle USING_STMT.
HDChangeLog-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.
HDcxx-pretty-print.c1541 case USING_STMT: in pp_cxx_statement()
HDname-lookup.c3370 add_stmt (build_stmt (USING_STMT, namespace)); in do_using_directive()
HDpt.c8532 case USING_STMT: in tsubst_expr()
HDChangeLog5909 * cp-tree.def (USING_STMT): Change class to tcc_statement.
/trueos/contrib/gcc/doc/
HDc-tree.texi1499 @findex USING_STMT
1770 @item USING_STMT
/trueos/contrib/gcc/
HDChangeLog-200124032 * c-tree.texi (USING_STMT): Document.