Searched refs:ctr_info_ary_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dcoverage.c786 tree ctr_info_type, ctr_info_ary_type, ctr_info_value = NULL_TREE;
891 ctr_info_ary_type = build_index_type (build_int_cst (NULL_TREE,
893 ctr_info_ary_type = build_array_type (ctr_info_type, ctr_info_ary_type);
900 ctr_info_value = build_constructor_from_list (ctr_info_ary_type,
903 field = build_decl (FIELD_DECL, NULL_TREE, ctr_info_ary_type);
782 tree ctr_info_type, ctr_info_ary_type, ctr_info_value = NULL_TREE; local

Completed in 57 milliseconds