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

/freebsd-11.0-release/contrib/gcc/
H A Dcoverage.c649 tree array_value = NULL_TREE;
668 array_value = tree_cons (NULL_TREE, counters, array_value);
672 array_value = build_constructor_from_list (TREE_TYPE (fields),
673 nreverse (array_value));
674 value = tree_cons (fields, array_value, value);
645 tree array_value = NULL_TREE; local

Completed in 92 milliseconds