OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uncaught_exception
(Results
1 - 25
of
174
) sorted by null
1
2
3
4
5
6
7
/external/libcxx/test/std/language.support/support.exception/uncaught/
uncaught_exception.pass.cpp
11
// test
uncaught_exception
20
assert(std::
uncaught_exception
());
29
assert(!std::
uncaught_exception
());
38
assert(!std::
uncaught_exception
());
43
assert(!std::
uncaught_exception
());
45
assert(!std::
uncaught_exception
());
uncaught_exceptions.pass.cpp
43
assert(std::
uncaught_exception
() == 0);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/uncaught/
uncaught_exception.pass.cpp
10
// test
uncaught_exception
19
assert(std::
uncaught_exception
());
28
assert(!std::
uncaught_exception
());
37
assert(!std::
uncaught_exception
());
42
assert(!std::
uncaught_exception
());
44
assert(!std::
uncaught_exception
());
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.exception/uncaught/
uncaught_exception.pass.cpp
11
// test
uncaught_exception
20
assert(std::
uncaught_exception
());
29
assert(!std::
uncaught_exception
());
38
assert(!std::
uncaught_exception
());
43
assert(!std::
uncaught_exception
());
45
assert(!std::
uncaught_exception
());
uncaught_exceptions.pass.cpp
43
assert(std::
uncaught_exception
() == 0);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/patches.android/
0004-std-terminate-should-not-specify-throw-in-C-98.patch
25
_LIBCPP_FUNC_VIS bool
uncaught_exception
() _NOEXCEPT;
/external/libcxx/src/support/runtime/
exception_libcxxabi.ipp
17
bool
uncaught_exception
() _NOEXCEPT { return uncaught_exceptions() > 0; }
exception_fallback.ipp
80
bool
uncaught_exception
() _NOEXCEPT { return uncaught_exceptions() > 0; }
84
#warning
uncaught_exception
not yet implemented
exception_msvc.ipp
69
bool
uncaught_exception
() _NOEXCEPT { return uncaught_exceptions() > 0; }
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
exception
61
bool
uncaught_exception
() _GABIXX_NOEXCEPT;
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
exception
61
bool
uncaught_exception
() _GABIXX_NOEXCEPT;
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
exception.cc
60
bool
uncaught_exception
() _GABIXX_NOEXCEPT {
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp
109
bool
uncaught_exception
() _NOEXCEPT
116
_LIBCPP_WARNING("
uncaught_exception
not yet implemented")
118
# warning
uncaught_exception
not yet implemented
120
printf("
uncaught_exception
not yet implemented\n");
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
exception
61
bool
uncaught_exception
() _GABIXX_NOEXCEPT;
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
exception.cc
60
bool
uncaught_exception
() _GABIXX_NOEXCEPT {
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h
107
uncaught_exception
is declared in the SDKs delivered with eVC4 (eVC3 is
110
an ARMV4I, the
uncaught_exception
test fails, the function returns the wrong
117
These are present at least since VC6, but the
uncaught_exception
() of VC6 is
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h
107
uncaught_exception
is declared in the SDKs delivered with eVC4 (eVC3 is
110
an ARMV4I, the
uncaught_exception
test fails, the function returns the wrong
117
These are present at least since VC6, but the
uncaught_exception
() of VC6 is
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h
107
uncaught_exception
is declared in the SDKs delivered with eVC4 (eVC3 is
110
an ARMV4I, the
uncaught_exception
test fails, the function returns the wrong
117
These are present at least since VC6, but the
uncaught_exception
() of VC6 is
/external/libcxx/include/
exception
51
bool
uncaught_exception
() noexcept;
129
_LIBCPP_FUNC_VIS bool
uncaught_exception
() _NOEXCEPT;
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
exception
51
bool
uncaught_exception
() noexcept;
129
_LIBCPP_FUNC_VIS bool
uncaught_exception
() _NOEXCEPT;
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
exception
51
bool
uncaught_exception
() noexcept;
129
_LIBCPP_FUNC_VIS bool
uncaught_exception
() _NOEXCEPT;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
exception
113
* 2: 'When @c
uncaught_exception
() is true, throwing an
117
bool
uncaught_exception
() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
exception
113
* 2: 'When @c
uncaught_exception
() is true, throwing an
117
bool
uncaught_exception
() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
exception
113
* 2: 'When @c
uncaught_exception
() is true, throwing an
117
bool
uncaught_exception
() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
exception
123
* 2: 'When @c
uncaught_exception
() is true, throwing an
127
bool
uncaught_exception
() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
Completed in 694 milliseconds
1
2
3
4
5
6
7