Searched refs:pure (Results 176 - 200 of 711) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dcasting.d81 TTo[] __ArrayCast(TFrom, TTo)(return scope TFrom[] from) @nogc pure @trusted
101 @safe @nogc pure nothrow unittest
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dmd.d85 private uint rotateLeft(uint x, uint n) @safe pure nothrow @nogc
112 static @safe pure nothrow @nogc
126 @safe pure nothrow @nogc
134 @safe pure nothrow @nogc
142 @safe pure nothrow @nogc
150 @safe pure nothrow @nogc
182 private void transform(const(ubyte[64])* block) pure nothrow @nogc
303 void put(scope const(ubyte)[] data...) @trusted pure nothrow @nogc
355 void start() @safe pure nothrow @nogc
364 ubyte[16] finish() @trusted pure nothro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d19 void issue19562() @nogc nothrow pure @safe
60 void issue18918() nothrow pure @safe
73 void issue18925() @nogc nothrow pure @safe
80 void issue19005() @nogc nothrow pure @safe
97 void issue19204() @nogc nothrow pure @safe
170 size_t h = ((ref S3 s3) pure => hashOf(s3))(s3);
179 enum b1 = (() @nogc nothrow pure @safe { C[10] o; return toUbyte(o[])[0]; })();
193 return ((const S[] a) @nogc nothrow pure @safe => toUbyte(a))(a);
234 size_t toHash() const pure @safe nothrow
279 size_t toHash() pure
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbitmanip.d113 "@property bool " ~ name ~ "() @safe pure nothrow @nogc const { return "
116 ~"@property void " ~ name ~ "(bool v) @safe pure nothrow @nogc { "
123 enum result = "@property "~T.stringof~" "~name~"() @safe pure nothrow @nogc const { auto result = "
133 ~"@property void "~name~"("~T.stringof~" v) @safe pure nothrow @nogc { "
205 enum storage_accessor = "@property ref size_t " ~ store ~ "() return @trusted pure nothrow @nogc const { "
207 ~ "@property void " ~ store ~ "(size_t v) @trusted pure nothrow @nogc { "
212 enum ref_accessor = "@property "~T.stringof~" "~name~"() @trusted pure nothrow @nogc const { auto result = "
216 ~"@property void "~name~"("~T.stringof~" v) @trusted pure nothrow @nogc { "
366 @safe pure nothrow @nogc
540 @safe void test() pure nothro
[all...]
H A Dconv.d112 @safe pure/* nothrow*/ // lazy parameter bug
171 @safe pure nothrow
230 @safe pure unittest
246 @safe pure unittest
269 @safe pure unittest
284 @safe pure unittest
297 @safe pure unittest
333 @safe pure unittest
377 @system pure unittest // @system due to cast and ptr
402 @safe pure nothro
[all...]
H A Djson.d121 @property JSON_TYPE type() const pure nothrow @safe @nogc
139 @property string str() const pure @trusted
146 @property string str(string v) pure nothrow @nogc @safe
169 @property inout(long) integer() inout pure @safe
176 @property long integer(long v) pure nothrow @safe @nogc
187 @property inout(ulong) uinteger() inout pure @safe
194 @property ulong uinteger(ulong v) pure nothrow @safe @nogc
206 @property inout(double) floating() inout pure @safe
213 @property double floating(double v) pure nothrow @safe @nogc
230 @property ref inout(JSONValue[string]) object() inout pure
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dtypecons.d33 extern(C) pure nothrow Object typecons_d_toObject(void* p);
272 this( inout Source s) inout @safe pure nothrow { _wrap_source = s; }
273 this(shared inout Source s) shared inout @safe pure nothrow { _wrap_source = s; }
345 if (fa & FunctionAttribute.pure_) r ~= "pure ";
390 void f3(string[] args, int count) pure const;
400 static assert(wrapperSignature!(TargetMembers[2]) == "pure void f3(string[] a1, int a2) const"
407 inout(T) _wrap_getSource() inout @safe pure nothrow;
855 pure nothrow @safe @nogc
920 pure nothrow @safe unittest
926 this(int i) pure nothro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d791 @safe pure nothrow
798 @safe pure nothrow
821 @property string name() @safe pure nothrow const
842 @property KeySequence keys() @safe pure
850 @property KeyNameSequence keyNames() @safe pure
871 @property ValueSequence values() @safe pure
879 @property ValueNameSequence valueNames() @safe pure
1158 @safe pure nothrow
1165 @safe pure nothrow
1184 @property string name() @safe pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A DaaA.d44 private @property bool empty() const pure nothrow @nogc
88 @property size_t length() const pure nothrow @nogc
94 @property size_t dim() const pure nothrow @nogc @safe
99 @property size_t mask() const pure nothrow @nogc
105 inout(Bucket)* findSlotInsert(size_t hash) inout pure nothrow @nogc
144 void resize(size_t ndim) pure nothrow
159 void clear() pure nothrow
175 private pure nothrow @nogc:
195 Bucket[] allocBuckets(size_t dim) @trusted pure nothrow
441 private size_t talign(size_t tsize, size_t algn) @safe pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d791 @safe pure nothrow
798 @safe pure nothrow
821 @property string name() @safe pure nothrow const
842 @property KeySequence keys() @safe pure
850 @property KeyNameSequence keyNames() @safe pure
871 @property ValueSequence values() @safe pure
879 @property ValueNameSequence valueNames() @safe pure
1157 @safe pure nothrow
1164 @safe pure nothrow
1183 @property string name() @safe pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d78 package(std) string regexOptionsToString()(uint flags) nothrow pure @safe
167 int immediateParamsIR(IR i) @safe pure nothrow @nogc
185 int lengthOfIR(IR i) @safe pure nothrow @nogc
191 int lengthOfPairedIR(IR i) @safe pure nothrow @nogc
197 bool hasMerge(IR i) @safe pure nothrow @nogc
203 bool isStartIR(IR i) @safe pure nothrow @nogc
209 bool isEndIR(IR i) @safe pure nothrow @nogc
215 bool isAtomIR(IR i) @safe pure nothrow @nogc
221 IR pairedIR(IR i) @safe pure nothrow @nogc
228 @safe pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.d189 bool hasBreak() const pure nothrow
201 bool hasContinue() const pure nothrow
337 inout(Statement) last() inout nothrow pure
360 pure nothrow @nogc
363 final pure inout nothrow @nogc @safe:
597 override final inout(ReturnStatement) endsWithReturnStatement() inout nothrow pure
610 override final inout(Statement) last() inout nothrow pure
681 override bool hasBreak() const pure nothrow
686 override bool hasContinue() const pure nothrow
716 override inout(ReturnStatement) endsWithReturnStatement() inout nothrow pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Drbtree.d20 @safe pure unittest
648 @safe pure unittest
821 static if (doUnittest) @safe pure unittest
973 @property bool empty() const // pure, nothrow, @safe, @nogc: are inferred
999 static if (doUnittest) @safe pure unittest
1065 static if (doUnittest) @safe pure unittest
1248 static if (doUnittest) @safe pure unittest
1311 static if (doUnittest) @safe pure unittest
1360 static if (doUnittest) @safe pure unittest
1404 static if (doUnittest) @safe pure unittes
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d300 this( void function() fn, size_t sz = 0 ) @safe pure nothrow @nogc
317 this( void delegate() dg, size_t sz = 0 ) @safe pure nothrow @nogc
322 package this( size_t sz = 0 ) @safe pure nothrow @nogc
619 @property static int PRIORITY_MIN() @nogc nothrow pure @safe
624 @property static const(int) PRIORITY_MAX() @nogc nothrow pure @safe
629 @property static int PRIORITY_DEFAULT() @nogc nothrow pure @safe
746 @property static int PRIORITY_MIN() @nogc nothrow pure @trusted
748 return (cast(int function() @nogc nothrow pure @safe)
758 @property static const(int) PRIORITY_MAX() @nogc nothrow pure @trusted
760 return (cast(int function() @nogc nothrow pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/
H A Dtypecons.d31 extern(C) pure nothrow Object typecons_d_toObject(void* p);
273 this( inout Source s) inout @safe pure nothrow { _wrap_source = s; }
274 this(shared inout Source s) shared inout @safe pure nothrow { _wrap_source = s; }
346 if (fa & FunctionAttribute.pure_) r ~= "pure ";
391 void f3(string[] args, int count) pure const;
401 static assert(wrapperSignature!(TargetMembers[2]) == "pure void f3(string[] a1, int a2) const"
408 inout(T) _wrap_getSource() inout @safe pure nothrow;
859 pure nothrow @safe @nogc
924 pure nothrow @safe unittest
930 this(int i) pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dmallocator.d30 @trusted @nogc nothrow pure
40 @system @nogc nothrow pure
49 @system @nogc nothrow pure
67 @trusted @nogc nothrow pure
92 @nogc @system nothrow pure unittest
94 @nogc nothrow pure
106 @nogc @system nothrow pure unittest
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Dfile.d206 ~this() pure nothrow
255 private const(char)* filename() const pure @nogc @safe nothrow { return name; }
317 bool active() const pure @nogc nothrow
328 size_t length() const pure @nogc @safe nothrow { return data.length; }
335 auto opSlice() pure @nogc @safe nothrow { return data; }
344 void resize(size_t size) pure
569 Runs a non-pure function or delegate as pure code. Use with caution.
576 private auto ref fakePure(F)(scope F fun) pure
578 mixin("alias PureFun = " ~ F.stringof ~ " pure;");
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/
H A Dbits.d63 wordtype test(size_t i) const scope @trusted pure nothrow @nogc
73 int set(size_t i) scope @trusted pure nothrow @nogc
83 int clear(size_t i) scope @trusted pure nothrow @nogc
94 size_t setLocked(size_t i) scope @trusted pure nothrow @nogc
115 asm pure @nogc nothrow {
126 asm pure @nogc nothrow {
462 @property size_t nwords() const pure nothrow
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinsock2.d370 void FD_CLR(SOCKET fd, fd_set* set) pure @nogc
394 int FD_ISSET(SOCKET fd, const(fd_set)* set) pure @nogc
409 void FD_SET(SOCKET fd, fd_set* set) pure @nogc
418 void FD_ZERO(fd_set* set) pure @nogc
425 fd_set* FD_CREATE(uint capacity) pure
486 @safe pure @nogc
697 char* h_addr() @safe pure nothrow @nogc
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d830 size_t replicateBits(size_t times, size_t bits)(size_t val) @safe pure nothrow @nogc
847 @safe pure nothrow @nogc unittest // for replicate
864 this(size_t[] sizes...) @safe pure nothrow
882 return scope const(size_t)[] data) return scope const @safe pure nothrow @nogc
889 @property auto slice(size_t n)()inout pure nothrow @nogc
895 @property auto ptr(size_t n)()inout pure nothrow @nogc
903 @property size_t length()const @safe pure nothrow @nogc{ return sz[n]; }
972 @property auto raw_ptr(size_t n)()inout pure nothrow @nogc
1126 size_t spaceFor(size_t _bits)(size_t new_len) @safe pure nothrow @nogc
1170 pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dmd.d105 static @safe pure nothrow @nogc
119 @safe pure nothrow @nogc
127 @safe pure nothrow @nogc
135 @safe pure nothrow @nogc
143 @safe pure nothrow @nogc
175 private void transform(const(ubyte[64])* block) pure nothrow @nogc
296 void put(scope const(ubyte)[] data...) @trusted pure nothrow @nogc
348 void start() @safe pure nothrow @nogc
357 ubyte[16] finish() @trusted pure nothrow @nogc
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dsimd.d16 pure:
413 pure @safe void16 __simd(XMM opcode, void16 op1, void16 op2);
425 pure @safe void16 __simd(XMM opcode, void16 op1);
426 pure @safe void16 __simd(XMM opcode, double d); ///
427 pure @safe void16 __simd(XMM opcode, float f); ///
451 pure @safe void16 __simd(XMM opcode, void16 op1, void16 op2, ubyte imm8);
471 pure @safe void16 __simd_ib(XMM opcode, void16 op1, ubyte imm8);
486 * These cannot be marked as pure, as semantic() doesn't check them.
509 pure @safe short8 pcmpeq()(short8 v1, short8 v2)
514 pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dkernighan_ritchie.d580 pure nothrow @nogc
602 pure nothrow @trusted @nogc
615 pure nothrow @safe @nogc
627 pure nothrow @safe @nogc
654 assert((() pure nothrow @safe @nogc => alloc.primary.owns(b))() == Ternary.yes);
703 assert((() pure nothrow @safe @nogc => alloc.owns(array[i]))() == Ternary.yes);
740 assert((() pure nothrow @safe @nogc => alloc.owns(array[i]))() == Ternary.yes);
796 assert((() pure nothrow @safe @nogc => p.owns(array[i]))() == Ternary.yes);
802 assert((() pure nothrow @safe @nogc => p.owns(array[i]))() == Ternary.yes);
857 assert((() pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf64.d95 extern (D) pure
117 extern (D) pure
144 extern (D) pure
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf64.d95 extern (D) pure
117 extern (D) pure
144 extern (D) pure

Completed in 237 milliseconds

1234567891011>>