Home
last modified time | relevance | path

Searched refs:attrs_to_cache (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenattrtab.cc3278 static unsigned int attrs_to_cache; variable
3657 else if (i < cached_attr_count && (attrs_to_cache & (1U << i)) != 0) in write_test_expr()
4185 attrs_to_cache |= attrs_seen_more_than_once; in write_attr_set()
4337 attrs_to_cache = 0; in write_attr_case()
H A DChangeLog-201025219 attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
25231 (write_attr_case): Clear attrs_to_cache. Adjust write_attr_set
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenattrtab.c3279 static unsigned int attrs_to_cache; variable
3658 else if (i < cached_attr_count && (attrs_to_cache & (1U << i)) != 0)
4186 attrs_to_cache |= attrs_seen_more_than_once; in write_attr_set()
4338 attrs_to_cache = 0; in write_attr_case()