Home
last modified time | relevance | path

Searched refs:__throw_bad_function_call (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dfunctional.cc33 __throw_bad_function_call() in __throw_bad_function_call() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dfunctional.cc33 __throw_bad_function_call() in __throw_bad_function_call() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfunctexcept.h110 __throw_bad_function_call() __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
H A Dstd_function.h621 __throw_bad_function_call(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfunctexcept.h113 __throw_bad_function_call() __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
H A Dstd_function.h590 __throw_bad_function_call(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__functional_03688 __throw_bad_function_call();
968 __throw_bad_function_call();
1248 __throw_bad_function_call();
1528 __throw_bad_function_call();
H A Dfunctional1440 void __throw_bad_function_call()
1891 __throw_bad_function_call();
2086 __throw_bad_function_call();
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20173603 (__throw_future_error, __throw_bad_function_call):
3606 * src/c++11/functional.cc (__throw_bad_function_call): Move here.
H A DChangeLog-2009401 __throw_bad_function_call.
414 (function::operator()): Use new __throw_bad_function_call.
415 * include/bits/functexcept.h (__throw_bad_function_call): Declare.
416 * src/functexcept.cc (__throw_bad_function_call): Define.