Home
last modified time | relevance | path

Searched refs:tcc_declaration (Results 1 – 25 of 69) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-tree.def33 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 Dobjc-tree.def33 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 Dprint-tree.c139 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 DLANGUAGES19 DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", tcc_declaration, 0)
H A Dgdbhooks.py162 tcc_declaration = tree_code_class_dict['tcc_declaration'] variable
240 if intptr(val_tclass) == tcc_declaration:
H A Dtree.def357 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 Dtree-core.h218 tcc_declaration, /* A declaration (also serving as variable refs). */ enumerator
H A Dtree-ssa-propagate.c461 case tcc_declaration: in valid_gimple_rhs_p()
H A Dtree.c458 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 Dfold-const.c3494 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 Dstor-layout.c115 || TREE_CODE_CLASS (code) == tcc_declaration in copy_self_referential_tree_r()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprint-tree.cc139 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 DLANGUAGES19 DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", tcc_declaration, 0)
H A Dgdbhooks.py162 tcc_declaration = tree_code_class_dict['tcc_declaration'] variable
240 if intptr(val_tclass) == tcc_declaration:
H A Dtree.def363 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 Dtree-core.h229 tcc_declaration, /* A declaration (also serving as variable refs). */ enumerator
H A Dtree.cc487 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 Dfold-const.cc3539 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 Dstor-layout.cc115 || TREE_CODE_CLASS (code) == tcc_declaration in copy_self_referential_tree_r()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-objcp-common.c89 case tcc_declaration: return sizeof (tree_decl_non_common); in cp_tree_size()
H A Dcp-tree.def124 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 Dcp-tree.def124 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 Dcp-objcp-common.cc92 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 Dft32.c915 case tcc_declaration: in ft32_elf_encode_section_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/
H A Dft32.cc915 case tcc_declaration: in ft32_elf_encode_section_info()

123