/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-tree.def | 33 DEFTREECODE (KEYWORD_DECL, "keyword_decl", tcc_declaration, 0) 34 DEFTREECODE (INSTANCE_METHOD_DECL, "instance_method_decl", tcc_declaration, 0) 35 DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", tcc_declaration, 0) 36 DEFTREECODE (PROPERTY_DECL, "property_decl", tcc_declaration, 0)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-tree.def | 33 DEFTREECODE (KEYWORD_DECL, "keyword_decl", tcc_declaration, 0) 34 DEFTREECODE (INSTANCE_METHOD_DECL, "instance_method_decl", tcc_declaration, 0) 35 DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", tcc_declaration, 0) 36 DEFTREECODE (PROPERTY_DECL, "property_decl", tcc_declaration, 0)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | print-tree.c | 139 if (tclass == tcc_declaration) in print_node_brief() 257 if (indent > 8 && (tclass == tcc_type || tclass == tcc_declaration)) in print_node() 284 if (tclass == tcc_declaration) in print_node() 392 case tcc_declaration: in print_node()
|
H A D | LANGUAGES | 19 DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", tcc_declaration, 0)
|
H A D | gdbhooks.py | 162 tcc_declaration = tree_code_class_dict['tcc_declaration'] variable 240 if intptr(val_tclass) == tcc_declaration:
|
H A D | tree.def | 357 DEFTREECODE (FUNCTION_DECL, "function_decl", tcc_declaration, 0) 358 DEFTREECODE (LABEL_DECL, "label_decl", tcc_declaration, 0) 363 DEFTREECODE (FIELD_DECL, "field_decl", tcc_declaration, 0) 364 DEFTREECODE (VAR_DECL, "var_decl", tcc_declaration, 0) 365 DEFTREECODE (CONST_DECL, "const_decl", tcc_declaration, 0) 366 DEFTREECODE (PARM_DECL, "parm_decl", tcc_declaration, 0) 367 DEFTREECODE (TYPE_DECL, "type_decl", tcc_declaration, 0) 368 DEFTREECODE (RESULT_DECL, "result_decl", tcc_declaration, 0) 372 DEFTREECODE (DEBUG_EXPR_DECL, "debug_expr_decl", tcc_declaration, 0) 379 DEFTREECODE (NAMESPACE_DECL, "namespace_decl", tcc_declaration, 0) [all …]
|
H A D | tree-core.h | 218 tcc_declaration, /* A declaration (also serving as variable refs). */ enumerator
|
H A D | tree-ssa-propagate.c | 461 case tcc_declaration: in valid_gimple_rhs_p()
|
H A D | tree.c | 458 case tcc_declaration: in tree_node_structure_for_code() 811 case tcc_declaration: /* A decl node */ in tree_code_size() 965 case tcc_declaration: /* A decl node */ in get_stats_node_kind() 1059 case tcc_declaration: in make_node() 1201 if (TREE_CODE_CLASS (code) == tcc_declaration) in copy_node() 4052 case tcc_declaration: in find_placeholder_in_expr() 4146 case tcc_declaration: in substitute_in_expr() 4349 case tcc_declaration: in substitute_placeholder_in_expr() 4492 case tcc_declaration: in stabilize_reference_1()
|
H A D | fold-const.c | 3494 case tcc_declaration: in operand_equal_p() 3738 if (tclass == tcc_declaration) in hash_operand() 10081 case tcc_declaration: in tree_expr_nonzero_warnv_p() 13009 if (TREE_CODE_CLASS (code) == tcc_declaration in fold_checksum_tree() 13060 && TREE_CODE_CLASS (code) != tcc_declaration in fold_checksum_tree() 13115 case tcc_declaration: in fold_checksum_tree() 14150 case tcc_declaration: in tree_expr_nonnegative_warnv_p() 14614 case tcc_declaration: in integer_valued_real_p()
|
H A D | stor-layout.c | 115 || TREE_CODE_CLASS (code) == tcc_declaration in copy_self_referential_tree_r()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | print-tree.cc | 139 if (tclass == tcc_declaration) in print_node_brief() 257 if (indent > 8 && (tclass == tcc_type || tclass == tcc_declaration)) in print_node() 284 if (tclass == tcc_declaration) in print_node() 394 case tcc_declaration: in print_node()
|
H A D | LANGUAGES | 19 DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", tcc_declaration, 0)
|
H A D | gdbhooks.py | 162 tcc_declaration = tree_code_class_dict['tcc_declaration'] variable 240 if intptr(val_tclass) == tcc_declaration:
|
H A D | tree.def | 363 DEFTREECODE (FUNCTION_DECL, "function_decl", tcc_declaration, 0) 364 DEFTREECODE (LABEL_DECL, "label_decl", tcc_declaration, 0) 369 DEFTREECODE (FIELD_DECL, "field_decl", tcc_declaration, 0) 370 DEFTREECODE (VAR_DECL, "var_decl", tcc_declaration, 0) 371 DEFTREECODE (CONST_DECL, "const_decl", tcc_declaration, 0) 372 DEFTREECODE (PARM_DECL, "parm_decl", tcc_declaration, 0) 373 DEFTREECODE (TYPE_DECL, "type_decl", tcc_declaration, 0) 374 DEFTREECODE (RESULT_DECL, "result_decl", tcc_declaration, 0) 378 DEFTREECODE (DEBUG_EXPR_DECL, "debug_expr_decl", tcc_declaration, 0) 385 DEFTREECODE (NAMESPACE_DECL, "namespace_decl", tcc_declaration, 0) [all …]
|
H A D | tree-core.h | 229 tcc_declaration, /* A declaration (also serving as variable refs). */ enumerator
|
H A D | tree.cc | 487 case tcc_declaration: in tree_node_structure_for_code() 973 case tcc_declaration: /* A decl node */ in tree_code_size() 1128 case tcc_declaration: /* A decl node */ in get_stats_node_kind() 1222 case tcc_declaration: in make_node() 1364 if (TREE_CODE_CLASS (code) == tcc_declaration) in copy_node() 4287 case tcc_declaration: in find_placeholder_in_expr() 4381 case tcc_declaration: in substitute_in_expr() 4584 case tcc_declaration: in substitute_placeholder_in_expr() 4727 case tcc_declaration: in stabilize_reference_1()
|
H A D | fold-const.cc | 3539 case tcc_declaration: in operand_equal_p() 3798 if (tclass == tcc_declaration) in hash_operand() 10710 case tcc_declaration: in tree_expr_nonzero_warnv_p() 13607 if (TREE_CODE_CLASS (code) == tcc_declaration in fold_checksum_tree() 13658 && TREE_CODE_CLASS (code) != tcc_declaration in fold_checksum_tree() 13713 case tcc_declaration: in fold_checksum_tree() 15105 case tcc_declaration: in tree_expr_nonnegative_warnv_p() 15569 case tcc_declaration: in integer_valued_real_p()
|
H A D | stor-layout.cc | 115 || TREE_CODE_CLASS (code) == tcc_declaration in copy_self_referential_tree_r()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-objcp-common.c | 89 case tcc_declaration: return sizeof (tree_decl_non_common); in cp_tree_size()
|
H A D | cp-tree.def | 124 DEFTREECODE (TEMPLATE_DECL, "template_decl", tcc_declaration, 0) 205 DEFTREECODE (USING_DECL, "using_decl", tcc_declaration, 0) 514 DEFTREECODE (CONCEPT_DECL, "concept_decl", tcc_declaration, 0) 523 DEFTREECODE (WILDCARD_DECL, "wildcard_decl", tcc_declaration, 0)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-tree.def | 124 DEFTREECODE (TEMPLATE_DECL, "template_decl", tcc_declaration, 0) 207 DEFTREECODE (USING_DECL, "using_decl", tcc_declaration, 0) 504 DEFTREECODE (CONCEPT_DECL, "concept_decl", tcc_declaration, 0) 513 DEFTREECODE (WILDCARD_DECL, "wildcard_decl", tcc_declaration, 0)
|
H A D | cp-objcp-common.cc | 92 case tcc_declaration: return sizeof (tree_decl_non_common); in cp_tree_size()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/ |
H A D | ft32.c | 915 case tcc_declaration: in ft32_elf_encode_section_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/ |
H A D | ft32.cc | 915 case tcc_declaration: in ft32_elf_encode_section_info()
|