Home
last modified time | relevance | path

Searched defs:arr2 (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dequality.d120 auto arr2 = [A(0), A(1)]; variable
141 auto arr2 = [A(1, 0), A(0, 1)]; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dutil.d78 auto arr2 = make!(Array!dchar)("hello"d); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dutil.d78 auto arr2 = make!(Array!dchar)("hello"d); variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d1435 auto arr2 = makeArray!NoCopy(Mallocator.instance, NoCopyRange()); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Darray.d1029 auto arr2 = new int[42]; variable
2386 auto arr2 = "Здравствуй Мир Unicode".to!(T); variable
2405 auto arr2 = "Здравствуй\u047CМир\u047CUnicode".to!(T); variable
H A Dnumeric.d3844 auto arr2 = [C(1,2), C(3,4), C(5,6), C(7,8), C(9,10), variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dcomparison.d2034 static immutable arr2 = [3, 2, 1]; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d4427 auto arr2 = t[1]; variable
4775 auto arr2 = [6,7,8,9,10]; variable
4777 foreach (ref a, b; lockstep(arr1, arr2)) in foreach() argument
4785 foreach (index, a, b; lockstep(arr1, arr2)) in foreach() argument
4795 auto arr2 = [4, 5, 6, 7]; variable
4846 auto arr2 = [6,7,8,9,10]; variable
4848 foreach (ref a, ref b; lockstep(arr1, arr2)) in foreach() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d2074 auto arr2 = makeArray!NoCopy(Mallocator.instance, NoCopyRange()); variable
2101 auto arr2 = arr; in test() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d1881 auto arr2 = "Здравствуй Мир Unicode".to!(T); variable
1900 auto arr2 = "Здравствуй\u047CМир\u047CUnicode".to!(T); variable
H A Dnumeric.d3279 auto arr2 = [C(1,2), C(3,4), C(5,6), C(7,8), C(9,10), variable
H A Duni.d3479 U24A arr2 = arr; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dcomparison.d2373 static immutable arr2 = [3, 2, 1]; variable
H A Dsearching.d4129 auto arr2 = InRange([7, 3, 8, 2, 1, 4]); variable
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib_private.h217 UInt32* arr2; member
/netbsd-src/external/bsd/bzip2/dist/
H A Dbzlib_private.h213 UInt32* arr2; member