Lines Matching refs:tree_contains_struct
261 bool tree_contains_struct[MAX_TREE_CODES][64];
550 /* Initialize tree_contains_struct to describe the hierarchy of tree
567 tree_contains_struct[code][ts_code] = 1;
655 gcc_assert (tree_contains_struct[FUNCTION_DECL][TS_DECL_NON_COMMON]);
656 gcc_assert (tree_contains_struct[TYPE_DECL][TS_DECL_NON_COMMON]);
657 gcc_assert (tree_contains_struct[CONST_DECL][TS_DECL_COMMON]);
658 gcc_assert (tree_contains_struct[VAR_DECL][TS_DECL_COMMON]);
659 gcc_assert (tree_contains_struct[PARM_DECL][TS_DECL_COMMON]);
660 gcc_assert (tree_contains_struct[RESULT_DECL][TS_DECL_COMMON]);
661 gcc_assert (tree_contains_struct[FUNCTION_DECL][TS_DECL_COMMON]);
662 gcc_assert (tree_contains_struct[TYPE_DECL][TS_DECL_COMMON]);
663 gcc_assert (tree_contains_struct[TRANSLATION_UNIT_DECL][TS_DECL_COMMON]);
664 gcc_assert (tree_contains_struct[LABEL_DECL][TS_DECL_COMMON]);
665 gcc_assert (tree_contains_struct[FIELD_DECL][TS_DECL_COMMON]);
666 gcc_assert (tree_contains_struct[VAR_DECL][TS_DECL_WRTL]);
667 gcc_assert (tree_contains_struct[PARM_DECL][TS_DECL_WRTL]);
668 gcc_assert (tree_contains_struct[RESULT_DECL][TS_DECL_WRTL]);
669 gcc_assert (tree_contains_struct[FUNCTION_DECL][TS_DECL_WRTL]);
670 gcc_assert (tree_contains_struct[LABEL_DECL][TS_DECL_WRTL]);
671 gcc_assert (tree_contains_struct[CONST_DECL][TS_DECL_MINIMAL]);
672 gcc_assert (tree_contains_struct[VAR_DECL][TS_DECL_MINIMAL]);
673 gcc_assert (tree_contains_struct[PARM_DECL][TS_DECL_MINIMAL]);
674 gcc_assert (tree_contains_struct[RESULT_DECL][TS_DECL_MINIMAL]);
675 gcc_assert (tree_contains_struct[FUNCTION_DECL][TS_DECL_MINIMAL]);
676 gcc_assert (tree_contains_struct[TYPE_DECL][TS_DECL_MINIMAL]);
677 gcc_assert (tree_contains_struct[TRANSLATION_UNIT_DECL][TS_DECL_MINIMAL]);
678 gcc_assert (tree_contains_struct[LABEL_DECL][TS_DECL_MINIMAL]);
679 gcc_assert (tree_contains_struct[FIELD_DECL][TS_DECL_MINIMAL]);
680 gcc_assert (tree_contains_struct[VAR_DECL][TS_DECL_WITH_VIS]);
681 gcc_assert (tree_contains_struct[FUNCTION_DECL][TS_DECL_WITH_VIS]);
682 gcc_assert (tree_contains_struct[TYPE_DECL][TS_DECL_WITH_VIS]);
683 gcc_assert (tree_contains_struct[VAR_DECL][TS_VAR_DECL]);
684 gcc_assert (tree_contains_struct[FIELD_DECL][TS_FIELD_DECL]);
685 gcc_assert (tree_contains_struct[PARM_DECL][TS_PARM_DECL]);
686 gcc_assert (tree_contains_struct[LABEL_DECL][TS_LABEL_DECL]);
687 gcc_assert (tree_contains_struct[RESULT_DECL][TS_RESULT_DECL]);
688 gcc_assert (tree_contains_struct[CONST_DECL][TS_CONST_DECL]);
689 gcc_assert (tree_contains_struct[TYPE_DECL][TS_TYPE_DECL]);
690 gcc_assert (tree_contains_struct[FUNCTION_DECL][TS_FUNCTION_DECL]);
691 gcc_assert (tree_contains_struct[IMPORTED_DECL][TS_DECL_MINIMAL]);
692 gcc_assert (tree_contains_struct[IMPORTED_DECL][TS_DECL_COMMON]);
693 gcc_assert (tree_contains_struct[NAMELIST_DECL][TS_DECL_MINIMAL]);
694 gcc_assert (tree_contains_struct[NAMELIST_DECL][TS_DECL_COMMON]);
724 /* Initialize the tree_contains_struct array. */