Lines Matching refs:pure

95     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 nothrow @trusted @nogc
664 pure nothrow @trusted @nogc
890 // Since the lock is not pure, only the single threaded version is pure
906 pure nothrow @nogc
915 // Since the lock is not pure, only the single threaded version is pure
929 pure nothrow @safe @nogc
936 pure nothrow @trusted @nogc
997 pure nothrow @trusted @nogc
1054 pure nothrow @trusted @nogc
1128 pure nothrow @trusted @nogc
1143 pure nothrow @trusted @nogc
1270 pure nothrow @safe @nogc
1278 pure nothrow @trusted @nogc
1286 pure nothrow @trusted @nogc
1310 pure nothrow @trusted @nogc
1333 pure nothrow @safe @nogc
1340 pure nothrow @nogc
1552 pure nothrow @safe @nogc
1560 pure nothrow @trusted @nogc
1736 const b = (() pure nothrow @safe @nogc => a.allocate(100))();
1740 pure @safe unittest
1810 const char[] attribAllocate = "(() pure nothrow @safe @nogc => a.allocate(" ~ size ~ "))()";
1915 assert((() pure nothrow @safe @nogc => a.expand(b, blocksAtATime * bs))()
2149 const void[] buff = (() pure nothrow @safe @nogc => a.allocate(42))();
2248 pure nothrow @safe @nogc
2403 auto b = (() pure nothrow @safe @nogc => h.allocate(123))();
2412 b = (() pure nothrow @safe @nogc => h.allocate(4096))();
2440 assert((() pure nothrow @safe @nogc => h.goodAllocSize(1))() == 4096);
2456 pure nothrow @safe @nogc
2478 pure nothrow @safe @nogc
2507 pure nothrow @safe @nogc
2527 pure nothrow @safe @nogc
2538 pure nothrow @safe @nogc
2555 pure nothrow @safe @nogc
2558 pure nothrow @safe @nogc
2561 pure nothrow @safe @nogc
2593 pure nothrow @safe @nogc
2601 pure nothrow @safe @nogc
2611 pure nothrow @safe @nogc
2620 pure nothrow @safe @nogc
2648 pure nothrow @safe @nogc
2674 pure nothrow @safe @nogc
2682 pure nothrow @safe @nogc
2689 pure nothrow @safe @nogc