Home
last modified time | relevance | path

Searched refs:ElementType2 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfunctional.d196 auto binaryFun(ElementType1, ElementType2) in binaryFun() argument
197 (auto ref ElementType1 __a, auto ref ElementType2 __b) in binaryFun()
424 private bool unsafeOp(ElementType1, ElementType2)(ElementType1 a, ElementType2 b) pure
425 if (isIntegral!ElementType1 && isIntegral!ElementType2)
428 alias T = CommonType!(ElementType1, ElementType2);
589 auto binaryReverseArgs(ElementType1, ElementType2) in binaryReverseArgs()
590 (auto ref ElementType1 a, auto ref ElementType2 b) in binaryReverseArgs()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfunctional.d216 auto binaryFun(ElementType1, ElementType2) in binaryFun() argument
217 (auto ref ElementType1 __a, auto ref ElementType2 __b) in binaryFun()
444 private bool unsafeOp(ElementType1, ElementType2)(ElementType1 a, ElementType2 b) pure
445 if (isIntegral!ElementType1 && isIntegral!ElementType2)
448 alias T = CommonType!(ElementType1, ElementType2);