Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDprint-tree.c89 if (class == tcc_declaration) in print_node_brief()
198 if (indent > 8 && (class == tcc_type || class == tcc_declaration)) in print_node()
235 if (class == tcc_declaration) in print_node()
330 case tcc_declaration: in print_node()
HDtree.def349 DEFTREECODE (FUNCTION_DECL, "function_decl", tcc_declaration, 0)
350 DEFTREECODE (LABEL_DECL, "label_decl", tcc_declaration, 0)
355 DEFTREECODE (FIELD_DECL, "field_decl", tcc_declaration, 0)
356 DEFTREECODE (VAR_DECL, "var_decl", tcc_declaration, 0)
357 DEFTREECODE (CONST_DECL, "const_decl", tcc_declaration, 0)
358 DEFTREECODE (PARM_DECL, "parm_decl", tcc_declaration, 0)
359 DEFTREECODE (TYPE_DECL, "type_decl", tcc_declaration, 0)
360 DEFTREECODE (RESULT_DECL, "result_decl", tcc_declaration, 0)
364 DEFTREECODE (STRUCT_FIELD_TAG, "struct_field_tag", tcc_declaration, 0)
365 DEFTREECODE (NAME_MEMORY_TAG, "name_memory_tag", tcc_declaration, 0)
[all …]
HDLANGUAGES19 DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", tcc_declaration, 0)
HDipa-pure-const.c445 case tcc_declaration: in scan_function()
HDtree.c321 case tcc_declaration: /* A decl node */ in tree_code_size()
456 case tcc_declaration: /* A decl node */ in make_node_stat()
543 case tcc_declaration: in make_node_stat()
631 if (TREE_CODE_CLASS (code) == tcc_declaration) in copy_node_stat()
2110 case tcc_declaration: in tree_node_structure()
2385 case tcc_declaration: in substitute_in_expr()
2518 case tcc_declaration: in substitute_placeholder_in_expr()
2701 case tcc_declaration: in stabilize_reference_1()
4916 if (class == tcc_declaration) in iterative_hash_expr()
HDipa-reference.c528 case tcc_declaration: in scan_for_static_refs()
HDtree-ssa-pre.c1180 case tcc_declaration: in phi_translate()
1632 case tcc_declaration: in valid_in_set()
2888 || TREE_CODE_CLASS (code) == tcc_declaration); in create_value_expr_from()
HDipa-type-escape.c1255 case tcc_declaration: in scan_for_refs()
HDgimplify.c809 || TREE_CODE_CLASS (code) == tcc_declaration in mostly_copy_tree_r()
847 || TREE_CODE_CLASS (code) == tcc_declaration in copy_if_shared_r()
5878 case tcc_declaration: in gimplify_expr()
HDtree.h65 tcc_declaration, /* A declaration (also serving as variable refs). */ enumerator
107 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_declaration)
HDtree-ssa-structalias.c2752 case tcc_declaration: in get_constraint_for()
3508 case tcc_declaration: in find_func_aliases()
HDtree-inline.c2368 else if (TREE_CODE_CLASS (code) == tcc_declaration) in copy_tree_r()
HDtree-pretty-print.c517 if (class == tcc_declaration) in dump_generic_node()
HDfold-const.c2893 case tcc_declaration: in operand_equal_p()
11913 if (TREE_CODE_CLASS (code) == tcc_declaration in fold_checksum_tree()
11941 && TREE_CODE_CLASS (code) != tcc_declaration in fold_checksum_tree()
11991 case tcc_declaration: in fold_checksum_tree()
HDc-typeck.c996 case tcc_declaration: in same_translation_unit_p()
1008 case tcc_declaration: in same_translation_unit_p()
HDexpr.c6163 case tcc_declaration: in safe_from_p()
HDdwarf2out.c11529 case tcc_declaration: in gen_formal_parameter_die()
HDChangeLog-200525952 (valid_in_set): Ditto. Also handle tcc_declaration.
/trueos/contrib/gcc/cp/
HDcp-tree.def119 DEFTREECODE (TEMPLATE_DECL, "template_decl", tcc_declaration, 0)
200 DEFTREECODE (USING_DECL, "using_decl", tcc_declaration, 0)