Home
last modified time | relevance | path

Searched refs:bad_typeid (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/PCH/
Dcxx-typeid.h33 class bad_typeid
36 bad_typeid();
37 bad_typeid(const bad_typeid&);
38 bad_typeid& operator=(const bad_typeid&);
/external/libcxxabi/src/
Dstdlib_typeinfo.cpp39 bad_typeid::bad_typeid() _NOEXCEPT in bad_typeid() function in std::bad_typeid
43 bad_typeid::~bad_typeid() _NOEXCEPT in ~bad_typeid()
48 bad_typeid::what() const _NOEXCEPT in what()
Dcxa_aux_runtime.cpp29 throw std::bad_typeid(); in __cxa_bad_typeid()
/external/libcxx/test/std/language.support/support.rtti/bad.typeid/
Dbad_typeid.pass.cpp18 static_assert((std::is_base_of<std::exception, std::bad_typeid>::value), in main()
20 static_assert(std::is_polymorphic<std::bad_typeid>::value, in main()
22 std::bad_typeid b; in main()
23 std::bad_typeid b2 = b; in main()
/external/libcxx/include/
Dtypeinfo46 class bad_typeid
50 bad_typeid() noexcept;
51 bad_typeid(const bad_typeid&) noexcept;
52 bad_typeid& operator=(const bad_typeid&) noexcept;
211 class _LIBCPP_EXCEPTION_ABI bad_typeid
215 bad_typeid() _NOEXCEPT;
216 virtual ~bad_typeid() _NOEXCEPT;
/external/libcxx/src/support/runtime/
Dexception_fallback.ipp141 bad_typeid::bad_typeid() _NOEXCEPT
155 bad_typeid::~bad_typeid() _NOEXCEPT
160 bad_typeid::what() const _NOEXCEPT
162 return "std::bad_typeid";
Dexception_msvc.ipp101 bad_typeid::bad_typeid() _NOEXCEPT
105 bad_typeid::~bad_typeid() _NOEXCEPT
110 bad_typeid::what() const _NOEXCEPT
112 return "std::bad_typeid";
Dexception_glibcxx.ipp29 bad_typeid::bad_typeid() _NOEXCEPT
/external/libcxxabi/test/
Dcxa_bad_typeid.pass.cpp44 } catch (std::bad_typeid) { in main()
Dtest_aux_runtime.pass.cpp32 catch ( const std::bad_typeid &) { return true; } in bad_typeid_test()
/external/elfutils/tests/
Drun-strings-test.sh227 testfile4: 6598 10bad_typeid
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym8268 FUNC 5027 19 4 std::bad_typeid::bad_typeid(char const *)
8271 FUNC 5040 18 4 std::bad_typeid::bad_typeid(std::bad_typeid const &)
8274 FUNC 5058 b 0 std::bad_typeid::~bad_typeid()
8288 FUNC 50dc 22 0 std::bad_typeid::`scalar deleting destructor'(unsigned int)
/external/google-breakpad/src/processor/testdata/
Dmodule0.out8268 FUNC 5027 19 4 std::bad_typeid::bad_typeid(char const *)
8271 FUNC 5040 18 4 std::bad_typeid::bad_typeid(std::bad_typeid const &)
8274 FUNC 5058 b 0 std::bad_typeid::~bad_typeid()
8288 FUNC 50dc 22 0 std::bad_typeid::`scalar deleting destructor'(unsigned int)