Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddump.cc264 case USING_STMT: in cp_dump_tree()
Dcp-objcp-common.cc531 MARK_TS_EXP (USING_STMT); in cp_common_init_ts()
Dlex.cc304 EH_SPEC_BLOCK, USING_STMT, TAG_DEFN, in cxx_init() enumerator
DChangeLog.tree-ssa463 (cp_simplify_stmt): Handle USING_STMT.
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.
Dcp-gimplify.cc615 case USING_STMT: in cp_gimplify_expr()
1433 case USING_STMT: in cp_genericize_r()
Dcp-tree.def210 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
Dconstexpr.cc488 case USING_STMT: in check_constexpr_ctor_body_1()
726 case USING_STMT: in constexpr_fn_retval()
7571 case USING_STMT: in cxx_eval_constant_expression()
8635 case USING_STMT: in potential_constant_expression_1()
Dcxx-pretty-print.cc1990 case USING_STMT: in statement()
DChangeLog-2014513 MODIFY_EXPR, STATEMENT_LIST, BIND_EXPR, USING_STMT,
523 CONTINUE_STMT, USING_STMT, IF_STMT, DO_STMT, FOR_STMT, WHILE_STMT,
888 USING_STMT in the main conditional.
Dname-lookup.cc8561 add_stmt (build_stmt (input_location, USING_STMT, target)); in finish_using_directive()
9013 add_stmt (build_stmt (input_location, USING_STMT, fn)); in cp_emit_debug_info_for_using()
DChangeLog611 * cp-gimplify.cc (cp_genericize_r) <case USING_STMT>: Set
613 of USING_STMT or input_location.
DChangeLog-2008446 * cp-gimplify.c (cp_gimplify_expr): For each USING_STMT
DChangeLog-20052325 * cp-tree.def (USING_STMT): Change class to tcc_statement.
DChangeLog-20184701 * constexpr.c (cxx_eval_constant_expression): Handle USING_STMT.
Dpt.cc18638 case USING_STMT: in tsubst_expr()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgeneric.texi3354 @findex USING_STMT
3553 @item USING_STMT
Dgccint.info13057 'USING_STMT'
58039 * USING_STMT: Statements for C and C++.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog.tuples5538 USING_STMT to tuples.
DChangeLog-200124032 * c-tree.texi (USING_STMT): Document.