Searched refs:ctr_info_value (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;
896 ctr_info_value = tree_cons (NULL_TREE,
898 ctr_info_value);
900 ctr_info_value = build_constructor_from_list (ctr_info_ary_type,
901 nreverse (ctr_info_value));
906 value = tree_cons (field, ctr_info_value, value);
782 tree ctr_info_type, ctr_info_ary_type, ctr_info_value = NULL_TREE; local

Completed in 78 milliseconds