Lines Matching refs:pure

385     @safe @nogc pure
396 @safe @nogc pure
421 private @nogc pure @safe
428 @nogc pure @safe
437 @nogc pure @safe
447 @nogc pure @safe
463 @nogc pure @safe
728 @safe @nogc pure
741 @safe @nogc pure
767 private @nogc pure @safe
774 @nogc pure @safe
783 @nogc pure @safe
793 @nogc pure @safe
811 @nogc pure @safe
981 @nogc pure @safe
987 @nogc pure @safe
1173 // make can only be @safe if emplace or emplaceRef is `pure`
1188 static if (is(typeof(() pure { return construct(); })))
1337 // should be pure with the GCAllocator
1338 /*pure nothrow*/ @safe unittest
1360 static struct Pure { this(int) pure nothrow @nogc @safe {} }
1371 // test failure with a pure, failing struct
1513 pure nothrow @nogc
1621 (alloc) /*pure nothrow*/ @safe { test1(alloc); test2(alloc);} (GCAllocator.instance);
1656 is(typeof(() pure { T.init.__xpostblit(); }));
1659 is(typeof(() pure { T.init.__xdtor(); }));
1750 (alloc) /*pure nothrow*/ @safe { test(alloc); } (GCAllocator.instance);
1754 // test failure with a pure, failing struct
1933 (alloc) pure nothrow @safe { test(alloc); } (GCAllocator.instance);
1956 (alloc) pure nothrow @safe { test(alloc); } (GCAllocator.instance);
1960 /*pure*/ nothrow @safe unittest
1968 (alloc) pure nothrow @safe
1978 // test failure with a pure, failing struct
2083 pure nothrow @safe @nogc:
2108 (alloc) pure nothrow @safe { test(alloc); } (GCAllocator.instance);
2855 @nogc pure @safe
2861 @nogc pure @safe
3021 @nogc nothrow pure @safe
3027 @nogc nothrow pure @trusted
3085 @nogc pure @safe
3091 @nogc pure @safe
3251 @nogc nothrow pure @safe
3257 @nogc nothrow pure @trusted
3279 (cast(bool delegate(void[]) @nogc nothrow pure)(&tmp.deallocate))(support);
3685 pure nothrow @safe @nogc
3733 () pure nothrow @safe {