Searched refs:pure (Results 251 - 275 of 711) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dbits.d96 @property size_t nwords() const pure nothrow
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d208 this(string msg = "Unexpected message type") @safe pure nothrow @nogc
221 this(Tid t, string msg = "Owner terminated") @safe pure nothrow @nogc
236 this(Tid t, string msg = "Link terminated") @safe pure nothrow @nogc
272 this(Tid t, string msg = "Mailbox full") @safe pure nothrow @nogc
302 this(MessageBox m) @safe pure nothrow @nogc
845 bool onCrowdingBlock(Tid tid) @safe pure nothrow @nogc
850 bool onCrowdingThrow(Tid tid) @safe pure
855 bool onCrowdingIgnore(Tid tid) @safe pure nothrow @nogc
875 void setMaxMailboxSize(Tid tid, size_t messages, OnCrowding doThis) @safe pure
1772 final @property bool isClosed() @safe @nogc pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dcast_.d20 pure:
H A Dlifetime.d184 inout(TypeInfo) unqualify(return scope inout(TypeInfo) cti) pure nothrow @nogc
206 size_t structTypeInfoSize(const TypeInfo ti) pure nothrow @nogc
257 bool __setArrayAllocLength(ref BlkInfo info, size_t newlength, bool isshared, const TypeInfo tinext, size_t oldlength = ~0) pure nothrow
370 size_t __arrayAllocLength(ref BlkInfo info, const TypeInfo tinext) pure nothrow
384 void *__arrayStart(return scope BlkInfo info) nothrow pure
394 size_t __arrayPad(size_t size, const TypeInfo tinext) nothrow pure @trusted
403 private void __arrayClearPad(ref BlkInfo info, size_t arrsize, size_t padsize) nothrow pure
419 BlkInfo __arrayAlloc(size_t arrsize, const scope TypeInfo ti, const TypeInfo tinext) nothrow pure
923 extern (C) void[] _d_newarrayU(const scope TypeInfo ti, size_t length) pure nothrow @weak
936 asm pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbase64.d66 pure @safe unittest
85 pure @safe unittest
101 pure @safe unittest
117 pure @safe unittest
184 pure nothrow size_t encodeLength(in size_t sourceLength)
221 pure char[] encode(R1, R2)(const scope R1 source, return scope R2 buffer)
456 @safe pure nothrow unittest
562 pure char[] encode(Range)(Range source) if (isArray!Range && is(ElementType!Range : ubyte))
925 pure nothrow size_t decodeLength(in size_t sourceLength)
949 pure nothro
[all...]
H A Dconcurrency.d280 this(string msg = "Unexpected message type") @safe pure nothrow @nogc
293 this(Tid t, string msg = "Owner terminated") @safe pure nothrow @nogc
308 this(Tid t, string msg = "Link terminated") @safe pure nothrow @nogc
344 this(Tid t, string msg = "Mailbox full") @safe pure nothrow @nogc
374 this(MessageBox m) @safe pure nothrow @nogc
1027 bool onCrowdingBlock(Tid tid) @safe pure nothrow @nogc
1032 bool onCrowdingThrow(Tid tid) @safe pure
1037 bool onCrowdingIgnore(Tid tid) @safe pure nothrow @nogc
1057 void setMaxMailboxSize(Tid tid, size_t messages, OnCrowding doThis) @safe pure
2031 final @property bool isClosed() @safe @nogc pure
[all...]
H A Dfunctional.d444 private bool unsafeOp(ElementType1, ElementType2)(ElementType1 a, ElementType2 b) pure
505 pure @safe @nogc nothrow unittest
958 pure @safe @nogc nothrow unittest
985 pure @safe @nogc nothrow unittest
1010 @safe pure @nogc nothrow unittest
1033 double opCall(int x, double y, short z) const pure nothrow @nogc
1045 pure @safe nothrow unittest
1056 int opCall(int mult, int add) pure @safe nothrow @nogc scope
1068 pure @safe @nogc nothrow unittest
1318 Technically the memoized function should be pure becaus
[all...]
H A Dexception.d550 (EnclosePure ? "pure " : "") ~
562 "pure = ", EnclosePure?1:0, "/", BodyPure?1:0, ", ",
875 * marked as a pure function. The following example does not
877 * uniqueness of the array in the pure function:
881 * 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
1071 bool doesPointTo(S, T, Tdummy=void)(auto ref const S source, ref const T target) @nogc @trusted pure nothrow
1111 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/testsuite/libphobos.typeinfo/
H A Disbaseof.d12 void main() @nogc nothrow pure @safe
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-ldbl-alt128.cc233 __attribute__((pure))
238 __attribute__((pure))
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/gc/
H A Dconfig.d83 pure @nogc nothrow:
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Ddassert.d85 const scope string[] valB) pure nothrow @nogc @safe
481 private string invertCompToken(scope string comp) pure nothrow @nogc @safe
516 alias type = RT function(P) nothrow @nogc @safe pure;
539 private bool inFinalizer()() pure nothrow @nogc @safe
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Darray.d59 pure nothrow @nogc:
H A Dmemory.d74 nothrow pure @safe @nogc:
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/sys/
H A Dauxv.d23 c_ulong getauxval(c_ulong type) nothrow pure @nogc @system;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dstat.d97 extern(D) @safe @property inout pure nothrow
144 extern(D) @safe @property inout pure nothrow
226 extern(D) @safe @property inout pure nothrow
286 extern(D) @safe @property inout pure nothrow
347 extern(D) @safe @property inout pure nothrow
413 extern(D) @safe @property inout pure nothrow
457 extern(D) @safe @property inout pure nothrow
542 extern(D) @safe @property inout pure nothrow
624 extern(D) @safe @property inout pure nothrow
719 extern(D) @safe @property inout pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadbase.d51 @nogc @safe pure nothrow this(string msg, string file = __FILE__, size_t line = __LINE__, Throwable next = null)
56 @nogc @safe pure nothrow this(string msg, Throwable next, string file = __FILE__, size_t line = __LINE__)
68 @nogc @safe pure nothrow this(string msg, string file = __FILE__, size_t line = __LINE__, Throwable next = null)
73 @nogc @safe pure nothrow this(string msg, Throwable next, string file = __FILE__, size_t line = __LINE__)
106 this(void function() fn, size_t sz = 0) @safe pure nothrow @nogc
113 this(void delegate() dg, size_t sz = 0) @safe pure nothrow @nogc
421 package this(size_t sz = 0) @safe pure nothrow @nogc
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dsha.d127 else pragma(inline, true) private pure @nogc nothrow @safe
164 static void transform(uint[5]* state, const(ubyte[64])* block) pure nothrow @nogc
315 static @safe pure nothrow @nogc
341 uint E, ref uint T) pure nothrow @nogc
349 pure nothrow @nogc
357 ref uint T) pure nothrow @nogc
365 ref uint T) pure nothrow @nogc
373 ref uint T) pure nothrow @nogc
380 private static void transformX86(uint[5]* state, const(ubyte[64])* block) pure nothrow @nogc
488 pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d168 @safe pure unittest
235 @safe pure nothrow unittest
1836 pure @safe unittest
2393 /* FIXME: pure nothrow*/ @safe unittest
2442 /*FIXME: pure @safe nothrow*/ @system unittest
2455 this(R _data) pure @safe nothrow { data = _data; }
2456 @property bool empty() pure @safe nothrow { return data.empty; }
2457 @property auto front() pure @safe nothrow { assert(!empty); return data.front; }
2458 void popFront() pure @safe nothrow { assert(!empty); data.popFront(); }
2466 this(R _data) pure
[all...]
H A Dsearching.d267 @safe pure unittest
407 @safe pure nothrow unittest
1285 @safe pure unittest
1432 @safe pure unittest
1457 @safe pure nothrow unittest
1467 @safe pure unittest
1498 @nogc @safe nothrow pure unittest
1623 ref const scope E needle) @trusted nothrow pure
1687 R findHelper(return scope ref R haystack, ref E needle) @trusted nothrow pure
1768 @safe pure nothro
[all...]
H A Dcomparison.d783 pure @safe unittest
820 pure @safe unittest
858 @nogc nothrow pure @safe unittest
894 nothrow pure @safe @nogc unittest
919 nothrow pure @safe unittest
1171 @safe @nogc pure unittest
1197 @safe @nogc pure unittest
2124 @safe nothrow pure unittest
2146 @safe @nogc pure @betterC unittest
2154 @safe @nogc pure unittes
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d368 pure @safe nothrow @nogc unittest
378 pure @safe nothrow unittest
405 pure @safe nothrow unittest
466 pure @safe nothrow @nogc unittest
476 pure @safe nothrow @nogc unittest
691 pure @safe nothrow unittest
700 pure @safe nothrow @nogc unittest
709 debug pure nothrow @system unittest
727 pure @safe nothrow unittest
863 pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d108 size_t endoffset, bool doDocComment, bool commentToken) pure
158 bool empty() const pure @property @nogc @safe
163 TOK front() const pure @property @nogc @safe
175 Token* allocateToken() pure nothrow @safe
188 private void releaseToken(Token* token) pure nothrow @nogc @safe
1884 private void stringPostfix(Token* t) pure @nogc
2576 final Loc loc() pure @nogc
2811 private void getDocComment(Token* t, uint lineComment, bool newParagraph) pure
2946 static const(char)* combineComments(const(char)[] c1, const(char)[] c2, bool newParagraph) pure
2973 private void endOfLine() pure
[all...]
H A Dfunc.d836 * This allows things like pure functions to match with an impure function type.
1200 /** for diagnostics, e.g. 'int foo(int x, int y) pure' */
1255 override final bool isCodeseg() const pure nothrow @nogc @safe
1461 final bool isNRVO() const scope @safe pure nothrow @nogc
1466 final void isNRVO(bool v) pure nothrow @safe @nogc
1472 final bool isNaked() const scope @safe pure nothrow @nogc
1477 final void isNaked(bool v) @safe pure nothrow @nogc
1483 final bool isGenerated() const scope @safe pure nothrow @nogc
1488 final void isGenerated(bool v) pure nothrow @safe @nogc
1494 final bool isIntroducing() const scope @safe pure nothro
[all...]
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.h435 internal_function __attribute ((pure));
861 internal_function __attribute ((pure))
874 internal_function __attribute ((pure))
883 internal_function __attribute ((pure))

Completed in 225 milliseconds

<<11121314151617181920>>