Searched refs:nothrow (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Dnew_opvnt.cc35 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) throw() argument
37 return ::operator new(sz, nothrow);
H A Dnew_handler.cc35 const std::nothrow_t std::nothrow = { }; member in class:std
/freebsd-10-stable/contrib/libstdc++/include/backward/
H A Dnew.h38 using std::nothrow;
/freebsd-10-stable/contrib/libstdc++/include/std/
H A Dstd_memory.h83 nothrow));
106 * Provides the nothrow exception guarantee.
123 { ::operator delete(__p, nothrow); }
/freebsd-10-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h89 __attribute((nothrow));
91 __attribute((nothrow));
93 __attribute((nothrow));
/freebsd-10-stable/contrib/libc++/src/
H A Dnew.cpp182 const nothrow_t nothrow = {}; member in namespace:std
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DMemoryBuffer.cpp138 char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow));
367 // new(std::nothrow) returns 0.
/freebsd-10-stable/contrib/gcc/cp/
H A Dinit.c1606 int nothrow, check_new;
1845 nothrow = TYPE_NOTHROW_P (TREE_TYPE (alloc_fn));
1846 check_new = (flag_check_new || nothrow) && ! use_java_new;
1604 int nothrow, check_new; local
H A Dcall.c276 int nothrow; local
312 nothrow = ((decl && TREE_NOTHROW (decl))
340 TREE_NOTHROW (function) = nothrow;
/freebsd-10-stable/contrib/gcc/
H A Ddwarf2out.c239 unsigned nothrow : 1;
2202 if ((fde_table[i].nothrow || fde_table[i].all_throwers_are_sibcalls)
2210 enabled, we won't have collected nothrow information, and if we
2221 else if (! fde_table[i].nothrow
2375 && (fde->nothrow || fde->all_throwers_are_sibcalls)
2589 fde->nothrow = TREE_NOTHROW (current_function_decl);
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c12617 tree nothrow = tree_cons (get_identifier ("nothrow"), NULL, NULL);
12618 tree const_nothrow = tree_cons (get_identifier ("const"), NULL, nothrow);
12597 tree nothrow = tree_cons (get_identifier ("nothrow"), NULL, NULL); local

Completed in 293 milliseconds