Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-tree.def107 DEFTREECODE (BASELINK, "baselink", tcc_exceptional, 0)
159 DEFTREECODE (TEMPLATE_PARM_INDEX, "template_parm_index", tcc_exceptional, 0)
216 DEFTREECODE (DEFERRED_PARSE, "deferred_parse", tcc_exceptional, 0)
224 DEFTREECODE (DEFERRED_NOEXCEPT, "deferred_noexcept", tcc_exceptional, 0)
234 DEFTREECODE (OVERLOAD, "overload", tcc_exceptional, 0)
237 DEFTREECODE (BINDING_VECTOR, "binding_vector", tcc_exceptional, 0)
352 DEFTREECODE (STATIC_ASSERT, "static_assert", tcc_exceptional, 0)
422 DEFTREECODE (ARGUMENT_PACK_SELECT, "argument_pack_select", tcc_exceptional, 0)
450 DEFTREECODE (TRAIT_EXPR, "trait_expr", tcc_exceptional, 0)
460 DEFTREECODE (LAMBDA_EXPR, "lambda_expr", tcc_exceptional, 0)
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.def28 define language-specific tcc_exceptional or tcc_constant codes must
41 DEFTREECODE (ERROR_MARK, "error_mark", tcc_exceptional, 0)
47 DEFTREECODE (IDENTIFIER_NODE, "identifier_node", tcc_exceptional, 0)
54 DEFTREECODE (TREE_LIST, "tree_list", tcc_exceptional, 0)
57 DEFTREECODE (TREE_VEC, "tree_vec", tcc_exceptional, 0)
75 DEFTREECODE (BLOCK, "block", tcc_exceptional, 0)
497 DEFTREECODE (CONSTRUCTOR, "constructor", tcc_exceptional, 0)
683 DEFTREECODE (PLACEHOLDER_EXPR, "placeholder_expr", tcc_exceptional, 0)
1001 DEFTREECODE (SSA_NAME, "ssa_name", tcc_exceptional, 0)
1026 DEFTREECODE (STATEMENT_LIST, "statement_list", tcc_exceptional, 0)
[all …]
Dtree-core.h225 tcc_exceptional, /* An exceptional code (fits no category). */ enumerator
Dprint-tree.cc790 case tcc_exceptional: in print_node()
Dtree.cc78 #define END_OF_BASE_TREE_CODES tcc_exceptional,
1047 case tcc_exceptional: /* something random, like an identifier. */ in tree_code_size()
1143 case tcc_exceptional: /* something random, like an identifier. */ in get_stats_node_kind()
1285 case tcc_exceptional: in make_node()
4076 case tcc_exceptional: in contains_placeholder_p()
4304 case tcc_exceptional: in find_placeholder_in_expr()
4393 case tcc_exceptional: in substitute_in_expr()
4587 case tcc_exceptional: in substitute_placeholder_in_expr()
4720 case tcc_exceptional: in stabilize_reference_1()
Dcfgexpand.cc4521 case tcc_exceptional: in expand_debug_expr()
Dtree.h136 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_exceptional)
Dtree-ssa-structalias.cc3612 case tcc_exceptional: in get_constraint_for_1()
Dfold-const.cc3562 case tcc_exceptional: in operand_equal_p()
13685 case tcc_exceptional: in fold_checksum_tree()
Dgimple-fold.cc436 case tcc_exceptional: in valid_gimple_rhs_p()
Dexpr.cc8064 case tcc_exceptional: in safe_from_p()
DChangeLog-200511146 * tree.def (CONSTRUCTOR): Make it a tcc_exceptional node.