Home
last modified time | relevance | path

Searched defs:funThreeArgs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfunctional.d813 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 Dfunctional.d723 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