Home
last modified time | relevance | path

Searched refs:nothrow (Results 1 – 25 of 798) sorted by relevance

12345678910>>...32

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
H A Dgc.d11 extern (C) void onOutOfMemoryError(void* pretend_sideffect = null) @trusted pure nothrow @nogc; /* …
15 extern (C) void gc_init_nothrow() nothrow @nogc;
18 extern (C) void gc_enable() nothrow;
19 extern (C) void gc_disable() nothrow;
21 … extern (C) void* gc_malloc( size_t sz, uint ba = 0, const scope TypeInfo = null ) pure nothrow;
22 … extern (C) void* gc_calloc( size_t sz, uint ba = 0, const scope TypeInfo = null ) pure nothrow;
23 … extern (C) BlkInfo gc_qalloc( size_t sz, uint ba = 0, const scope TypeInfo = null ) pure nothrow;
24 …c_realloc(return scope void* p, size_t sz, uint ba = 0, const scope TypeInfo = null ) pure nothrow;
25 extern (C) size_t gc_reserve( size_t sz ) nothrow;
27 …extern (C) void gc_addRange(const void* p, size_t sz, const scope TypeInfo ti = null ) nothrow @no…
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/gc/
H A Dgcinterface.d20 alias RootIterator = int delegate(scope int delegate(ref Root) nothrow dg);
21 alias RangeIterator = int delegate(scope int delegate(ref Range) nothrow dg);
36 bool opEquals(const scope Range rhs) nothrow const { return pbot == rhs.pbot; } in opEquals()
54 void collect() nothrow;
59 void collectNoStack() nothrow;
64 void minimize() nothrow;
69 uint getAttr(void* p) nothrow;
74 uint setAttr(void* p, uint mask) nothrow;
79 uint clrAttr(void* p, uint mask) nothrow;
84 void* malloc(size_t size, uint bits, const TypeInfo ti) nothrow;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dgcinterface.d20 alias RootIterator = int delegate(scope int delegate(ref Root) nothrow dg);
21 alias RangeIterator = int delegate(scope int delegate(ref Range) nothrow dg);
59 void collect() nothrow;
64 void collectNoStack() nothrow;
69 void minimize() nothrow;
74 uint getAttr(void* p) nothrow;
79 uint setAttr(void* p, uint mask) nothrow;
84 uint clrAttr(void* p, uint mask) nothrow;
89 void* malloc(size_t size, uint bits, const TypeInfo ti) nothrow;
94 BlkInfo qalloc(size_t size, uint bits, const TypeInfo ti) nothrow;
[all …]
H A Dproxy.d90 void gc_collect() nothrow in gc_collect()
95 void gc_minimize() nothrow in gc_minimize()
100 uint gc_getAttr( void* p ) nothrow in gc_getAttr()
105 uint gc_setAttr( void* p, uint a ) nothrow in gc_setAttr()
110 uint gc_clrAttr( void* p, uint a ) nothrow in gc_clrAttr()
115 void* gc_malloc( size_t sz, uint ba = 0, const TypeInfo ti = null ) nothrow
120 BlkInfo gc_qalloc( size_t sz, uint ba = 0, const TypeInfo ti = null ) nothrow
125 void* gc_calloc( size_t sz, uint ba = 0, const TypeInfo ti = null ) nothrow
130 void* gc_realloc( void* p, size_t sz, uint ba = 0, const TypeInfo ti = null ) nothrow
135 size_t gc_extend( void* p, size_t mx, size_t sz, const TypeInfo ti = null ) nothrow
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dexception.d29 alias terminate_handler = void function() nothrow;
31 terminate_handler set_terminate(terminate_handler f) nothrow;
33 terminate_handler get_terminate() nothrow;
35 void terminate() nothrow;
42 deprecated unexpected_handler set_unexpected(unexpected_handler f) nothrow;
44 deprecated unexpected_handler get_unexpected() nothrow;
52 bool uncaught_exception() nothrow;
57 deprecated bool uncaught_exception() nothrow;
62 int uncaught_exceptions() nothrow;
72 extern(D) this() nothrow {} in version()
[all …]
H A Dtypeinfo.d33 final bool before(const type_info rhs) const nothrow; in version()
34 final const(char)* name() const nothrow; in version()
45 extern(D) this() nothrow { } in version()
46 extern(D) this(const bad_cast) nothrow { } in version()
49 override const(char)* what() const nothrow; in version()
55 extern(D) this() nothrow { } in version()
56 extern(D) this(const bad_typeid) nothrow { } in version()
59 override const (char)* what() const nothrow; in version()
79 @weak ~this() nothrow {} in version()
82 final bool before(const type_info rhs) const nothrow; in version()
[all …]
H A Dxutility.d162 this(int) nothrow @nogc @safe; in version()
163 ~this() nothrow @nogc @safe; in version()
174 void _Orphan_all()() nothrow @nogc @safe {} in version()
175 void _Swap_all()(ref _Container_base0) nothrow @nogc @safe {} in version()
176 void _Swap_proxy_and_iterators()(ref _Container_base0) nothrow {} in version()
181 void _Adopt()(const(void)*) nothrow @nogc @safe {} in version()
182 const(_Container_base0)* _Getcont()() const nothrow @nogc @safe { return null; } in version()
196 inout(_Iterator_base12*)*_Getpfirst()() inout nothrow @nogc @safe in version()
200 void _Orphan_all()() nothrow @nogc @safe in version()
215 void _Swap_proxy_and_iterators()(ref _Container_base12 _Right) nothrow in version()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.init_fini/
H A Dcustom_gc.d24 nothrow @nogc:
54 void collect() nothrow in collect()
58 void collectNoStack() nothrow in collectNoStack()
62 void minimize() nothrow in minimize()
66 uint getAttr(void* p) nothrow in getAttr()
71 uint setAttr(void* p, uint mask) nothrow in setAttr()
76 uint clrAttr(void* p, uint mask) nothrow in clrAttr()
81 void* malloc(size_t size, uint bits, const TypeInfo ti) nothrow in malloc()
86 BlkInfo qalloc(size_t size, uint bits, const scope TypeInfo ti) nothrow in qalloc()
91 void* calloc(size_t size, uint bits, const TypeInfo ti) nothrow in calloc()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/manual/
H A Dgc.d29 extern (C) void onOutOfMemoryError(void* pretend_sideffect = null) @trusted pure nothrow @nogc; /* …
73 void collect() nothrow in collect()
77 void collectNoStack() nothrow in collectNoStack()
81 void minimize() nothrow in minimize()
85 uint getAttr(void* p) nothrow in getAttr()
90 uint setAttr(void* p, uint mask) nothrow in setAttr()
95 uint clrAttr(void* p, uint mask) nothrow in clrAttr()
100 void* malloc(size_t size, uint bits, const TypeInfo ti) nothrow in malloc()
109 BlkInfo qalloc(size_t size, uint bits, const scope TypeInfo ti) nothrow in qalloc()
118 void* calloc(size_t size, uint bits, const TypeInfo ti) nothrow in calloc()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.d19 nothrow:
23 extern (C) private pure @system @nogc nothrow
59 nothrow:
64 this(size_t initialSize) nothrow in this()
89 extern (C++) void dtor() pure nothrow @trusted in dtor()
106 extern (C++) ~this() pure nothrow @trusted in ~this()
112 ubyte* buf() nothrow { in buf()
117 ubyte** bufptr() nothrow { in bufptr()
124 extern (C++) size_t length() const pure @nogc @safe nothrow { return offset; } in length()
131 extern (C++) char* extractData() pure nothrow @nogc @trusted in extractData()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/manual/
H A Dgc.d36 extern (C) void onOutOfMemoryError(void* pretend_sideffect = null) @trusted pure nothrow @nogc; /* …
88 void collect() nothrow in collect()
92 void collectNoStack() nothrow in collectNoStack()
96 void minimize() nothrow in minimize()
100 uint getAttr(void* p) nothrow in getAttr()
105 uint setAttr(void* p, uint mask) nothrow in setAttr()
110 uint clrAttr(void* p, uint mask) nothrow in clrAttr()
115 void* malloc(size_t size, uint bits, const TypeInfo ti) nothrow in malloc()
124 BlkInfo qalloc(size_t size, uint bits, const TypeInfo ti) nothrow in qalloc()
133 void* calloc(size_t size, uint bits, const TypeInfo ti) nothrow in calloc()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/
H A Dproxy.d29 pragma (inline, true) @trusted @nogc nothrow in pragma()
81 void gc_init_nothrow() nothrow in gc_init_nothrow()
137 void gc_collect() nothrow in gc_collect()
142 void gc_minimize() nothrow in gc_minimize()
147 uint gc_getAttr( void* p ) nothrow in gc_getAttr()
152 uint gc_setAttr( void* p, uint a ) nothrow in gc_setAttr()
157 uint gc_clrAttr( void* p, uint a ) nothrow in gc_clrAttr()
162 void* gc_malloc( size_t sz, uint ba = 0, const scope TypeInfo ti = null ) nothrow
167 BlkInfo gc_qalloc( size_t sz, uint ba = 0, const scope TypeInfo ti = null ) nothrow
172 void* gc_calloc( size_t sz, uint ba = 0, const scope TypeInfo ti = null ) nothrow
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Drmem.d23 static char* xstrdup(const(char)* s) nothrow in xstrdup()
31 static void xfree(void* p) pure nothrow in xfree()
39 static void* xmalloc(size_t size) pure nothrow in xmalloc()
47 static void* xmalloc_noscan(size_t size) pure nothrow in xmalloc_noscan()
55 static void* xcalloc(size_t size, size_t n) pure nothrow in xcalloc()
63 static void* xcalloc_noscan(size_t size, size_t n) pure nothrow in xcalloc_noscan()
71 static void* xrealloc(void* p, size_t size) pure nothrow in xrealloc()
85 static void* xrealloc_noscan(void* p, size_t size) pure nothrow in xrealloc_noscan()
99 static void* error() pure nothrow @nogc @safe in error()
113 static void* check(void* p) pure nothrow @nogc in check()
[all …]
H A Dstringtable.d25 private size_t nextpow2(size_t val) @nogc nothrow pure @safe in nextpow2()
63 char* lstring() @nogc nothrow pure return in StringValue()
68 size_t len() const @nogc nothrow pure @safe in StringValue()
73 const(char)* toDchars() const @nogc nothrow pure return in StringValue()
79 const(char)[] toString() const @nogc nothrow pure in StringValue()
95 void _init(size_t size = 0) nothrow pure
107 void reset(size_t size = 0) nothrow pure
113 ~this() nothrow pure
130 inout(StringValue!T)* lookup(scope const(char)[] str) inout @nogc nothrow pure
139 inout(StringValue!T)* lookup(scope const(char)* s, size_t length) inout @nogc nothrow pure
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadbase.d29 alias rt_tlsgc_init = externDFunc!("rt.tlsgc.init", void* function() nothrow @nogc);
30 alias rt_tlsgc_destroy = externDFunc!("rt.tlsgc.destroy", void function(void*) nothrow @nogc);
32 alias ScanDg = void delegate(void* pstart, void* pend) nothrow;
34 externDFunc!("rt.tlsgc.scan", void function(void*, scope ScanDg) nothrow);
37 externDFunc!("rt.tlsgc.processGCMarks", void function(void*, scope IsMarkedDg) nothrow);
51 …@nogc @safe pure nothrow this(string msg, string file = __FILE__, size_t line = __LINE__, Throwabl…
56 …@nogc @safe pure nothrow this(string msg, Throwable next, string file = __FILE__, size_t line = __…
68 …@nogc @safe pure nothrow this(string msg, string file = __FILE__, size_t line = __LINE__, Throwabl…
73 …@nogc @safe pure nothrow this(string msg, Throwable next, string file = __FILE__, size_t line = __…
88 …wapContext = externDFunc!("core.thread.osthread.swapContext", void* function(void*) nothrow @nogc);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dperf_event.d11 nothrow:
499 @property ulong disabled() @safe pure nothrow @nogc const in disabled()
505 @property void disabled(ulong v) @safe pure nothrow @nogc in disabled()
519 @property ulong inherit() @safe pure nothrow @nogc const in inherit()
525 @property void inherit(ulong v) @safe pure nothrow @nogc in inherit()
539 @property ulong pinned() @safe pure nothrow @nogc const in pinned()
545 @property void pinned(ulong v) @safe pure nothrow @nogc in pinned()
559 @property ulong exclusive() @safe pure nothrow @nogc const in exclusive()
565 @property void exclusive(ulong v) @safe pure nothrow @nogc in exclusive()
579 @property ulong exclude_user() @safe pure nothrow @nogc const in exclude_user()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
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;
136 extern (C) GC.Stats gc_stats ( ) @safe nothrow @nogc;
137 extern (C) GC.ProfileStats gc_profileStats ( ) nothrow @nogc @safe;
273 pragma(mangle, "gc_enable") static void enable() nothrow pure;
283 pragma(mangle, "gc_disable") static void disable() nothrow pure;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dmallocator.d25 @trusted @nogc nothrow
35 @system @nogc nothrow
44 @system @nogc nothrow
71 @nogc nothrow
79 @nogc nothrow
82 @nogc nothrow
94 @nogc nothrow
122 @nogc nothrow in version()
129 @nogc nothrow in version()
151 @nogc nothrow in version()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A Dobject.d63 size_t toHash() @trusted nothrow in toHash()
177 private extern(C) void _d_setSameMutex(shared Object ownee, shared Object owner) nothrow;
213 override string toString() const pure @safe nothrow in toString()
218 override size_t toHash() @trusted const nothrow in toHash()
227 … int function(scope const char[] s1, scope const char[] s2) @trusted pure nothrow @nogc); in opCmp()
258 size_t getHash(scope const void* p) @trusted nothrow const in getHash()
270 @property size_t tsize() nothrow pure const @safe @nogc { return 0; } in tsize()
286 @property inout(TypeInfo) next() nothrow pure inout @nogc { return null; } in inout()
294 abstract const(void)[] initializer() nothrow pure const @safe @nogc;
298 @property uint flags() nothrow pure const @safe @nogc { return 0; } in flags()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dmallocator.d30 @trusted @nogc nothrow pure
40 @system @nogc nothrow pure
49 @system @nogc nothrow pure
67 @trusted @nogc nothrow pure
85 @nogc @system nothrow unittest
92 @nogc @system nothrow pure unittest
94 @nogc nothrow pure
99 scope(exit) () nothrow @nogc { A.instance.deallocate(p[0 .. int.sizeof]); }(); in test()
106 @nogc @system nothrow pure unittest
133 @nogc nothrow in version()
[all …]
H A Dgc_allocator.d30 pure nothrow @trusted void[] allocate(size_t bytes) shared const in allocate()
38 pure nothrow @trusted bool expand(ref void[] b, size_t delta) shared const in expand()
61 pure nothrow @system bool reallocate(ref void[] b, size_t newSize) shared const in reallocate()
78 pure nothrow @trusted @nogc
88 pure nothrow @system @nogc
96 pure nothrow @safe @nogc
114 package pure nothrow @trusted void[] allocateZeroed()(size_t bytes) shared const in allocateZeroed()
130 nothrow @trusted void collect() shared const in collect()
157 assert((() nothrow @safe @nogc => GCAllocator.instance.goodAllocSize(1))() == 16);
160 assert((() nothrow @safe @nogc => GCAllocator.instance.goodAllocSize(s))() == s);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dhardware.d105 nothrow @nogc: in version()
152 asm pure nothrow @nogc in version()
160 asm pure nothrow @nogc in version()
176 asm pure nothrow @nogc in version()
190 asm pure nothrow @nogc in version()
204 asm pure nothrow @nogc { fstsw sw; } in version()
210 asm pure nothrow @nogc { stmxcsr mxcsr; } in version()
232 asm pure nothrow @nogc in version()
249 asm nothrow @nogc in version()
258 asm nothrow @nogc in version()
[all …]
H A Dtrigonometry.d67 real cos(real x) @safe pure nothrow @nogc { return core.math.cos(x); } in pragma()
70 double cos(double x) @safe pure nothrow @nogc { return core.math.cos(x); } in pragma()
73 float cos(float x) @safe pure nothrow @nogc { return core.math.cos(x); } in pragma()
91 @safe pure nothrow @nogc unittest
125 real sin(real x) @safe pure nothrow @nogc { return core.math.sin(x); } in pragma()
128 double sin(double x) @safe pure nothrow @nogc { return core.math.sin(x); } in pragma()
131 float sin(float x) @safe pure nothrow @nogc { return core.math.sin(x); } in pragma()
153 @safe pure nothrow @nogc unittest
178 real tan(real x) @safe pure nothrow @nogc in pragma()
190 double tan(double x) @safe pure nothrow @nogc { return __ctfe ? cast(double) tan(cast(real) x) : ta… in pragma()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dregion.d68 private void* roundedBegin() const pure nothrow @trusted @nogc in roundedBegin()
73 private void* roundedEnd() const pure nothrow @trusted @nogc in roundedEnd()
91 this(ubyte[] store) pure nothrow @nogc in this()
136 size_t goodAllocSize(size_t n) const pure nothrow @safe @nogc in goodAllocSize()
157 void[] allocate(size_t n) pure nothrow @trusted @nogc in allocate()
189 void[] alignedAllocate(size_t n, uint a) pure nothrow @trusted @nogc in alignedAllocate()
229 void[] allocateAll() pure nothrow @trusted @nogc in allocateAll()
250 bool expand(ref void[] b, size_t delta) pure nothrow @safe @nogc in expand()
282 bool deallocate(void[] b) pure nothrow @nogc in deallocate()
310 bool deallocateAll() pure nothrow @nogc in deallocateAll()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d61 private int printf(ARGS...)(const char* fmt, ARGS args) nothrow in debug()
87 debug(PRINTF) void printFreeInfo(Pool* pool) nothrow in debug()
125 void rt_finalizeFromGC(void* p, size_t size, uint attr) nothrow;
126 int rt_hasFinalizerInSegment(void* p, size_t size, uint attr, in void[] segment) nothrow;
130 void onInvalidMemoryOperationError() @nogc nothrow;
131 void onOutOfMemoryErrorNoGC() @nogc nothrow;
157 void print() nothrow
175 void Dtor() nothrow
182 void reserve(size_t nentries) nothrow
209 void push(Log log) nothrow
[all …]

12345678910>>...32