Searched refs:pure (Results 26 - 50 of 711) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_int.d22 pure:
25 override string toString() const pure nothrow @safe { return "int"; }
46 override @property size_t tsize() nothrow pure
H A Dti_ptr.d23 pure:
47 override @property size_t tsize() nothrow pure
64 override @property uint flags() nothrow pure const { return 1; }
H A Dti_short.d22 pure:
25 override string toString() const pure nothrow @safe { return "short"; }
42 override @property size_t tsize() nothrow pure
H A Dti_ushort.d22 pure:
25 override string toString() const pure nothrow @safe { return "ushort"; }
42 override @property size_t tsize() nothrow pure
H A Dti_cent.d24 pure:
27 override string toString() const pure nothrow @safe { return "cent"; }
49 override @property size_t tsize() nothrow pure
68 override @property size_t talign() nothrow pure
H A Dti_long.d22 pure:
25 override string toString() const pure nothrow @safe { return "long"; }
50 override @property size_t tsize() nothrow pure
69 override @property size_t talign() nothrow pure
H A Dti_ucent.d24 pure:
27 override string toString() const pure nothrow @safe { return "ucent"; }
48 override @property size_t tsize() nothrow pure
67 override @property size_t talign() nothrow pure
H A Dti_ulong.d23 pure:
26 override string toString() const pure nothrow @safe { return "ulong"; }
50 override @property size_t tsize() nothrow pure
69 override @property size_t talign() nothrow pure
H A Dti_uint.d22 pure:
25 override string toString() const pure nothrow @safe { return "uint"; }
46 override @property size_t tsize() nothrow pure
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dfuture_message.d7 @nogc @safe pure nothrow this(string msg, Throwable next = null)
15 @nogc @safe pure nothrow this(string msg, Throwable next = null)
28 @nogc @safe pure nothrow this(string msg, Throwable next = null)
41 @nogc @safe pure nothrow this(string msg, Throwable next = null)
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.betterc/
H A Dtest19421.d6 extern(C) void main() @nogc nothrow pure
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dbuiltins.d53 void __ctfeWrite(scope const(char)[] s) @nogc @safe pure nothrow {}
H A Dmemory.d121 extern (C) uint gc_getAttr( void* p ) pure nothrow;
122 extern (C) uint gc_setAttr( void* p, uint a ) pure nothrow;
123 extern (C) uint gc_clrAttr( void* p, uint a ) pure nothrow;
125 extern (C) void* gc_addrOf( void* p ) pure nothrow @nogc;
126 extern (C) size_t gc_sizeOf( void* p ) pure nothrow @nogc;
135 extern (C) BlkInfo_ gc_query(return scope void* p) pure nothrow;
273 pragma(mangle, "gc_enable") static void enable() nothrow pure;
283 pragma(mangle, "gc_disable") static void disable() nothrow pure;
293 pragma(mangle, "gc_collect") static void collect() nothrow pure;
300 pragma(mangle, "gc_minimize") static void minimize() nothrow pure;
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/bionic/
H A Dstring.d17 pure void* memmem(return scope const void* haystack, size_t haystacklen, scope const void* needle, size_t needlelen);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Drootobject.d41 this() nothrow pure @nogc @safe
63 DYNCAST dyncast() const nothrow pure @nogc @safe
H A Dbitarray.d26 size_t length() const @nogc nothrow pure @safe
31 void length(size_t nlen) nothrow pure
46 void opAssign(const ref BitArray b) nothrow pure
54 bool opIndex(size_t idx) const @nogc nothrow pure
62 void opIndexAssign(bool val, size_t idx) @nogc nothrow pure
73 bool opEquals(const ref BitArray b) const @nogc nothrow pure
78 void zero() @nogc nothrow pure
87 bool isZero() @nogc nothrow pure
98 void or(const ref BitArray b) @nogc nothrow pure
108 void swap(ref BitArray b) @nogc nothrow pure
[all...]
H A Dhash.d17 uint calcHash(scope const(char)[] data) @nogc nothrow pure @safe
23 uint calcHash(scope const(ubyte)[] data) @nogc nothrow pure @safe
74 size_t mixHash(size_t h, size_t k) @nogc nothrow pure @safe
H A Drmem.d31 static void xfree(void* p) pure nothrow
39 static void* xmalloc(size_t size) pure nothrow
47 static void* xmalloc_noscan(size_t size) pure nothrow
55 static void* xcalloc(size_t size, size_t n) pure nothrow
63 static void* xcalloc_noscan(size_t size, size_t n) pure nothrow
71 static void* xrealloc(void* p, size_t size) pure nothrow
85 static void* xrealloc_noscan(void* p, size_t size) pure nothrow
99 static void* error() pure nothrow @nogc @safe
113 static void* check(void* p) pure nothrow @nogc
123 static bool isGCEnabled() pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Dexception.d23 @safe pure nothrow this(string msg, string file = __FILE__, size_t line = __LINE__, Throwable next = null)
28 @safe pure nothrow this(string msg, Throwable next, string file = __FILE__, size_t line = __LINE__)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dcontext.d28 void opAssign(void function() fn) pure nothrow @nogc @safe
33 void opAssign(void delegate() dg) pure nothrow @nogc @safe
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dperf_event.d499 @property ulong disabled() @safe pure nothrow @nogc const
505 @property void disabled(ulong v) @safe pure nothrow @nogc
519 @property ulong inherit() @safe pure nothrow @nogc const
525 @property void inherit(ulong v) @safe pure nothrow @nogc
539 @property ulong pinned() @safe pure nothrow @nogc const
545 @property void pinned(ulong v) @safe pure nothrow @nogc
559 @property ulong exclusive() @safe pure nothrow @nogc const
565 @property void exclusive(ulong v) @safe pure nothrow @nogc
579 @property ulong exclude_user() @safe pure nothrow @nogc const
585 @property void exclude_user(ulong v) @safe pure nothro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dwchar_.d216 pure wchar_t* wcscpy(return scope wchar_t* s1, scope const wchar_t* s2);
218 pure wchar_t* wcsncpy(return scope wchar_t* s1, scope const wchar_t* s2, size_t n);
220 pure wchar_t* wcscat(return scope wchar_t* s1, scope const wchar_t* s2);
222 pure wchar_t* wcsncat(return scope wchar_t* s1, scope const wchar_t* s2, size_t n);
224 pure int wcscmp(scope const wchar_t* s1, scope const wchar_t* s2);
228 pure int wcsncmp(scope const wchar_t* s1, scope const wchar_t* s2, size_t n);
232 pure inout(wchar_t)* wcschr(return scope inout(wchar_t)* s, wchar_t c);
234 pure size_t wcscspn(scope const wchar_t* s1, scope const wchar_t* s2);
236 pure inout(wchar_t)* wcspbrk(return scope inout(wchar_t)* s1, scope const wchar_t* s2);
238 pure inou
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dmmap_allocator.d31 pure nothrow @nogc @safe
49 pure nothrow @nogc
77 pure nothrow @nogc @safe
94 pure nothrow @nogc
106 // pure wrappers around `mmap` and `munmap` because they are used here locally
107 // solely to perform allocation and deallocation which in this case is `pure`
109 extern (C) private pure @system @nogc nothrow
120 extern (Windows) private pure @system @nogc nothrow
132 pure nothrow @safe @nogc unittest
/netbsd-current/external/gpl2/groff/dist/
H A DMakefile.ccpg29 pure: $(PROG).pure
31 $(PROG).pure: $(OBJS) $(XLIBS)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.d23 extern (C) private pure @system @nogc nothrow
89 extern (C++) void dtor() pure nothrow @trusted
106 extern (C++) ~this() pure nothrow @trusted
124 extern (C++) size_t length() const pure @nogc @safe nothrow { return offset; }
131 extern (C++) char* extractData() pure nothrow @nogc @trusted
144 extern (C++) void destroy() pure nothrow @trusted
159 extern (C++) void reserve(size_t nbytes) pure nothrow
202 extern (C++) void setsize(size_t size) pure nothrow @nogc @safe
208 extern (C++) void reset() pure nothrow @nogc @safe
213 private void indent() pure nothro
[all...]

Completed in 156 milliseconds

1234567891011>>