Home
last modified time | relevance | path

Searched refs:opApply (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d232 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 Dbacktrace.d212 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 Dinterfaces.d121 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 Dinterfaces.d126 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 Dtreap.d45 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 Dhashtab.d108 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 Dtreap.d45 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 Dhashtab.d107 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 Dstacktrace.d71 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 Dstringtable.d227 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 Druntime.d838 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 Dexception.d883 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 Dthreadgroup.d116 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 Dwin32.d34 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() function
H A Dandroid.d37 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() function
H A Dosx.d38 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() function
H A Dwin64.d34 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 Dregistry.d1417 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 Dregistry.d1415 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 Diteration.d936 __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 Dpecoff.d43 static int opApply(scope int delegate(ref DSO) dg) in opApply() function
H A Dmacho.d44 static int opApply(scope int delegate(ref DSO) dg) in opApply() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Djson.d642 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 Dconcurrency.d1612 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 Dobject.d1592 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;

12