Searched refs:binaryScope (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | uni.d | 2714 static string binaryScope(R)(R ivals, string indent) in binaryScope() function 2753 deeper, range[idx][0], binaryScope(range[0 .. idx], deeper)); in bisect() 2759 deeper, binaryScope(range[idx+1..$], deeper)); in bisect() 2769 code ~= binaryScope(range, "");
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
H A D | package.d | 2653 static string binaryScope(R)(R ivals, string indent) @safe 2692 deeper, range[idx][0], binaryScope(range[0 .. idx], deeper)); 2698 deeper, binaryScope(range[idx+1..$], deeper)); 2707 code ~= binaryScope(range, "");
|