Searched refs:pure (Results 101 - 125 of 711) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dhmac.d95 @safe pure nothrow @nogc unittest
132 @safe pure nothrow @nogc unittest
163 @safe pure nothrow @nogc unittest
199 @safe pure nothrow @nogc unittest
240 @safe pure nothrow @nogc unittest
274 @safe pure nothrow @nogc unittest
293 @safe pure nothrow @nogc unittest
309 @safe pure nothrow @nogc
319 @safe pure nothrow
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdlib.d197 pure int abs(int j);
199 pure c_long labs(c_long j);
201 pure long llabs(long j);
226 void* alloca(size_t size) pure; // non-standard
230 void* alloca(size_t size) pure; // compiler intrinsic
235 void* alloca(size_t size) pure;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dalgebraic.d48 auto abs(Num)(Num x) @nogc pure nothrow
64 @safe pure nothrow @nogc unittest
75 @safe pure nothrow @nogc unittest
85 @safe pure nothrow @nogc unittest
98 @safe pure nothrow @nogc unittest
129 real fabs(real x) @safe pure nothrow @nogc { return core.math.fabs(x); }
133 double fabs(double x) @safe pure nothrow @nogc { return core.math.fabs(x); }
137 float fabs(float x) @safe pure nothrow @nogc { return core.math.fabs(x); }
163 @safe pure nothrow @nogc unittest
186 float sqrt(float x) @nogc @safe pure nothro
[all...]
H A Doperations.d45 real NaN(ulong payload) @trusted pure nothrow @nogc
128 @safe @nogc pure nothrow unittest
137 @system pure nothrow @nogc unittest // not @safe because taking address of local.
160 ulong getNaNPayload(real x) @trusted pure nothrow @nogc
213 @safe @nogc pure nothrow unittest
222 @safe @nogc pure nothrow unittest
244 @safe pure nothrow @nogc unittest
284 real nextUp(real x) @trusted pure nothrow @nogc
422 double nextUp(double x) @trusted pure nothrow @nogc
449 float nextUp(float x) @trusted pure nothro
[all...]
H A Dhardware.d145 static uint getIeeeFlags() @trusted pure
152 asm pure nothrow @nogc
160 asm pure nothrow @nogc
176 asm pure nothrow @nogc
190 asm pure nothrow @nogc
204 asm pure nothrow @nogc { fstsw sw; }
210 asm pure nothrow @nogc { stmxcsr mxcsr; }
219 asm pure nothrow @nogc { st %fsr, retval; }
232 asm pure nothrow @nogc
320 asm pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/
H A Din_.d143 extern(D) bool IN_CLASSA(in_addr_t i) pure @safe { return (i & 0x80000000) == 0; }
149 extern(D) bool IN_CLASSB(in_addr_t i) pure @safe { return (i & 0xc0000000) == 0x80000000; }
155 extern(D) bool IN_CLASSC(in_addr_t i) pure @safe { return (i & 0xe0000000) == 0xc0000000; }
160 extern(D) bool IN_CLASSD(in_addr_t i) pure @safe { return (i & 0xf0000000) == 0xe0000000; }
170 extern(D) bool IN_EXPERIMENTAL(in_addr_t i) pure @safe { return (i & 0xf0000000) == 0xf0000000; }
171 extern(D) bool IN_BADCLASS(in_addr_t i) pure @safe { return (i & 0xf0000000) == 0xf0000000; }
173 extern(D) bool IN_LINKLOCAL(in_addr_t i) pure @safe { return (i & 0xffff0000) == 0xa9fe0000; }
174 extern(D) bool IN_LOOPBACK(in_addr_t i) pure @safe { return (i & 0xff000000) == 0x7f000000; }
175 extern(D) bool IN_ZERONET(in_addr_t i) pure @safe { return (i & 0xff000000) == 0; }
177 extern(D) bool IN_PRIVATE(in_addr_t i) pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
H A Din_.d147 extern(D) bool IN_CLASSA(in_addr_t i) pure @safe { return (i & 0x80000000) == 0; }
153 extern(D) bool IN_CLASSB(in_addr_t i) pure @safe { return (i & 0xc0000000) == 0x80000000; }
159 extern(D) bool IN_CLASSC(in_addr_t i) pure @safe { return (i & 0xe0000000) == 0xc0000000; }
164 extern(D) bool IN_CLASSD(in_addr_t i) pure @safe { return (i & 0xf0000000) == 0xe0000000; }
174 extern(D) bool IN_EXPERIMENTAL(in_addr_t i) pure @safe { return (i & 0xf0000000) == 0xf0000000; }
175 extern(D) bool IN_BADCLASS(in_addr_t i) pure @safe { return (i & 0xf0000000) == 0xf0000000; }
177 extern(D) bool IN_LINKLOCAL(in_addr_t i) pure @safe { return (i & 0xffff0000) == 0xa9fe0000; }
178 extern(D) bool IN_LOOPBACK(in_addr_t i) pure @safe { return (i & 0xff000000) == 0x7f000000; }
179 extern(D) bool IN_ZERONET(in_addr_t i) pure @safe { return (i & 0xff000000) == 0; }
181 extern(D) bool IN_PRIVATE(in_addr_t i) pure
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dcommon.d28 @safe @nogc nothrow pure
94 @safe @nogc nothrow pure
102 @safe @nogc nothrow pure
114 @safe @nogc nothrow pure
127 @safe @nogc nothrow pure
139 @safe @nogc nothrow pure
147 @safe @nogc nothrow pure
161 @nogc nothrow pure
170 @nogc nothrow pure
183 @safe @nogc nothrow pure
[all...]
H A Dgc_allocator.d25 pure nothrow @trusted void[] allocate(size_t bytes) shared
56 pure nothrow @system bool reallocate(ref void[] b, size_t newSize) shared
73 pure nothrow
83 pure nothrow @system bool deallocate(void[] b) shared
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dcommon.d31 @safe @nogc nothrow pure
97 @safe @nogc nothrow pure
105 @safe @nogc nothrow pure
117 @safe @nogc nothrow pure
130 @safe @nogc nothrow pure
142 @safe @nogc nothrow pure
150 @safe @nogc nothrow pure
164 @nogc nothrow pure
173 @nogc nothrow pure
186 @safe @nogc nothrow pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dregion.d68 private void* roundedBegin() const pure nothrow @trusted @nogc
73 private void* roundedEnd() const pure nothrow @trusted @nogc
91 this(ubyte[] store) pure nothrow @nogc
136 size_t goodAllocSize(size_t n) const pure nothrow @safe @nogc
157 void[] allocate(size_t n) pure nothrow @trusted @nogc
189 void[] alignedAllocate(size_t n, uint a) pure nothrow @trusted @nogc
229 void[] allocateAll() pure nothrow @trusted @nogc
250 bool expand(ref void[] b, size_t delta) pure nothrow @safe @nogc
282 bool deallocate(void[] b) pure nothrow @nogc
310 bool deallocateAll() pure nothro
[all...]
H A Dscoped_allocator.d208 pure nothrow @safe @nogc
268 assert((() pure nothrow @safe @nogc => a.expand(b, 22))());
284 assert((() pure nothrow @safe @nogc => a.expand(b, 22))());
286 assert((() pure nothrow @safe @nogc => a.owns(b))() == Ternary.yes);
289 assert((() pure nothrow @safe @nogc => a.owns(b))() == Ternary.yes);
290 assert((() pure nothrow @safe @nogc => a.owns(null))() == Ternary.no);
300 assert((() pure nothrow @safe @nogc => alloc.empty)() == Ternary.yes);
302 assert((() pure nothrow @safe @nogc => alloc.empty)() == Ternary.no);
H A Dnull_allocator.d16 nothrow @nogc pure @safe:
72 nothrow @nogc pure @safe unittest
/netbsd-current/external/bsd/flex/dist/tests/
H A Dbison_yylloc_parser.y57 %pure-parser
H A Dbison_nr_parser.y56 %pure-parser
H A Dbison_yylval_parser.y55 %pure-parser
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dhmac.d93 @safe pure nothrow @nogc unittest
130 @safe pure nothrow @nogc unittest
161 @safe pure nothrow @nogc unittest
197 @safe pure nothrow @nogc unittest
238 @safe pure nothrow @nogc unittest
272 @safe pure nothrow @nogc unittest
296 @safe pure nothrow @nogc
306 @safe pure nothrow
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dinit.d47 override DYNCAST dyncast() const nothrow pure
67 final inout(ErrorInitializer) isErrorInitializer() inout @nogc nothrow pure
73 final inout(VoidInitializer) isVoidInitializer() inout @nogc nothrow pure
78 final inout(StructInitializer) isStructInitializer() inout @nogc nothrow pure
83 final inout(ArrayInitializer) isArrayInitializer() inout @nogc nothrow pure
88 final inout(ExpInitializer) isExpInitializer() inout @nogc nothrow pure
93 final inout(CInitializer) isCInitializer() inout @nogc nothrow pure
184 bool isAssociativeArray() const pure
H A Dctorflow.d74 void orCSX(CSX csx) nothrow pure
86 void OR(const ref CtorFlow ctorflow) pure nothrow
112 bool mergeCallSuper(ref CSX a, const CSX b) pure nothrow
175 bool mergeFieldInit(ref CSX a, const CSX b) pure nothrow
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/
H A Dpooltable.d53 @property size_t length() const scope @safe pure nothrow @nogc
58 ref inout(Pool*) opIndex(size_t idx) inout return @trusted pure nothrow @nogc
65 inout(Pool*)[] opSlice(size_t a, size_t b) inout return @trusted pure nothrow @nogc
73 inout(Pool*)[] opSlice() inout return @trusted pure nothrow @nogc
117 Pool*[] minimize() pure nothrow @nogc
173 @property const(void)* minAddr() const @safe pure nothrow @nogc { return _minAddr; }
174 @property const(void)* maxAddr() const @safe pure nothrow @nogc { return _maxAddr; }
192 @property bool isFree() const scope pure nothrow @nogc { return freepages == npages; }
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/netinet/
H A Din_.d85 extern(D) bool IN_CLASSA(in_addr_t i) pure @safe { return (i & 0x80000000) == 0; }
91 extern(D) bool IN_CLASSB(in_addr_t i) pure @safe { return (i & 0xc0000000) == 0x80000000; }
97 extern(D) bool IN_CLASSC(in_addr_t i) pure @safe { return (i & 0xe0000000) == 0xc0000000; }
102 extern(D) bool IN_CLASSD(in_addr_t i) pure @safe { return (i & 0xf0000000) == 0xe0000000; }
105 extern(D) bool IN_EXPERIMENTAL(in_addr_t i) pure @safe { return (i & 0xe0000000) == 0xe0000000; }
106 extern(D) bool IN_BADCLASS(in_addr_t i) pure @safe { return (i & 0xf0000000) == 0xf0000000; }
169 extern(D) size_t GROUP_FILTER_SIZE(int numsrc) pure @safe
175 extern(D) bool IN6_ARE_ADDR_EQUAL(in6_addr* a, in6_addr* b) pure @safe { return *a == *b; }
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d87 pure nothrow @safe:
206 const: nothrow: pure: @trusted:
209 override string toString() const pure nothrow @safe { return T.stringof; }
393 const: nothrow: pure: @trusted:
395 override string toString() const pure nothrow @safe { return "void"; }
402 override @property uint flags() nothrow pure
440 override string toString() const pure nothrow @safe { return "ifloat"; }
446 override string toString() const pure nothrow @safe { return "idouble"; }
452 override string toString() const pure nothrow @safe { return "ireal"; }
460 override string toString() const pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dconvert.d15 @nogc nothrow pure @trusted
24 static ubyte[] alloc(size_t x) nothrow pure
31 return (cast(ubyte[] function(size_t) @nogc nothrow pure) &alloc)(n);
35 @trusted pure nothrow @nogc
183 @safe pure nothrow @nogc
189 @safe pure nothrow @nogc
248 @safe pure nothrow @nogc
367 @safe pure nothrow @nogc
370 static real binPosPow2(int pow) @safe pure nothrow @nogc
395 @safe pure nothro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_wchar.d22 pure:
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
H A Drandom.d21 pure:

Completed in 153 milliseconds

1234567891011>>