Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d1142 bool testVar(T, U...)(T orig, size_t pos, U args) in testVar() function
1155 assert(testVar([1, 2, 3, 4], 0, 6, 7u, [6, 7, 1, 2, 3, 4]));
1156 assert(testVar([1L, 2, 3, 4], 2, 8, 9L, [1, 2, 8, 9, 3, 4]));
1157 assert(testVar([1L, 2, 3, 4], 4, 10L, 11, [1, 2, 3, 4, 10, 11]));
1158 assert(testVar([1L, 2, 3, 4], 4, [10, 11], 40L, 42L,
1160 assert(testVar([1L, 2, 3, 4], 4, 10, 11, [40L, 42],
1162 assert(testVar("t".idup, 1, 'e', 's', 't', "test"));
1163 assert(testVar("!!"w.idup, 1, "\u00e9ll\u00f4", 'x', "TTT"w, 'y',
1165 assert(testVar("flipflop"d.idup, 4, '_',
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Darray.d1641 bool testVar(T, U...)(T orig, size_t pos, U args) in testVar() function
1654 assert(testVar([1, 2, 3, 4], 0, 6, 7u, [6, 7, 1, 2, 3, 4]));
1655 assert(testVar([1L, 2, 3, 4], 2, 8, 9L, [1, 2, 8, 9, 3, 4]));
1656 assert(testVar([1L, 2, 3, 4], 4, 10L, 11, [1, 2, 3, 4, 10, 11]));
1657 assert(testVar([1L, 2, 3, 4], 4, [10, 11], 40L, 42L,
1659 assert(testVar([1L, 2, 3, 4], 4, 10, 11, [40L, 42],
1661 assert(testVar("t".idup, 1, 'e', 's', 't', "test"));
1662 assert(testVar("!!"w.idup, 1, "\u00e9ll\u00f4", 'x', "TTT"w, 'y',
1664 assert(testVar("flipflop"d.idup, 4, '_',
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dwrite.d2946 StringAliasThis testVar;