Searched +defs:dg +defs:test (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | json.d | 642 int opApply(scope int delegate(size_t index, ref JSONValue) dg) @system in opApply() 657 int opApply(scope int delegate(string key, ref JSONValue) dg) @system in opApply() 1775 static bool test(const double num0) in test() function
|
H A D | array.d | 809 static void test(L, R)(L l, R r) in test() function 1084 bool test(T, U, V)(T orig, size_t pos, U toInsert, V result, in test() function 1508 void dg() @safe pure { in dg() function 2409 auto test = base.to!(T[]); in CheckOutput() local 2454 bool test(T, U, V)(T orig, size_t from, size_t to, U toReplace, V result, in CheckOutput() function
|
H A D | conv.d | 1097 void dg() in dg() function 2196 string test = "123 \t 76.14"; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | aaA.d | 383 void test(K, V)() in test() function 706 extern (C) int _aaApply(AA aa, const size_t keysz, dg_t dg) in _aaApply() 723 extern (C) int _aaApply2(AA aa, const size_t keysz, dg2_t dg) in _aaApply2()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | array.d | 1260 static test()() @nogc in test() function 1273 static void test(L, R)(L l, R r) in test() function 1584 bool test(T, U, V)(T orig, size_t pos, U toInsert, V result) in test() function 2010 void dg() @safe pure { in dg() function 3039 auto test = base.to!(T[]); in testStringReplaceInPlace() local 3084 bool test(T, U, V)(T orig, size_t from, size_t to, U toReplace, V result) in test() function 3882 static test(bool isPurePostblit)() in test() function
|