| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
| H A D | backtrace.d | 232 override int opApply(scope int delegate(ref const(char[])) dg) const 234 return opApply( 242 override int opApply(scope int delegate(ref size_t, ref const(char[])) dg) const 244 return opApply( 272 int opApply(scope ApplyCallback dg) const 375 override int opApply(scope int delegate(ref const(char[])) dg) const 377 return opApply( 385 override int opApply(scope int delegate(ref size_t, ref const(char[])) dg) const
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/ |
| H A D | backtrace.d | 212 override int opApply(scope int delegate(ref const(char[])) dg) const 214 return opApply( 222 override int opApply(scope int delegate(ref size_t, ref const(char[])) dg) const 224 return opApply( 252 int opApply(scope ApplyCallback dg) const 355 override int opApply(scope int delegate(ref const(char[])) dg) const 357 return opApply( 365 override int opApply(scope int delegate(ref size_t, ref const(char[])) dg) const
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
| H A D | interfaces.d | 121 int opApply(scope int delegate(E)); in InputRange() 124 int opApply(scope int delegate(size_t, E)); in InputRange() 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/src/std/range/ |
| H A D | interfaces.d | 126 int opApply(scope int delegate(E)); in InputRange() 129 int opApply(scope int delegate(size_t, E)); in InputRange() 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/internal/container/ |
| H A D | treap.d | 45 int opApply(scope int delegate(ref E) nothrow dg) in Treap() 47 return (cast(const)&this).opApply((ref const E e) => dg(*cast(E*)&e)); in Treap() 50 int opApply(scope int delegate(ref const E) nothrow dg) const in Treap()
|
| H A D | hashtab.d | 108 int opApply(scope int delegate(ref Key, ref Value) dg) in HashTab()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/ |
| H A D | treap.d | 45 int opApply(scope int delegate(ref E) nothrow dg) in Treap() 47 return (cast(const)&this).opApply((ref const E e) => dg(*cast(E*)&e)); in Treap() 50 int opApply(scope int delegate(ref const E) nothrow dg) const in Treap()
|
| H A D | hashtab.d | 107 int opApply(scope int delegate(ref Key, ref Value) dg) in HashTab()
|
| /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 73 return opApply( (ref size_t, ref const(char[]) buf) in opApply() 80 int opApply( scope int delegate(ref size_t, ref const(char[])) dg ) const in opApply() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
| H A D | stringtable.d | 227 int opApply(scope int delegate(const(StringValue!T)*) nothrow dg) nothrow 397 tab.opApply(applyDeleg); 405 tab.opApply(applyDeleg);
|
| /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 840 return opApply( (ref size_t, ref const(char[]) buf) in opApply() 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/dist/libphobos/libdruntime/core/thread/ |
| H A D | threadgroup.d | 116 final int opApply(scope int delegate(ref Thread) dg) 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
|
| /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/algorithm/ |
| H A D | iteration.d | 936 __traits(compiles, Parameters!(Parameters!(r.opApply)))) 956 auto dg(Parameters!(Parameters!(r.opApply)) params) { 960 r.opApply(&dg); 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/libdruntime/gcc/sections/ |
| H A D | pecoff.d | 43 static int opApply(scope int delegate(ref DSO) dg) in opApply() function
|
| H A D | macho.d | 44 static int opApply(scope int delegate(ref DSO) 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 | concurrency.d | 1612 final int opApply(scope int delegate(T) loopBody) in Generator() 1623 final int opApply(scope int delegate(size_t, T) loopBody) in Generator()
|
| /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 1632 int opApply(scope int delegate(ref const(char[]))) const; 1633 int opApply(scope int delegate(ref size_t, ref const(char[]))) const;
|