Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d6079 @safe private static bool findSetName(alias table, C)(in C[] name) in findSetName() function
6100 static if (findSetName!table(name)) in SetSearcher()
6267 || findSetName!(uniProps.tab)(name) || findSetName!(scripts.tab)(name) in findAny()
6268 || (ucmp(name[0 .. 2],"In") == 0 && findSetName!(blocks.tab)(name[2..$])); in findAny()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d6086 @safe private static bool findSetName(alias table, C)(const scope C[] name)
6107 static if (findSetName!table(name))
6922 || findSetName!(uniProps.tab)(name) || findSetName!(scripts.tab)(name)
6923 || (ucmp(name[0 .. 2],"In") == 0 && findSetName!(blocks.tab)(name[2..$]));