/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
H A D | threadgroup.d | 116 final int opApply(scope int delegate(ref Thread) dg) in opApply() function
|
H A D | threadbase.d | 356 static int opApply(scope int delegate(ref ThreadBase) dg) in opApply() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
H A D | interfaces.d | 454 int opApply(scope int delegate(E) dg) { in opApply() function 466 int opApply(scope int delegate(size_t, E) dg) { in opApply() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | stacktrace.d | 71 int opApply( scope int delegate(ref const(char[])) dg ) const in opApply() function 80 int opApply( scope int delegate(ref size_t, ref const(char[])) dg ) const in opApply() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/ |
H A D | interfaces.d | 484 int opApply(scope int delegate(E) dg) { in opApply() function 496 int opApply(scope int delegate(size_t, E) dg) { in opApply() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | runtime.d | 838 override int opApply( scope int delegate(ref const(char[])) dg ) const in opApply() function 846 override int opApply( scope int delegate(ref size_t, ref const(char[])) dg ) const in opApply() function
|
H A D | exception.d | 883 override int opApply(scope int delegate(ref const(char[]))) const { return 0; } in opApply() function 884 override int opApply(scope int delegate(ref size_t, ref const(char[]))) const { return 0; } in opApply() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/ |
H A D | win32.d | 34 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() function
|
H A D | android.d | 37 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() function
|
H A D | osx.d | 38 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() function
|
H A D | win64.d | 34 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() function
|
H A D | elf_shared.d | 107 static int opApply(scope int delegate(ref DSO) dg) in opApply() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/ |
H A D | registry.d | 1417 int opApply(scope int delegate(ref string name) dg) in opApply() function 1514 int opApply(scope int delegate(ref Key key) dg) in opApply() function 1623 int opApply(scope int delegate(ref string name) dg) in opApply() function 1717 int opApply(scope int delegate(ref Value value) dg) in opApply() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/ |
H A D | registry.d | 1415 int opApply(scope int delegate(ref string name) dg) in opApply() function 1511 int opApply(scope int delegate(ref Key key) dg) in opApply() function 1619 int opApply(scope int delegate(ref string name) dg) in opApply() function 1712 int opApply(scope int delegate(ref Value value) dg) in opApply() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | json.d | 642 int opApply(scope int delegate(size_t index, ref JSONValue) dg) @system in opApply() function 657 int opApply(scope int delegate(string key, ref JSONValue) dg) @system in opApply() function
|
H A D | array.d | 245 int opApply(scope int delegate(ref int) dg) in opApply() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/ |
H A D | macho.d | 44 static int opApply(scope int delegate(ref DSO) dg) in opApply() function
|
H A D | pecoff.d | 43 static int opApply(scope int delegate(ref DSO) dg) in opApply() function
|
H A D | elf.d | 102 static int opApply(scope int delegate(ref DSO) dg) in opApply() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 998 int opApply(scope int delegate(ref int _x) dg) { return dg(x); } in opApply() function 1072 int opApply(int delegate(ref int _x) dg) { return dg(x); } in opApply() function 3018 int opApply(scope int delegate(ref int) dg) in opApply() function 3086 int opApply(int delegate(ref int) dg) in opApply() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 1100 int opApply(scope int delegate(ref int _x) dg) { return dg(x); } in opApply() function 1178 int opApply(int delegate(ref int _x) dg) { return dg(x); } in opApply() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | meta.d | 1056 int opApply(scope int delegate(ref int) dg) in opApply() function
|
H A D | array.d | 360 int opApply(scope int delegate(ref int) @safe dg) in opApply() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/ |
H A D | object.d | 1592 static int opApply(scope int delegate(ModuleInfo*) dg) in opApply() function
|