Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d5667 auto redundant2 = Set( variable
5669 auto trie2 = buildTrie!(bool, uint, 1024, mlo8, lo8)(redundant2.byInterval);
5671 foreach (e; redundant2.byCodepoint)
5675 assert(trie2[i] == (i in redundant2));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d5670 auto redundant2 = Set(
5672 auto trie2 = buildTrie!(bool, uint, 1024, mlo8, lo8)(redundant2.byInterval);
5674 foreach (e; redundant2.byCodepoint)
5678 assert(trie2[i] == (i in redundant2));