Home
last modified time | relevance | path

Searched refs:ivals (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d2686 static string linearScope(R)(R ivals, string indent) in linearScope()
2690 foreach (ival; ivals) in linearScope()
2714 static string binaryScope(R)(R ivals, string indent) in binaryScope()
2717 if (ivals.length < maxBinary) in binaryScope()
2718 return linearScope(ivals, indent); in binaryScope()
2720 return bisect(ivals, ivals.length/2, indent); in binaryScope()
2725 static string switchScope(R)(R ivals, string indent) in switchScope()
2729 foreach (ival; ivals) in switchScope()
2891 auto ivals = Intervals!(typeof(data[]))(data[]); in sanitize() local
2893 sort!((a,b) => a.a < b.a, SwapStrategy.stable)(ivals); in sanitize()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d2625 static string linearScope(R)(R ivals, string indent)
2629 foreach (ival; ivals)
2653 static string binaryScope(R)(R ivals, string indent) @safe
2656 if (ivals.length < maxBinary)
2657 return linearScope(ivals, indent);
2659 return bisect(ivals, ivals.length/2, indent);
2664 static string switchScope(R)(R ivals, string indent)
2668 foreach (ival; ivals)
2883 auto ivals = Intervals!(typeof(data[]))(data[]);
2886 sort!((a,b) => a.a < b.a, SwapStrategy.stable)(ivals);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d245 const ivals = set.byInterval; in charsetToIr() local
249 if (ivals.length*2 > maxCharsetUsed) in charsetToIr()
255 if (ivals.length*2 > maxCharsetUsed) in charsetToIr()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d326 const ivals = set.byInterval; in charsetToIr() local
330 if (ivals.length*2 > maxCharsetUsed) in charsetToIr()
336 if (ivals.length*2 > maxCharsetUsed) in charsetToIr()