codesearch.isocpp.org by Andrew Tomazos.

Enter a valid C/C++ code snippet...

Searching for `__cxa_throw_bad_array_new_length`...

2489599 source files searched.

9 matches found.

Here is a random sample of matches...


actcd19/main/m/mozjs60/mozjs60_60.2.3-2/build/unix/stdc++compat/stdc++compat.cpp:94:

       itself on `new Class[n]` calls. */
extern "C" void __attribute__((weak))
__cxa_throw_bad_array_new_length()
{
MOZ_CRASH();


actcd19/main/l/llvm-toolchain-7/llvm-toolchain-7_7.0.1-6/libcxxabi/src/cxa_aux_runtime.cpp:36:

    
_LIBCXXABI_FUNC_VIS _LIBCXXABI_NORETURN void
__cxa_throw_bad_array_new_length(void) {
#ifndef _LIBCXXABI_NO_EXCEPTIONS
throw std::bad_array_new_length();


actcd19/main/l/llvm-toolchain-7/llvm-toolchain-7_7.0.1-6/libcxxabi/include/cxxabi.h:72:

    extern _LIBCXXABI_FUNC_VIS _LIBCXXABI_NORETURN void __cxa_bad_typeid(void);
extern _LIBCXXABI_FUNC_VIS _LIBCXXABI_NORETURN void
__cxa_throw_bad_array_new_length(void);

// 3.2.6 Pure Virtual Function API


actcd19/main/m/mozjs52/mozjs52_52.3.1-7/build/unix/stdc++compat/stdc++compat.cpp:61:

       itself on `new Class[n]` calls. */
extern "C" void
__cxa_throw_bad_array_new_length()
{
MOZ_CRASH();


actcd19/main/l/llvm-toolchain-7/llvm-toolchain-7_7.0.1-8/libcxxabi/test/test_aux_runtime_op_array_new.pass.cpp:24:

          // in passing -1 to ::operator new[], which would then throw a
// std::bad_alloc, causing the test to fail.
__cxxabiv1::__cxa_throw_bad_array_new_length();
} catch ( const std::bad_array_new_length &banl ) {
return true;


actcd19/main/g/gcc-arm-none-eabi/gcc-arm-none-eabi_7-2018-q2-6/libstdc++-v3/libsupc++/cxxabi.h:152:

    
void
__cxa_throw_bad_array_new_length() __attribute__((__noreturn__));

/**


actcd19/main/l/llvm-toolchain-8/llvm-toolchain-8_8~+rc3-1~exp1/libcxxabi/include/cxxabi.h:72:

    extern _LIBCXXABI_FUNC_VIS _LIBCXXABI_NORETURN void __cxa_bad_typeid(void);
extern _LIBCXXABI_FUNC_VIS _LIBCXXABI_NORETURN void
__cxa_throw_bad_array_new_length(void);

// 3.2.6 Pure Virtual Function API


actcd19/main/g/gcc-arm-none-eabi/gcc-arm-none-eabi_7-2018-q2-6/libstdc++-v3/libsupc++/eh_aux_runtime.cc:41:

    
extern "C" void
__cxxabiv1::__cxa_throw_bad_array_new_length ()
{ _GLIBCXX_THROW_OR_ABORT(std::bad_array_new_length()); }


actcd19/main/g/gcc-avr/gcc-avr_5.4.0+Atmel3.6.1-2/gcc/libstdc++-v3/libsupc++/cxxabi.h:155:

    
void
__cxa_throw_bad_array_new_length() __attribute__((__noreturn__));

/**