HomeSort by: relevance | last modified time | path
    Searched defs:nothrow (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
new_handler.cc 37 const std::nothrow_t std::nothrow = std::nothrow_t{ }; member in class:std
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
new_handler.cc 37 const std::nothrow_t std::nothrow = std::nothrow_t{ }; member in class:std
  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.h 275 function where currently compiled version of it is nothrow. */
276 bool nothrow; variable
except.cc 1101 bool nothrow;
1127 nothrow = get_eh_region_and_lp_from_rtx (insn, &r, &lp);
1128 if (nothrow)
1715 to record nothrow for arbitrary gimple statements, and so avoid
1717 NOTHROW should be mapped on both sides to INT_MIN. Perhaps the
1818 was marked NOTHROW. */
1906 bool nothrow;
1924 nothrow = get_eh_region_and_lp_from_rtx (insn, &r, &lp);
1927 if (nothrow)
1994 crtl->nothrow = 1
1091 bool nothrow; local
1894 bool nothrow; local
2595 bool nothrow; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.h 272 function where currently compiled version of it is nothrow. */
273 bool nothrow; variable
except.cc 1101 bool nothrow;
1127 nothrow = get_eh_region_and_lp_from_rtx (insn, &r, &lp);
1128 if (nothrow)
1715 to record nothrow for arbitrary gimple statements, and so avoid
1717 NOTHROW should be mapped on both sides to INT_MIN. Perhaps the
1818 was marked NOTHROW. */
1906 bool nothrow;
1924 nothrow = get_eh_region_and_lp_from_rtx (insn, &r, &lp);
1927 if (nothrow)
1994 crtl->nothrow = 1
1091 bool nothrow; local
1894 bool nothrow; local
2572 bool nothrow; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 3087 int nothrow, check_new;
3574 nothrow = TYPE_NOTHROW_P (TREE_TYPE (alloc_fn));
3576 = flag_check_new || (nothrow && !std_placement_new_fn_p (alloc_fn));
3085 int nothrow, check_new; local
call.cc 340 bool nothrow = decl && TREE_NOTHROW (decl); local
343 nothrow |= TYPE_NOTHROW_P (TREE_TYPE (TREE_TYPE (callee)));
346 nothrow = true;
350 if (!nothrow && at_function_scope_p ())
357 TREE_NOTHROW (call) = nothrow;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 3059 int nothrow, check_new;
3545 nothrow = TYPE_NOTHROW_P (TREE_TYPE (alloc_fn));
3547 = flag_check_new || (nothrow && !std_placement_new_fn_p (alloc_fn));
3057 int nothrow, check_new; local
call.cc 331 bool nothrow = decl && TREE_NOTHROW (decl); local
334 nothrow |= TYPE_NOTHROW_P (TREE_TYPE (TREE_TYPE (callee)));
337 nothrow = true;
341 if (!nothrow && at_function_scope_p ())
348 TREE_NOTHROW (call) = nothrow;

Completed in 77 milliseconds