Home
last modified time | relevance | path

Searched defs:throw (Results 1 – 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/std/
Dstd_memory.h190 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in throw() function
199 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } in throw() function
223 operator=(auto_ptr& __a) throw() in throw() function
241 operator=(auto_ptr<_Tp1>& __a) throw() in throw() function
270 operator*() const throw() in throw() function
329 reset(element_type* __p = 0) throw() in throw() function
349 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in throw() function
353 operator=(auto_ptr_ref<element_type> __ref) throw() in throw() function
364 operator auto_ptr_ref<_Tp1>() throw() in throw() function
368 operator auto_ptr<_Tp1>() throw() in throw() function
/freebsd-10-stable/contrib/libstdc++/include/bits/
Dallocator.h100 allocator() throw() { } in throw() function
102 allocator(const allocator& __a) throw() in throw() function
108 ~allocator() throw() { } in throw() function
Dlocale_classes.h374 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) in throw() function
Dstreambuf_iterator.h236 ostreambuf_iterator(streambuf_type* __s) throw () in throw() function
/freebsd-10-stable/contrib/libstdc++/include/ext/
Dmalloc_allocator.h69 malloc_allocator() throw() { } in throw() function
71 malloc_allocator(const malloc_allocator&) throw() { } in throw() function
76 ~malloc_allocator() throw() { } in throw() function
Dnew_allocator.h68 new_allocator() throw() { } in throw() function
70 new_allocator(const new_allocator&) throw() { } in throw() function
75 ~new_allocator() throw() { } in throw() function
Darray_allocator.h112 array_allocator(array_type* __array = NULL) throw() in throw() function
115 array_allocator(const array_allocator& __o) throw() in throw() function
122 ~array_allocator() throw() { } in throw() function
Dpool_allocator.h144 __pool_alloc() throw() { } in throw() function
146 __pool_alloc(const __pool_alloc&) throw() { } in throw() function
151 ~__pool_alloc() throw() { } in throw() function
Dthrow_allocator.h209 throw_allocator() throw() { } in throw() function
211 throw_allocator(const throw_allocator&) throw() { } in throw() function
216 ~throw_allocator() throw() { } in throw() function
Dconcurrence.h219 ~__scoped_lock() throw() in throw() function
Dbitmap_allocator.h143 operator[](const size_type __pos) const throw() in throw() function
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCContext.h449 size_t Alignment = 16) throw () { in throw() function
483 size_t Alignment = 16) throw () { in throw() function
493 inline void operator delete[](void *Ptr, llvm::MCContext &C) throw () { in throw() function
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DAttr.h68 size_t Alignment = 16) throw() { in throw() function
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DYAMLParser.h151 , size_t Alignment = 16) throw() { in throw() function
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessingRecord.h101 unsigned alignment = 8) throw() { in throw() function