Searched refs:pure (Results 226 - 250 of 711) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dsha.d133 private ubyte[8] nativeToBigEndian(ulong val) @trusted pure nothrow @nogc
142 private ubyte[4] nativeToBigEndian(uint val) @trusted pure nothrow @nogc
151 private ulong bigEndianToNative(ubyte[8] val) @trusted pure nothrow @nogc
162 private uint bigEndianToNative(ubyte[4] val) @trusted pure nothrow @nogc
171 private uint rotateLeft(uint x, uint n) @safe pure nothrow @nogc
179 private uint rotateRight(uint x, uint n) @safe pure nothrow @nogc
183 private ulong rotateRight(ulong x, uint n) @safe pure nothrow @nogc
218 static void transform(uint[5]* state, const(ubyte[64])* block) pure nothrow @nogc
367 static @safe pure nothrow @nogc
393 uint E, ref uint T) pure nothro
[all...]
H A Dmurmurhash.d155 void putElement(uint block) pure nothrow @nogc
161 void putRemainder(scope const(ubyte[]) data...) pure nothrow @nogc
184 void finalize() pure nothrow @nogc
191 Element get() pure nothrow @nogc
197 ubyte[4] getBytes() pure nothrow @nogc
212 this(uint seed4, uint seed3, uint seed2, uint seed1) pure nothrow @nogc
220 this(uint seed) pure nothrow @nogc
229 void putElement(Element block) pure nothrow @nogc
238 void putRemainder(scope const(ubyte[]) data...) pure nothrow @nogc
304 void finalize() pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d385 @safe @nogc pure
396 @safe @nogc pure
421 private @nogc pure @safe
428 @nogc pure @safe
437 @nogc pure @safe
447 @nogc pure @safe
463 @nogc pure @safe
728 @safe @nogc pure
741 @safe @nogc pure
767 private @nogc pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d2248 void opAssign(return scope T another) pure nothrow @nogc
2260 void opAssign(typeof(this) another) @trusted pure nothrow @nogc
2268 void opAssign(This!(immutable U) another) @trusted pure nothrow @nogc
2274 this(T initializer) pure nothrow @nogc
2280 @property inout(T) get() @trusted pure nothrow @nogc return scope inout
2439 auto opCast(T)() @system immutable pure nothrow
2973 @property bool isNull() const @safe pure nothrow
3094 @property ref inout(T) get() inout @safe pure nothrow
3123 @property ref inout(T) front() inout @safe pure nothrow
3156 @property size_t length() const @safe pure nothro
[all...]
H A Drandom.d365 @safe @nogc pure nothrow unittest
462 private static ulong gcd(ulong a, ulong b) @safe pure nothrow @nogc
473 private static ulong primeFactorsOnly(ulong n) @safe pure nothrow @nogc
489 @safe pure nothrow unittest
501 ulong a, ulong c) @safe pure nothrow @nogc
535 this(UIntType x0) @safe pure nothrow @nogc
543 void seed(UIntType x0 = 1) @safe pure nothrow @nogc
558 void popFront() @safe pure nothrow @nogc
594 @property UIntType front() const @safe pure nothrow @nogc
600 @property typeof(this) save() const @safe pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dmutation.d1092 pure nothrow @safe @nogc unittest
1115 ~this() pure nothrow @safe @nogc { }
1194 pure nothrow @safe @nogc unittest
1200 ~this() pure nothrow @safe @nogc {}
1210 pure nothrow @safe @nogc unittest
1482 void moveEmplace(T)(ref T source, ref T target) pure @system
1488 pure nothrow @nogc @system unittest
1492 pure nothrow @nogc:
1557 pure nothrow @safe @nogc unittest
1580 pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dsocket.d189 extern (D) inout(ubyte)* CMSG_DATA( return scope inout(cmsghdr)* cmsg ) pure nothrow @nogc { return cast(ubyte*)( cmsg + 1 ); }
191 private inout(cmsghdr)* __cmsg_nxthdr(inout(msghdr)*, inout(cmsghdr)*) pure nothrow @nogc;
192 extern (D) inout(cmsghdr)* CMSG_NXTHDR(inout(msghdr)* msg, inout(cmsghdr)* cmsg) pure nothrow @nogc
197 extern (D) inout(cmsghdr)* CMSG_FIRSTHDR( inout(msghdr)* mhdr ) pure nothrow @nogc
206 size_t CMSG_ALIGN( size_t len ) pure nothrow @nogc
211 size_t CMSG_LEN( size_t len ) pure nothrow @nogc
217 extern (D) size_t CMSG_SPACE(size_t len) pure nothrow @nogc
1073 extern (D) size_t _ALIGN(size_t p) pure nothrow @nogc
1079 extern (D) ubyte* CMSG_DATA(cmsghdr* cmsg) pure nothrow @nogc
1084 extern (D) cmsghdr* CMSG_NXTHDR(msghdr* mhdr, cmsghdr* cmsg) pure nothro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d118 this(in Date date, in TimeOfDay tod = TimeOfDay.init) @safe pure nothrow @nogc
155 this(int year, int month, int day, int hour = 0, int minute = 0, int second = 0) @safe pure
187 int opCmp(in DateTime rhs) const @safe pure nothrow @nogc
397 @property Date date() const @safe pure nothrow @nogc
427 @property void date(in Date date) @safe pure nothrow @nogc
449 @property TimeOfDay timeOfDay() const @safe pure nothrow @nogc
480 @property void timeOfDay(in TimeOfDay tod) @safe pure nothrow @nogc
503 @property short year() const @safe pure nothrow @nogc
532 @property void year(int year) @safe pure
576 @property short yearBC() const @safe pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfallback_allocator.d307 assert((() pure nothrow @safe @nogc => a.primary.owns(b1))() == Ternary.yes);
310 assert((() pure nothrow @safe @nogc => a.primary.owns(b1))() == Ternary.yes);
313 assert((() pure nothrow @safe @nogc => a.primary.owns(b2))() == Ternary.no);
490 assert((() pure nothrow @safe @nogc => a.owns(buff))() == Ternary.yes);
517 assert((() pure nothrow @safe @nogc => a.owns(b))() == Ternary.yes);
H A Daffix_allocator.d74 @nogc nothrow pure @safe
91 cast(RCIAllocator function() @nogc nothrow pure @safe)(&wrapAllocatorObject))();
98 // `alignment` should always be `@nogc nothrow pure @safe`; once
101 cast(uint delegate() @nogc nothrow pure @safe)(&_parent.alignment))();
464 assert((() pure nothrow @safe @nogc => a.empty)() == Ternary.yes);
467 assert((() pure nothrow @safe @nogc => a.empty)() == Ternary.no);
530 assert((() pure nothrow @safe @nogc => a.expand(b, 58))());
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddll.d350 asm pure nothrow @nogc
417 asm pure nothrow @nogc { "movq %%gs:0x60, %0;" : "=r" (peb); }
421 asm pure nothrow @nogc
433 asm pure nothrow @nogc { "movl %%fs:0x30, %0;" : "=r" (peb); }
437 asm pure nothrow @nogc
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dprimitives.d439 @safe pure unittest
465 @safe pure nothrow unittest
483 @safe pure unittest
493 @safe pure nothrow unittest
503 @safe pure nothrow @nogc unittest
557 pure @safe unittest
564 @safe pure unittest
2237 @safe pure nothrow unittest
2256 @property inout(T)[] save(T)(return scope inout(T)[] a) @safe pure nothrow @nogc
2262 @safe pure nothro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d249 @property ref shared(Monitor*) monitor(Object h) pure nothrow @nogc
254 private shared(Monitor)* getMonitor(Object h) pure @nogc
259 void setMonitor(Object h, shared(Monitor)* m) pure @nogc
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dpackage.d656 @safe @nogc pure nothrow
671 @safe @nogc pure nothrow
721 void put(E)(scope const E) pure @safe @nogc nothrow {}
791 @safe pure unittest
798 @safe pure unittest
824 @safe pure unittest
1389 @safe pure unittest
1398 @safe pure unittest
1407 @safe pure unittest
1483 @safe pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d233 @property ref shared(Monitor*) monitor(return scope Object h) pure nothrow @nogc
238 private shared(Monitor)* getMonitor(Object h) pure @nogc
243 void setMonitor(Object h, shared(Monitor)* m) pure @nogc
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dmurmurhash.d155 void putElement(uint block) pure nothrow @nogc
161 void putRemainder(scope const(ubyte[]) data...) pure nothrow @nogc
184 void finalize() pure nothrow @nogc
191 Element get() pure nothrow @nogc
197 ubyte[4] getBytes() pure nothrow @nogc
212 this(uint seed4, uint seed3, uint seed2, uint seed1) pure nothrow @nogc
220 this(uint seed) pure nothrow @nogc
229 void putElement(Element block) pure nothrow @nogc
238 void putRemainder(scope const(ubyte[]) data...) pure nothrow @nogc
304 void finalize() pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Doperations.d36 T[] arrayOp(T : T[], Args...)(T[] res, Filter!(isType, Args) args) @trusted @nogc pure nothrow
248 bool isUnaryOp(scope string op) pure nothrow @safe @nogc
253 bool isBinaryOp(scope string op) pure nothrow @safe @nogc
572 S2 opBinary(string op)(in S2) @nogc pure nothrow
577 ref S2 opOpAssign(string op)(in S2) @nogc pure nothrow
602 float opBinary(string op)(in S) @nogc const pure nothrow
H A Dequality.d21 @nogc nothrow pure @trusted
63 static bool trustedMemcmp(scope T1[] lhs, scope T2[] rhs) @trusted @nogc nothrow pure
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-scopedtables.h45 struct { gcall *fn_from; bool pure; size_t nargs; tree *args; } call; member in struct:hashable_expr::__anon995::__anon1000
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dutils.d229 @safe pure @nogc nothrow
268 @safe pure nothrow @nogc unittest
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-scopedtables.h45 struct { gcall *fn_from; bool pure; size_t nargs; tree *args; } call; member in struct:hashable_expr::__anon1189::__anon1194
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dmath.d42 pure:
151 @safe pure nothrow @nogc
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dformat.d72 @safe pure nothrow
78 @safe pure nothrow
450 @safe pure unittest
609 @safe pure unittest
613 formattedWrite(w, "%s %d", "@safe/pure", 42);
614 assert(w.data == "@safe/pure 42");
706 @safe pure unittest
729 @system pure unittest
753 @system pure unittest
765 @system pure unittes
[all...]
H A Darray.d142 @safe pure nothrow unittest
148 @safe pure nothrow unittest
390 @safe pure /*nothrow*/ unittest
548 uninitializedArray is nothrow and weakly pure.
585 @system nothrow pure unittest
605 minimallyInitializedArray is nothrow and weakly pure.
623 @safe pure nothrow unittest
634 @safe pure nothrow unittest
711 @safe nothrow pure unittest
719 @safe nothrow pure unittes
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dmutation.d1067 pure nothrow @safe @nogc unittest
1090 ~this() pure nothrow @safe @nogc { }
1173 pure nothrow @safe @nogc unittest
1179 ~this() pure nothrow @safe @nogc {}
1412 pure nothrow @nogc @system unittest
1416 pure nothrow @nogc:
1463 pure nothrow @safe @nogc unittest
1486 pure nothrow @nogc @system unittest
1490 ~this() pure nothrow @nogc { if (_ptr) ++*_ptr; }
1570 pure nothro
[all...]

Completed in 260 milliseconds

1234567891011>>