OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:failed_throw
(Results
1 - 3
of
3
) sorted by null
/external/libcxxabi/src/
cxa_exception.cpp
123
static LIBCXXABI_NORETURN void
failed_throw
(__cxa_exception* exception_header) {
function in namespace:__cxxabiv1
226
failed_throw
(exception_header);
558
// If we call
failed_throw
here. Turns up with -O2 or higher, and -Os.
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp
140
static LIBCXXABI_NORETURN void
failed_throw
(__cxa_exception* exception_header) {
function in namespace:__cxxabiv1
244
failed_throw
(exception_header);
581
// If we call
failed_throw
here. Turns up with -O2 or higher, and -Os.
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp
140
static LIBCXXABI_NORETURN void
failed_throw
(__cxa_exception* exception_header) {
function in namespace:__cxxabiv1
242
failed_throw
(exception_header);
574
// If we call
failed_throw
here. Turns up with -O2 or higher, and -Os.
Completed in 62 milliseconds