Searched refs:pure (Results 126 - 150 of 711) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsocket.d395 void populate(protoent* proto) @system pure nothrow
497 void populate(servent* serv) @system pure nothrow
635 void populate(hostent* he) @system pure nothrow
1239 abstract @property sockaddr* name() pure nothrow @nogc;
1240 abstract @property const(sockaddr)* name() const pure nothrow @nogc; /// ditto
1243 abstract @property socklen_t nameLen() const pure nothrow @nogc;
1260 @property AddressFamily addressFamily() const pure nothrow @nogc
1435 this(sockaddr* sa, socklen_t len) pure nothrow @nogc
1442 this(const(sockaddr)* sa, socklen_t len) @system pure nothrow
1479 this() pure nothro
[all...]
H A Dbigint.d121 this(Range)(Range s) pure
174 pure @safe unittest
184 this(T)(T x) pure nothrow @safe if (isIntegral!T)
199 this(T)(T x) pure nothrow @safe if (is(immutable T == immutable BigInt))
213 BigInt opAssign(T)(T x) pure nothrow @safe if (isIntegral!T)
229 BigInt opAssign(T:BigInt)(T x) pure @nogc @safe
249 BigInt opOpAssign(string op, T)(T y) pure nothrow @safe return scope
417 BigInt opOpAssign(string op, T)(T y) pure nothrow @safe return scope
475 BigInt opBinary(string op, T)(T y) pure nothrow @safe const return scope
496 BigInt opBinary(string op, T)(T y) pure nothro
[all...]
H A Dzip.d201 @property @safe pure nothrow @nogc ushort extractVersion() const { return _extractVersion; }
208 @property @safe pure nothrow @nogc uint crc32() const { return _crc32; }
215 @property @safe pure nothrow @nogc uint compressedSize() const { return _compressedSize; }
222 @property @safe pure nothrow @nogc uint expandedSize() const { return _expandedSize; }
229 @property @safe pure nothrow @nogc ubyte[] compressedData() { return _compressedData; }
240 @property @safe pure nothrow @nogc ubyte[] expandedData() { return _expandedData; }
320 @property DosFileTime time() const @safe pure nothrow @nogc
332 @property void time(DosFileTime time) @safe pure nothrow @nogc
348 @property @safe @nogc pure nothrow CompressionMethod compressionMethod() const { return _compressionMethod; }
351 @property @safe pure voi
[all...]
H A Dstring.d151 string get() @safe @nogc pure nothrow return scope { return _s; }
205 @safe pure unittest
222 inout(Char)[] fromStringz(Char)(return scope inout(Char)* cString) @nogc @system pure nothrow
244 inout(Char)[] fromStringz(Char)(return scope inout(Char)[] cString) @nogc @safe pure nothrow
255 @system pure unittest
267 @nogc @safe pure nothrow unittest
288 @nogc @safe pure nothrow unittest
304 @system pure unittest
360 immutable(char)* toStringz(scope const(char)[] s) @trusted pure nothrow
404 pure nothro
[all...]
H A Dcsv.d131 Throwable next = null) @nogc @safe pure nothrow
137 size_t line = __LINE__) @nogc @safe pure nothrow
143 string file = __FILE__, size_t line = __LINE__) @nogc @safe pure nothrow
150 override string toString() @safe pure const
178 @safe pure unittest
224 @safe pure unittest
264 @safe pure unittest
542 @safe pure unittest
559 @safe pure unittest
569 @safe pure unittes
[all...]
H A Duri.d75 private string URI_Encode(dstring str, uint unescapedSet) @safe pure
175 @safe pure unittest
187 private uint ascii2hex(dchar c) @nogc @safe pure nothrow
293 @safe pure unittest
409 package string urlEncode(scope string[string] values) @safe pure
431 @safe pure unittest
502 @safe pure unittest
511 @safe pure nothrow @nogc unittest
577 @safe pure unittest
586 @safe pure unittes
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtime.d33 pure double difftime(time_t time1, time_t time0); // MT-Safe
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dstab.d34 pure:
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dfilename.d58 private bool isDirSeparator(char c) pure nothrow @nogc @safe
83 extern (D) this(const(char)[] str) pure
89 extern (C++) static bool equals(const(char)* name1, const(char)* name2) pure @nogc
95 extern (D) static bool equals(const(char)[] name1, const(char)[] name2) pure @nogc
118 extern (C++) static bool absolute(const(char)* name) pure @nogc
124 extern (D) static bool absolute(const(char)[] name) pure @nogc
182 extern (C++) static const(char)* ext(const(char)* str) pure @nogc
188 extern (D) static const(char)[] ext(const(char)[] str) nothrow pure @safe @nogc
224 extern (C++) const(char)* ext() const pure @nogc
271 extern (C++) static const(char)* name(const(char)* str) pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dswitch_.d21 int __switch(T, caseLabels...)(/*in*/ const scope T[] condition) pure nothrow @safe @nogc
62 // Need immutable array to be accessible in pure code, but case labels are
64 pure @trusted nothrow @nogc asImmutable(scope const(T[])[] items)
78 private int __switchSearch(T)(/*in*/ const scope T[][] cases, /*in*/ const scope T[] condition) pure nothrow @safe @nogc
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A DaaA.d42 private @property bool empty() const pure nothrow @nogc
85 @property size_t length() const pure nothrow @nogc
91 @property size_t dim() const pure nothrow @nogc @safe
96 @property size_t mask() const pure nothrow @nogc
102 inout(Bucket)* findSlotInsert(size_t hash) inout pure nothrow @nogc
141 void resize(size_t ndim) pure nothrow
156 void clear() pure nothrow
172 private pure nothrow @nogc:
192 Bucket[] allocBuckets(size_t dim) @trusted pure nothrow
292 private size_t talign(size_t tsize, size_t algn) @safe pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Datomic.d69 T atomicLoad(MemoryOrder ms = MemoryOrder.seq, T)(ref return scope const T val) pure nothrow @nogc @trusted
83 T atomicLoad(MemoryOrder ms = MemoryOrder.seq, T)(ref return scope shared const T val) pure nothrow @nogc @trusted
93 TailShared!T atomicLoad(MemoryOrder ms = MemoryOrder.seq, T)(ref shared const T val) pure nothrow @nogc @trusted
112 void atomicStore(MemoryOrder ms = MemoryOrder.seq, T, V)(ref T val, V newval) pure nothrow @nogc @trusted
131 void atomicStore(MemoryOrder ms = MemoryOrder.seq, T, V)(ref shared T val, V newval) pure nothrow @nogc @trusted
146 void atomicStore(MemoryOrder ms = MemoryOrder.seq, T, V)(ref shared T val, shared V newval) pure nothrow @nogc @trusted
165 T atomicFetchAdd(MemoryOrder ms = MemoryOrder.seq, T)(ref return scope T val, size_t mod) pure nothrow @nogc @trusted
176 T atomicFetchAdd(MemoryOrder ms = MemoryOrder.seq, T)(ref return scope shared T val, size_t mod) pure nothrow @nogc @trusted
194 T atomicFetchSub(MemoryOrder ms = MemoryOrder.seq, T)(ref return scope T val, size_t mod) pure nothrow @nogc @trusted
205 T atomicFetchSub(MemoryOrder ms = MemoryOrder.seq, T)(ref return scope shared T val, size_t mod) pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d198 @nogc nothrow pure @safe size_t getCacheLimit()
240 pure invariant()
248 this(return scope immutable(BigDigit) [] x) pure nothrow @nogc @safe
253 this(T)(T x) pure nothrow @safe scope if (isIntegral!T)
258 enum trustedAssumeUnique = function(BigDigit[] input) pure @trusted @nogc {
263 @property size_t uintLength() pure nothrow const @safe @nogc scope
275 @property size_t ulongLength() pure nothrow const @safe @nogc scope
288 ulong peekUlong(size_t n) pure nothrow const @safe @nogc scope
301 uint peekUint(size_t n) pure nothrow const @safe @nogc scope
315 void opAssign(Tulong)(Tulong u) pure nothro
[all...]
H A Dbiguintnoasm.d38 const (uint) [] src2, uint carry) pure @nogc @safe
103 pure @nogc @safe
142 pure @nogc @safe
159 pure @nogc @safe
194 pure @nogc @safe
221 uint multiplier, uint carry) pure @nogc @safe
273 [] right) pure @nogc @safe
286 pure @nogc @safe
315 pure @nogc @safe
331 pure
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcomplex.d37 auto complex(R)(R re) @safe pure nothrow @nogc
47 auto complex(R, I)(R re, I im) @safe pure nothrow @nogc
57 @safe pure nothrow unittest
120 string toString() const @safe /* TODO: pure nothrow */
163 @safe pure nothrow @nogc:
441 @safe pure nothrow unittest
617 @safe pure nothrow unittest
628 @safe pure nothrow unittest
676 @safe pure nothrow unittest
698 T abs(T)(Complex!T z) @safe pure nothro
[all...]
H A Dsocket.d397 void populate(protoent* proto) @system pure nothrow
498 void populate(servent* serv) @system pure nothrow
635 void populate(hostent* he) @system pure nothrow
1232 abstract @property sockaddr* name() pure nothrow @nogc;
1233 abstract @property const(sockaddr)* name() const pure nothrow @nogc; /// ditto
1236 abstract @property socklen_t nameLen() const pure nothrow @nogc;
1253 @property AddressFamily addressFamily() const pure nothrow @nogc
1428 this(sockaddr* sa, socklen_t len) pure nothrow @nogc
1435 this(const(sockaddr)* sa, socklen_t len) @system pure nothrow
1472 this() pure nothro
[all...]
H A Dcsv.d118 Throwable next = null) @nogc @safe pure nothrow
124 size_t line = __LINE__) @nogc @safe pure nothrow
130 string file = __FILE__, size_t line = __LINE__) @nogc @safe pure nothrow
137 override string toString() @safe pure const
144 @safe pure unittest
182 @safe pure unittest
214 @safe pure unittest
428 @safe pure unittest
445 @safe pure unittest
455 @safe pure unittes
[all...]
H A Dstring.d151 string get() @safe @nogc pure nothrow { return _s; }
216 inout(char)[] fromStringz(inout(char)* cString) @nogc @system pure nothrow {
222 @system pure unittest
243 immutable(char)* toStringz(const(char)[] s) @trusted pure nothrow
282 immutable(char)* toStringz(in string s) @trusted pure nothrow
302 pure nothrow @system unittest
523 @safe pure unittest
534 @safe pure unittest
558 @safe pure unittest
563 @safe pure unittes
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
H A Dgc.d11 extern (C) void onOutOfMemoryError(void* pretend_sideffect = null) @trusted pure nothrow @nogc; /* dmd @@@BUG11461@@@ */
21 extern (C) void* gc_malloc( size_t sz, uint ba = 0, const scope TypeInfo = null ) pure nothrow;
22 extern (C) void* gc_calloc( size_t sz, uint ba = 0, const scope TypeInfo = null ) pure nothrow;
23 extern (C) BlkInfo gc_qalloc( size_t sz, uint ba = 0, const scope TypeInfo = null ) pure nothrow;
24 extern (C) void* gc_realloc(return scope void* p, size_t sz, uint ba = 0, const scope TypeInfo = null ) pure nothrow;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintnoasm.d38 const (uint) [] src2, uint carry) pure @nogc @safe
103 pure @nogc @safe
142 pure @nogc @safe
159 pure @nogc @safe
194 pure @nogc @safe
221 uint multiplier, uint carry) pure @nogc @safe
273 [] right) pure @nogc @safe
286 pure @nogc @safe
315 pure @nogc @safe
331 pure
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dpooltable.d51 @property size_t length() pure const
56 ref inout(Pool*) opIndex(size_t idx) inout pure
63 inout(Pool*)[] opSlice(size_t a, size_t b) inout pure
109 Pool*[] minimize() pure
158 @property const(void)* minAddr() pure const { return _minAddr; }
159 @property const(void)* maxAddr() pure const { return _maxAddr; }
177 @property bool isFree() const pure nothrow { return freepages == npages; }
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dquantizer.d36 $(LI `roundingFunction` must be `nothrow`, `@safe`, `@nogc` and `pure`, i.e.
251 assert((() pure nothrow @safe @nogc => MyAlloc().goodAllocSize(1))() == 64);
281 assert((() pure nothrow @safe @nogc => a.owns(b))() == Ternary.yes);
282 assert((() pure nothrow @safe @nogc => a.owns(null))() == Ternary.no);
286 assert((() pure nothrow @safe @nogc => a.owns(c))() == Ternary.yes);
327 assert((() pure nothrow @safe @nogc => a.empty)() == Ternary.yes);
330 assert((() pure nothrow @safe @nogc => a.empty)() == Ternary.no);
333 assert((() pure nothrow @safe @nogc => a.empty)() == Ternary.yes);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dcstring.d185 @safe pure nothrow @nogc unittest
187 static inout(C)[] arrayFor(C)(inout(C)* cstr) pure nothrow @nogc @trusted
208 pure nothrow @nogc @safe unittest
224 @trusted pure nothrow @nogc:
240 const(To)[] opIndex() const pure
276 @trusted @nogc pure nothrow
300 @trusted @nogc pure nothrow
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dwrite.d42 @safe pure unittest
93 @safe pure unittest
103 @safe pure unittest
108 @safe pure unittest
113 @safe pure unittest
137 @safe pure unittest
151 @safe pure unittest
349 private uint baseOfSpec(in char spec) @safe pure
367 @safe pure unittest
392 @safe pure unittes
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d127 @safe pure:
152 @safe pure:
168 @safe pure:
184 @safe pure:
200 @safe pure:
216 @safe pure:
232 @safe pure:
244 @safe pure:
254 @safe pure:
265 @safe pure
[all...]

Completed in 289 milliseconds

1234567891011>>