/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | functional.d | 166 static bool opCall(int n) { return true; } in opCall() function 179 bool opCall(int n) { return true; } in opCall() function 259 static bool opCall(int x, int y) { return true; } in opCall() function 266 bool opCall(int x, int y) { return true; } in opCall() function 846 static string opCall(string a, string b) { return a ~ b; } in opCall() function 847 int opCall(int a, int b) { return a * b; } in opCall() function 848 double opCall(double a, double b) { return a + b; } in opCall() function 857 auto opCall(A, B)(A a, B b) in opCall() function
|
H A D | traits.d | 476 struct Foo{void opCall(int){}} in opCall() function 540 struct Foo{void opCall(int){}} in opCall() function 1009 int opCall (int i) { return 1;} in opCall() function 1024 int opCall (int i) { return 1;} in opCall() function 1076 struct S { real opCall(real r, int i) { return 0.0; } } in opCall() function
|
H A D | concurrency.d | 649 auto callable1 = new class{ void opCall(int) shared {} }; in opCall() function 651 auto callable3 = new class{ void opCall(int) immutable {} }; in opCall() function 653 auto callable5 = new class{ void opCall(int) {} }; in opCall() function
|
H A D | numeric.d | 161 static typeof(get) opCall(F value) in opCall() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | functional.d | 153 static bool opCall(int n) { return true; } in opCall() function 166 bool opCall(int n) { return true; } in opCall() function 239 static bool opCall(int x, int y) { return true; } in opCall() function 246 bool opCall(int x, int y) { return true; } in opCall() function 756 static string opCall(string a, string b) { return a ~ b; } in opCall() function 757 int opCall(int a, int b) { return a * b; } in opCall() function 758 double opCall(double a, double b) { return a + b; } in opCall() function 767 auto opCall(A, B)(A a, B b) in opCall() function
|
H A D | traits.d | 916 int opCall (int i) { return 1;} in opCall() function 931 int opCall (int i) { return 1;} in opCall() function 983 struct S { real opCall(real r, int i) { return 0.0; } } in opCall() function
|
H A D | concurrency.d | 543 auto callable1 = new class{ void opCall(int) shared {} }; in opCall() function 545 auto callable3 = new class{ void opCall(int) immutable {} }; in opCall() function 547 auto callable5 = new class{ void opCall(int) {} }; in opCall() function
|
H A D | numeric.d | 195 static typeof(get) opCall(F value) in opCall() function
|
H A D | conv.d | 663 static Int3 opCall(int x) @safe pure in opCall() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
H A D | traits.d | 388 struct HasContextPointer { int opCall() { return ++local; } } in opCall() function 640 class Callable { int opCall(int) { return 0; } } in opCall() function 644 struct StaticCallable { static int opCall(int) { return 0; } } in opCall() function 700 int opCall (int i) { return 1;} in opCall() function 715 int opCall (int i) { return 1;} in opCall() function 763 struct S { real opCall(real r, int i) { return 0.0; } } in opCall() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/ |
H A D | showcase.d | 74 auto opCall(size_t n) in mmapRegionList() function
|
H A D | mallocator.d | 134 static AlignInfo* opCall(void* ptr) in version() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/ |
H A D | showcase.d | 73 auto opCall(size_t n) in mmapRegionList() function
|
H A D | mallocator.d | 123 static AlignInfo* opCall(void* ptr) in version() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/ |
H A D | random.d | 30 auto opCall() in opCall() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
H A D | context.d | 38 void opCall() in opCall() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/ |
H A D | treap.d | 348 auto opCall() in opCall() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/ |
H A D | curl.d | 2520 static HTTP opCall(const(char)[] url) in opCall() function 2529 static HTTP opCall() in opCall() function 3357 static FTP opCall(const(char)[] url) in opCall() function 3366 static FTP opCall() in opCall() function 3775 static SMTP opCall(const(char)[] url) in opCall() function 3784 static SMTP opCall() in opCall() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/ |
H A D | curl.d | 2549 static HTTP opCall(const(char)[] url) in opCall() function 2558 static HTTP opCall() in opCall() function 3379 static FTP opCall(const(char)[] url) in opCall() function 3388 static FTP opCall() in opCall() function 3792 static SMTP opCall(const(char)[] url) in opCall() function 3801 static SMTP opCall() in opCall() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | allocator_list.d | 530 A opCall(size_t n) { return factoryFunction(n); } in opCall() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | allocator_list.d | 615 A opCall(size_t n) { return factoryFunction(n); } in opCall() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
H A D | package.d | 3387 static ubyte opCall() { return 5 ; } in opCall() function 3399 ubyte opCall() @safe pure { return 5 ; } in opCall() function
|