Searched refs:pure (Results 276 - 300 of 711) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl2/groff/dist/
H A DMakefile.comm58 pure:
63 .PHONY: pure
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfunctional.d424 private bool unsafeOp(ElementType1, ElementType2)(ElementType1 a, ElementType2 b) pure
485 pure @safe @nogc nothrow unittest
988 Technically the memoized function should be pure because $(D memoize) assumes it will
1426 static int func_pure() pure { return 1; }
1432 static int func_pure_nothrow() pure nothrow { return 7; }
1433 static int func_pure_nothrow_safe() pure nothrow @safe { return 8; }
1436 int delegate() pure dg_pure = toDelegate(&func_pure);
1442 int delegate() pure nothrow dg_pure_nothrow = toDelegate(&func_pure_nothrow);
1443 int delegate() @safe pure nothrow dg_pure_nothrow_safe = toDelegate(&func_pure_nothrow_safe);
H A Doutbuffer.d39 pure nothrow @safe
358 void spread(size_t index, size_t nbytes) pure nothrow @safe
H A Dmathspecial.d64 pure:
H A Dtypecons.d1926 @trusted pure nothrow @nogc
2432 @property bool isNull() const @safe pure nothrow
2518 @property ref inout(T) get() inout @safe pure nothrow
2662 // Ensure Nullable can be used in pure/nothrow/@safe environment.
2663 function() @safe pure nothrow
2676 // Ensure Nullable can be used when the value is not pure/nothrow/@safe
3151 // Ensure Nullable can be used in pure/nothrow/@safe environment.
3152 function() @safe pure nothrow
3165 // Ensure Nullable can be used when the value is not pure/nothrow/@system
3261 this(T* value) @safe pure nothro
[all...]
H A Dexception.d471 (EnclosePure ? "pure " : "") ~
483 "pure = ", EnclosePure?1:0, "/", BodyPure?1:0, ", ",
878 * marked as a pure function. The following example does not
880 * uniqueness of the array in the pure function:
882 * string letters() pure
905 immutable(T)[] assumeUnique(T)(T[] array) pure nothrow
910 immutable(T)[] assumeUnique(T)(ref T[] array) pure nothrow
917 immutable(T[U]) assumeUnique(T, U)(ref T[U] array) pure nothrow
1063 bool doesPointTo(S, T, Tdummy=void)(auto ref const S source, ref const T target) @trusted pure nothrow
1100 bool doesPointTo(S, T)(auto ref const shared S source, ref const shared T target) @trusted pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dint128.d21 @safe pure nothrow @nogc:
297 @safe pure nothrow @nogc
H A Doutbuffer.d40 pure nothrow @safe
397 void spread(size_t index, size_t nbytes) pure nothrow @safe
H A Dmathspecial.d64 pure:
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dpackage.d140 * these functions are pure nothrow.
193 T ieeeMean(T)(const T x, const T y) @trusted pure nothrow @nogc
292 @safe pure nothrow @nogc unittest
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Derrors.d59 package auto previewErrorFunc(bool isDeprecated, FeatureState featureState) @safe @nogc pure nothrow
69 package auto previewSupplementalFunc(bool isDeprecated, FeatureState featureState) @safe @nogc pure nothrow
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdarg.d76 T alignUp(size_t alignment = size_t.sizeof, T)(T base) pure
98 T* adjustForBigEndian(T)(T* p, size_t size) pure
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dfiber.d249 asm pure nothrow @nogc
287 asm pure nothrow @nogc
359 asm pure nothrow @nogc
391 asm pure nothrow @nogc
837 final @property State state() const @safe pure nothrow @nogc
1235 asm pure nothrow @nogc
1281 asm pure nothrow @nogc
2091 mixin("asm pure nothrow @nogc { naked; xor "~REG~", "~REG~"; ret; }");
2095 mixin("asm pure nothrow @nogc { mov "~REG~", 0xFFFFFFFFFFFFFFFF; }");
2097 mixin("asm pure nothro
[all...]
/netbsd-current/external/bsd/jemalloc/include/jemalloc/
H A Djemalloc.h281 int flags) JEMALLOC_ATTR(pure); variable
286 JEMALLOC_ATTR(pure); variable
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dcrc.d192 void put(scope const(ubyte)[] data...) @trusted pure nothrow @nogc
257 void start() @safe pure nothrow @nogc
266 R finish() @safe pure nothrow @nogc
277 R peek() const @safe pure nothrow @nogc
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dcrc.d189 void put(scope const(ubyte)[] data...) @trusted pure nothrow @nogc
258 void start() @safe pure nothrow @nogc
267 R finish() @safe pure nothrow @nogc
278 R peek() const @safe pure nothrow @nogc
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Dstring.d104 auto asDString(C)(C* stringz) pure @nogc nothrow
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf32.d10 pure:
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf32.d10 pure:
H A Delf64.d10 pure:
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d19 pure nothrow @nogc {
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d14 pure nothrow @safe:
41 pure nothrow @safe:
72 pure nothrow @safe:
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dsegregator.d433 assert((() pure nothrow @safe @nogc => a.owns(b))() == Ternary.yes);
434 assert((() pure nothrow @safe @nogc => a.owns(null))() == Ternary.no);
442 assert((() pure nothrow @safe @nogc => a.expand(c, 58))());
/netbsd-current/external/ibm-public/postfix/dist/
H A DMakefile.in209 .pure */.pure */*/.pure \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsearching.d391 @safe pure nothrow unittest
1383 @safe pure unittest
1408 @safe pure nothrow unittest
1418 @safe pure unittest
1449 @nogc @safe nothrow pure unittest
1538 static R trustedMemchr(ref R haystack, ref E needle) @trusted nothrow pure
1602 R findHelper(ref R haystack, ref E needle) @trusted nothrow pure
1692 @safe pure nothrow unittest
1700 @safe pure unittest
1740 void dg() @safe pure nothro
[all...]

Completed in 402 milliseconds

<<11121314151617181920>>