Searched refs:pure (Results 151 - 175 of 711) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dexponential.d64 Unqual!F pow(F, G)(F x, G n) @nogc @trusted pure nothrow
108 @safe pure nothrow @nogc unittest
118 @safe pure nothrow @nogc unittest
160 @safe @nogc nothrow pure unittest
208 @safe @nogc nothrow pure unittest
258 typeof(Unqual!(F).init * Unqual!(G).init) pow(F, G)(F x, G n) @nogc @trusted pure nothrow
312 @safe pure nothrow @nogc unittest
333 @safe pure nothrow @nogc unittest
350 @safe pure nothrow @nogc unittest
364 real pow(I, F)(I x, F y) @nogc @trusted pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.d274 pure @safe @nogc nothrow:
517 extern (D) this(const(char)* filename, uint linnum, uint charnum) pure
526 ubyte messageStyle = global.params.messageStyle) const pure nothrow
583 extern (D) bool opEquals(ref const(Loc) loc) const @trusted pure nothrow @nogc
594 extern (D) size_t toHash() const @trusted pure nothrow
608 bool isValid() const pure
H A Didentifier.d86 override const(char)* toChars() const pure
91 extern (D) override const(char)[] toString() const pure
96 int getValue() const pure
101 bool isAnonymous() const pure @nogc @safe
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d27 void issue19562() @nogc nothrow pure @safe
68 void issue18918() nothrow pure @safe
81 void issue18925() @nogc nothrow pure @safe
88 void issue19005() @nogc nothrow pure @safe
105 void issue19204() @nogc nothrow pure @safe
202 size_t h = ((ref S3 s3) pure => hashOf(s3))(s3);
211 enum b1 = (() @nogc nothrow pure @safe { C[10] o; return toUbyte(o[])[0]; })();
224 return ((const S[] a) @nogc nothrow pure @safe => toUbyte(a))(new S[10]);
240 void issue21642() @safe nothrow pure
253 void issue22024() @nogc nothrow pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d95 pure nothrow @safe @nogc
212 pure nothrow @safe @nogc
248 pure nothrow @safe @nogc
292 pure nothrow @safe @nogc
300 pure nothrow @trusted @nogc
542 pure nothrow @safe @nogc
598 pure nothrow @trusted @nogc
642 // Since the lock is not pure, only the single threaded 'expand' is pure
656 pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf32.d93 extern (D) pure @safe
111 extern (D) pure
138 extern (D) pure
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf32.d93 extern (D) pure @safe
111 extern (D) pure
138 extern (D) pure
/netbsd-current/external/bsd/jemalloc/include/jemalloc/
H A Djemalloc_protos.h37 int flags) JEMALLOC_ATTR(pure); variable
42 JEMALLOC_ATTR(pure); variable
H A Djemalloc_protos_jet.h37 int flags) JEMALLOC_ATTR(pure); variable
42 JEMALLOC_ATTR(pure); variable
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_double.d22 pure:
H A Dti_float.d22 pure:
H A Dti_real.d22 pure:
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dcstring.d45 @property inout(C)[] asArray(C)(inout C* cstr) pure nothrow @nogc @trusted
107 @property inout(To)* buffPtr() inout pure
112 @property const(To)* ptr() const pure
117 const(To)[] opIndex() const pure
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d71 void testKeysValues2() nothrow pure
217 void testRequire3() pure
306 void testByKey2() nothrow pure
319 void testByKey3() /*nothrow*/ pure
337 void testByKey4() nothrow pure
418 void issue5842() pure nothrow
429 void issue5842Expanded() pure nothrow
440 void issue5925() nothrow pure
448 void issue8583() nothrow pure
463 void issue9052() nothrow pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dfile.d40 ~this() pure nothrow
46 ubyte[] extractSlice() pure nothrow @nogc @safe
64 ubyte[] extractSlice() pure nothrow @nogc @safe
71 ubyte[] extractDataZ() @nogc nothrow pure
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d73 void testKeysValues2() nothrow pure
219 void testRequire3() pure
307 void testByKey2() nothrow pure
320 void testByKey3() /*nothrow*/ pure
338 void testByKey4() nothrow pure
419 void issue5842() pure nothrow
430 void issue5842Expanded() pure nothrow
441 void issue5925() nothrow pure
449 void issue8583() nothrow pure
464 void issue9052() nothrow pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dhash.d24 @nogc nothrow pure @safe unittest
37 @nogc nothrow pure @safe unittest
48 @nogc nothrow pure @safe unittest
245 @trusted @nogc nothrow pure
291 @trusted @nogc nothrow pure
364 size_t hashOf(T)(scope const T val, size_t seed = 0) @safe @nogc nothrow pure
388 @trusted @nogc nothrow pure
395 @trusted @nogc nothrow pure
572 @trusted @nogc nothrow pure
584 @nogc nothrow pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/sys/
H A Dtime.d24 extern (D) pure @safe @nogc nothrow {
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbigint.d119 this(Range)(Range s) pure if (isSomeString!Range)
148 this(T)(T x) pure nothrow if (isIntegral!T)
164 this(T)(T x) pure nothrow if (is(Unqual!T == BigInt))
178 BigInt opAssign(T)(T x) pure nothrow if (isIntegral!T)
194 BigInt opAssign(T:BigInt)(T x) pure @nogc
214 BigInt opOpAssign(string op, T)(T y) pure nothrow
317 BigInt opOpAssign(string op, T)(T y) pure nothrow
376 BigInt opBinary(string op, T)(T y) pure nothrow const
397 BigInt opBinary(string op, T)(T y) pure nothrow const
426 auto opBinary(string op, T)(T y) pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dwrite.d98 @safe pure unittest
117 @safe pure unittest
134 @safe pure unittest
196 @safe pure unittest
220 @safe pure unittest
239 @safe pure unittest
255 @safe pure unittest
291 @safe pure unittest
315 @safe pure unittest
438 @safe pure unittes
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconv.d120 @safe pure/* nothrow*/ // lazy parameter bug
180 @safe pure nothrow
246 @safe pure unittest
262 @safe pure unittest
285 @safe pure unittest
300 @safe pure unittest
313 @safe pure unittest
336 @safe pure unittest
372 @safe pure unittest
417 @system pure unittes
[all...]
H A Darray.d179 @safe pure nothrow unittest
185 @safe pure nothrow unittest
196 @safe pure nothrow unittest
209 @safe pure nothrow unittest
216 @safe pure nothrow unittest
236 @safe pure nothrow unittest
243 @safe pure nothrow unittest
277 @safe pure nothrow @nogc unittest
286 @safe pure nothrow unittest
293 @safe pure nothro
[all...]
H A Djson.d137 @property JSONType type() const pure nothrow @safe @nogc
155 @property string str() const pure @trusted return scope
162 @property string str(return scope string v) pure nothrow @nogc @trusted return // TODO make @safe
185 @property long integer() const pure @safe
192 @property long integer(long v) pure nothrow @safe @nogc
203 @property ulong uinteger() const pure @safe
210 @property ulong uinteger(ulong v) pure nothrow @safe @nogc
222 @property double floating() const pure @safe
229 @property double floating(double v) pure nothrow @safe @nogc
240 @property bool boolean() const pure
[all...]
/netbsd-current/external/bsd/byacc/dist/test/
H A Derr_syntax27.y3 %pure-parser
H A Dcalc3.y3 %pure-parser

Completed in 208 milliseconds

1234567891011>>