Home
last modified time | relevance | path

Searched refs:this_node_count (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc6929 HOST_WIDE_INT this_node_count; in store_constructor() local
6946 this_node_count = (tree_to_uhwi (hi_index) in store_constructor()
6950 this_node_count = 1; in store_constructor()
6952 count += this_node_count; in store_constructor()
6954 zero_count += this_node_count; in store_constructor()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c6581 HOST_WIDE_INT this_node_count; in store_constructor() local
6598 this_node_count = (tree_to_uhwi (hi_index) in store_constructor()
6602 this_node_count = 1; in store_constructor()
6604 count += this_node_count; in store_constructor()
6606 zero_count += this_node_count; in store_constructor()