Searched defs:funThreeArgs (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | functional.d | 813 static int funThreeArgs(int a, int b, int c) { return a + b + c; } in funThreeArgs() function 875 static auto funThreeArgs(A, B, C)(A a, B b, C c) { return a + b + c; } in funThreeArgs() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | functional.d | 723 static int funThreeArgs(int a, int b, int c) { return a + b + c; } in funThreeArgs() function 780 static auto funThreeArgs(A, B, C)(A a, B b, C c) { return a + b + c; } in funThreeArgs() function
|