/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-tree.def | 107 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.old/dist/gcc/cp/ |
H A D | cp-tree.def | 107 DEFTREECODE (BASELINK, "baselink", tcc_exceptional, 0) 159 DEFTREECODE (TEMPLATE_PARM_INDEX, "template_parm_index", tcc_exceptional, 0) 214 DEFTREECODE (DEFERRED_PARSE, "deferred_parse", tcc_exceptional, 0) 222 DEFTREECODE (DEFERRED_NOEXCEPT, "deferred_noexcept", tcc_exceptional, 0) 232 DEFTREECODE (OVERLOAD, "overload", tcc_exceptional, 0) 370 DEFTREECODE (STATIC_ASSERT, "static_assert", tcc_exceptional, 0) 440 DEFTREECODE (ARGUMENT_PACK_SELECT, "argument_pack_select", tcc_exceptional, 0) 465 DEFTREECODE (TRAIT_EXPR, "trait_expr", tcc_exceptional, 0) 475 DEFTREECODE (LAMBDA_EXPR, "lambda_expr", tcc_exceptional, 0) 502 DEFTREECODE (TEMPLATE_INFO, "template_info", tcc_exceptional, 0) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-tree.def | 29 DEFTREECODE (FUNCFRAME_INFO, "funcframe_info", tcc_exceptional, 0)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-tree.def | 29 DEFTREECODE (FUNCFRAME_INFO, "funcframe_info", tcc_exceptional, 0)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.def | 28 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) 487 DEFTREECODE (CONSTRUCTOR, "constructor", tcc_exceptional, 0) 673 DEFTREECODE (PLACEHOLDER_EXPR, "placeholder_expr", tcc_exceptional, 0) 989 DEFTREECODE (SSA_NAME, "ssa_name", tcc_exceptional, 0) 1014 DEFTREECODE (STATEMENT_LIST, "statement_list", tcc_exceptional, 0) [all …]
|
H A D | tree-core.h | 214 tcc_exceptional, /* An exceptional code (fits no category). */ enumerator
|
H A D | tree-ssa-propagate.c | 533 case tcc_exceptional: in valid_gimple_rhs_p()
|
H A D | print-tree.c | 780 case tcc_exceptional: in print_node()
|
H A D | tree.c | 75 #define END_OF_BASE_TREE_CODES tcc_exceptional, 884 case tcc_exceptional: /* something random, like an identifier. */ in tree_code_size() 980 case tcc_exceptional: /* something random, like an identifier. */ in get_stats_node_kind() 1122 case tcc_exceptional: in make_node() 3842 case tcc_exceptional: in contains_placeholder_p() 4069 case tcc_exceptional: in find_placeholder_in_expr() 4158 case tcc_exceptional: in substitute_in_expr() 4352 case tcc_exceptional: in substitute_placeholder_in_expr() 4485 case tcc_exceptional: in stabilize_reference_1()
|
H A D | cfgexpand.c | 4345 case tcc_exceptional: in expand_debug_expr()
|
H A D | tree.h | 135 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_exceptional)
|
H A D | tree-ssa-structalias.c | 3605 case tcc_exceptional: in get_constraint_for_1()
|
H A D | fold-const.c | 3502 case tcc_exceptional: in operand_equal_p() 13087 case tcc_exceptional: in fold_checksum_tree()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.def | 28 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 …]
|
H A D | tree-core.h | 225 tcc_exceptional, /* An exceptional code (fits no category). */ enumerator
|
H A D | print-tree.cc | 790 case tcc_exceptional: in print_node()
|
H A D | tree.cc | 78 #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()
|
H A D | tree.h | 136 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_exceptional)
|
H A D | cfgexpand.cc | 4521 case tcc_exceptional: in expand_debug_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.def | 52 DEFTREECODE (USERDEF_LITERAL, "userdef_literal", tcc_exceptional, 3)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.def | 52 DEFTREECODE (USERDEF_LITERAL, "userdef_literal", tcc_exceptional, 3)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/ |
H A D | ft32.c | 926 case tcc_exceptional: in ft32_elf_encode_section_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/ |
H A D | ft32.cc | 926 case tcc_exceptional: in ft32_elf_encode_section_info()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 1348 case tcc_exceptional: in same_translation_unit_p() 1360 case tcc_exceptional: in same_translation_unit_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 1362 case tcc_exceptional: in same_translation_unit_p() 1374 case tcc_exceptional: in same_translation_unit_p()
|