Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDsearch.c89 bool repeated_base; /* Whether there are repeated bases in the member
110 if (!data->repeated_base) in dfs_lookup_base()
226 data.repeated_base = CLASSTYPE_REPEATED_BASE_P (t); in lookup_base()
299 bool repeated_base; /* Whether there are repeated bases in the member
326 return data->repeated_base ? dfs_skip_bases : data->offset; in dfs_dcast_hint_pre()
364 data.repeated_base = CLASSTYPE_REPEATED_BASE_P (target); in dcast_base_hint()
HDcp-tree.h1036 unsigned repeated_base : 1; member
1209 (LANG_TYPE_CLASS_CHECK(NODE)->repeated_base)
HDChangeLog-20041857 diamond_shaped and repeated_base flags. Reorder to keep 8-bit blocks.