Home
last modified time | relevance | path

Searched defs:throw (Results 201 – 225 of 2971) sorted by relevance

12345678910>>...119

/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/compat/eh/
H A Dnew1_y.C9 throw (std::bad_alloc) in throw() function
16 void operator delete[] (void *p) throw () in throw() function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/base-compat-0.11.2/src/Control/Exception/
H A DCompat.hs24 throw e = raise# (toException e) function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/base-compat-0.11.2/src/Control/Exception/
H A DCompat.hs24 throw e = raise# (toException e) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/base-compat-0.11.1/src/Control/Exception/
H A DCompat.hs24 throw e = raise# (toException e) function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/base-compat-0.11.1/src/Control/Exception/
H A DCompat.hs24 throw e = raise# (toException e) function
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/compat/eh/
H A Dnew1_y.C7 void * operator new[] (std::size_t s) throw (std::bad_alloc) in throw() function
13 void operator delete[] (void *p) throw () in throw() function
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/compat/eh/
H A Dnew1_y.C7 void * operator new[] (std::size_t s) throw (std::bad_alloc) in throw() function
13 void operator delete[] (void *p) throw () in throw() function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/base-compat-0.11.2/src/Control/Exception/
H A DCompat.hs24 throw e = raise# (toException e) function
/dports/finance/ledger/ledger-3.2.1/src/
H A Diterators.h68 ~iterator_facade_base() throw() { in throw() function
114 ~xact_posts_iterator() throw() { in throw() function
164 ~xacts_iterator() throw() { in throw() function
200 ~journal_posts_iterator() throw() { in throw() function
235 ~posts_commodities_iterator() throw() { in throw() function
266 ~basic_accounts_iterator() throw() { in throw() function
315 ~sorted_accounts_iterator() throw() { in throw() function
/dports/net/tcpkali/tcpkali-1.1.1/deps/libev/
H A Dev++.h145 loop_ref (EV_P) throw () in throw() function
181 operator struct ev_loop * () const throw () in throw() function
186 operator const struct ev_loop * () const throw () in throw() function
203 void unloop (how_t how = ONE) throw () in throw() function
214 void break_loop (how_t how = ONE) throw () in throw() function
355 dynamic_loop (unsigned int flags = AUTO) throw (bad_loop) in throw() function
362 ~dynamic_loop () throw () in throw() function
379 default_loop (unsigned int flags = AUTO) throw (bad_loop) in throw() function
434 base (EV_PX) throw () in throw() function
450 void set (void *data = 0) throw () in throw() function
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dlinked_ptr.h43 explicit linked_ptr(X* p = 0) throw() in throw() function
47 linked_ptr(const linked_ptr& r) throw() in throw() function
72 X& operator*() const throw() {return *itsPtr;} in throw() function
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dlinked_ptr.h60 explicit linked_ptr(X* p = 0) throw() in throw() function
64 linked_ptr(const linked_ptr& r) throw() in throw() function
89 X& operator*() const throw() {return *itsPtr;} in throw() function
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dlinked_ptr.h43 explicit linked_ptr(X* p = 0) throw() in throw() function
47 linked_ptr(const linked_ptr& r) throw() in throw() function
72 X& operator*() const throw() {return *itsPtr;} in throw() function
/dports/textproc/erlang-yamerl/yamerl-0.7.0/src/
H A Dyamerl_errors.erl53 throw(Error) when not is_list(Error) -> function
55 throw(Errors) -> function
/dports/audio/darkice/darkice-1.4/src/
H A DAlsaDspSource.h151 throw ( Exception ) in throw() function
164 AlsaDspSource ( const AlsaDspSource & ds ) throw ( Exception ) in throw() function
189 operator= ( const AlsaDspSource & ds ) throw ( Exception ) in throw() function
H A DVorbisLibEncoder.h213 throw ( Exception ) in throw() function
255 throw ( Exception ) in throw() function
275 throw ( Exception ) in throw() function
306 operator= ( const VorbisLibEncoder & encoder ) throw ( Exception ) in throw() function
H A DShoutCast.h166 throw ( Exception ) in throw() function
185 ShoutCast( const ShoutCast & cs ) throw ( Exception ) in throw() function
210 operator= ( const ShoutCast & cs ) throw ( Exception ) in throw() function
/dports/math/ump/ump-0.8.6/src/
H A Dreal.h126 Real & operator*=(const Real &val) throw(error_obj) { this->mul( val ); return *this; } in throw() function
127 …inline Real & operator*=(const int64 &val) throw(error_obj) { if(exact){ *top*=val; legalice(); }e… in throw() function
128 …inline Real & operator*=(const float &val) throw(error_obj) { if(exact){ value=floatx(*this)*val; … in throw() function
129 …inline Real & operator*=(const double &val) throw(error_obj) { if(exact){ value=floatx(*this)*val;… in throw() function
130 …inline Real & operator*=(const long double &val) throw(error_obj) { if(exact){ value=floatx(*this)… in throw() function
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtl/
H A DCtlExc.h75 CtlExc(const std::string &text) throw(): Iex::BaseExc(text) {}; in throw() function
76 CtlExc(std::stringstream &text) throw(): Iex::BaseExc(text) {}; in throw() function
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Ddobject.h199 TObjPtr(T *q) throw() in throw() function
203 TObjPtr(const TObjPtr<T> &q) throw() in throw() function
207 T *operator=(T *q) throw() in throw() function
212 operator T*() throw() in throw() function
222 T **operator&() throw() in throw() function
241 bool operator>(T *u) throw() in throw() function
245 bool operator>=(T *u) throw() in throw() function
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvcore/
H A DMemory.h41 inline void * operator new [] (size_t size) throw() in throw() function
46 inline void operator delete [] (void * p) throw() in throw() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ArmPkg/Library/CompilerIntrinsicsLib/
H A Dmemset.c44 void __aeabi_memclr(void *dest, size_t n) in throw()
49 __attribute__((__alias__("__aeabi_memclr")))
/dports/devel/p5-Test-Able/Test-Able-0.11/lib/Test/Able/
H A DFatalException.pm71 sub throw { subroutine
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dhook.py32 def pythonhook(ui, repo, htype, hname, funcname, args, throw): argument
148 def _exthook(ui, repo, htype, name, cmd, args, throw): argument
265 def hook(ui, repo, htype, throw=False, **args): argument
322 def runhooks(ui, repo, htype, hooks, throw=False, **args): argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dallocator.h95 allocator() throw() { } in throw() function
97 allocator(const allocator& a) throw() in throw() function
103 ~allocator() throw() { } in throw() function

12345678910>>...119