HomeSort by relevance Sort by last modified time
    Searched full:bad_typeid (Results 1 - 25 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
cxx-typeid.h 33 class bad_typeid class in namespace:std
36 bad_typeid();
37 bad_typeid(const bad_typeid&);
38 bad_typeid& operator=(const bad_typeid&);
  /external/libcxxabi/src/
stdlib_typeinfo.cpp 37 // bad_typeid
39 bad_typeid::bad_typeid() _NOEXCEPT
43 bad_typeid::~bad_typeid() _NOEXCEPT
48 bad_typeid::what() const _NOEXCEPT
50 return "std::bad_typeid";
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
typeinfo.cpp 37 // bad_typeid
39 bad_typeid::bad_typeid() _NOEXCEPT
43 bad_typeid::~bad_typeid() _NOEXCEPT
48 bad_typeid::what() const _NOEXCEPT
50 return "std::bad_typeid";
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
typeinfo.cpp 37 // bad_typeid
39 bad_typeid::bad_typeid() _NOEXCEPT
43 bad_typeid::~bad_typeid() _NOEXCEPT
48 bad_typeid::what() const _NOEXCEPT
50 return "std::bad_typeid";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
typeinfo.h 23 using std::bad_typeid;
27 typedef bad_typeid Bad_typeid;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
typeinfo.cpp 29 std::bad_typeid::bad_typeid() _NOEXCEPT
45 std::bad_typeid::~bad_typeid() _NOEXCEPT
50 std::bad_typeid::what() const _NOEXCEPT
52 return "std::bad_typeid";
57 // because bad_cast and bad_typeid are defined in his higher level library
61 throw std::bad_typeid();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
typeinfo.cpp 24 std::bad_typeid::bad_typeid() _NOEXCEPT
40 std::bad_typeid::~bad_typeid() _NOEXCEPT
45 std::bad_typeid::what() const _NOEXCEPT
47 return "std::bad_typeid";
52 // because bad_cast and bad_typeid are defined in his higher level library
56 throw std::bad_typeid();
  /external/libcxx/test/std/language.support/support.rtti/bad.typeid/
bad_typeid.pass.cpp 10 // test bad_typeid
18 static_assert((std::is_base_of<std::exception, std::bad_typeid>::value),
19 "std::is_base_of<std::exception, std::bad_typeid>::value");
20 static_assert(std::is_polymorphic<std::bad_typeid>::value,
21 "std::is_polymorphic<std::bad_typeid>::value");
22 std::bad_typeid b;
23 std::bad_typeid b2 = b;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.typeid/
bad_typeid.pass.cpp 10 // test bad_typeid
18 static_assert((std::is_base_of<std::exception, std::bad_typeid>::value),
19 "std::is_base_of<std::exception, std::bad_typeid>::value");
20 static_assert(std::is_polymorphic<std::bad_typeid>::value,
21 "std::is_polymorphic<std::bad_typeid>::value");
22 std::bad_typeid b;
23 std::bad_typeid b2 = b;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.rtti/bad.typeid/
bad_typeid.pass.cpp 10 // test bad_typeid
18 static_assert((std::is_base_of<std::exception, std::bad_typeid>::value),
19 "std::is_base_of<std::exception, std::bad_typeid>::value");
20 static_assert(std::is_polymorphic<std::bad_typeid>::value,
21 "std::is_polymorphic<std::bad_typeid>::value");
22 std::bad_typeid b;
23 std::bad_typeid b2 = b;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
typeinfo 46 class bad_typeid
50 bad_typeid() noexcept;
51 bad_typeid(const bad_typeid&) noexcept;
52 bad_typeid& operator=(const bad_typeid&) noexcept;
157 class _LIBCPP_EXCEPTION_ABI bad_typeid
161 bad_typeid() _NOEXCEPT;
162 virtual ~bad_typeid() _NOEXCEPT;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
typeinfo 46 class bad_typeid
50 bad_typeid() noexcept;
51 bad_typeid(const bad_typeid&) noexcept;
52 bad_typeid& operator=(const bad_typeid&) noexcept;
157 class _LIBCPP_EXCEPTION_ABI bad_typeid
161 bad_typeid() _NOEXCEPT;
162 virtual ~bad_typeid() _NOEXCEPT;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
typeinfo 46 class bad_typeid
50 bad_typeid() noexcept;
51 bad_typeid(const bad_typeid&) noexcept;
52 bad_typeid& operator=(const bad_typeid&) noexcept;
157 class _LIBCPP_EXCEPTION_ABI bad_typeid
161 bad_typeid() _NOEXCEPT;
162 virtual ~bad_typeid() _NOEXCEPT;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
type_info.cc 88 bad_typeid::bad_typeid() _GABIXX_NOEXCEPT {
91 bad_typeid::~bad_typeid() _GABIXX_NOEXCEPT {
94 const char* bad_typeid::what() const _GABIXX_NOEXCEPT {
95 return "std::bad_typeid";
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
type_info.cc 88 bad_typeid::bad_typeid() _GABIXX_NOEXCEPT {
91 bad_typeid::~bad_typeid() _GABIXX_NOEXCEPT {
94 const char* bad_typeid::what() const _GABIXX_NOEXCEPT {
95 return "std::bad_typeid";
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
typeinfo 9 class bad_typeid;
  /prebuilts/ndk/r11/sources/cxx-stl/system/include/
typeinfo 9 class bad_typeid;
  /prebuilts/ndk/r13/sources/cxx-stl/system/include/
typeinfo 9 class bad_typeid;
  /external/libcxx/src/support/runtime/
exception_fallback.ipp 158 bad_typeid::bad_typeid() _NOEXCEPT
172 bad_typeid::~bad_typeid() _NOEXCEPT
177 bad_typeid::what() const _NOEXCEPT
179 return "std::bad_typeid";
exception_glibcxx.ipp 34 bad_typeid::bad_typeid() _NOEXCEPT
  /external/libcxx/include/
typeinfo 46 class bad_typeid
50 bad_typeid() noexcept;
51 bad_typeid(const bad_typeid&) noexcept;
52 bad_typeid& operator=(const bad_typeid&) noexcept;
184 class _LIBCPP_EXCEPTION_ABI bad_typeid
188 bad_typeid() _NOEXCEPT;
189 virtual ~bad_typeid() _NOEXCEPT;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
typeinfo 87 class bad_typeid : public exception {
89 bad_typeid() throw();
90 virtual ~bad_typeid() throw();
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
typeinfo 87 class bad_typeid : public exception {
89 bad_typeid() throw();
90 virtual ~bad_typeid() throw();
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
typeinfo 87 class bad_typeid : public exception {
89 bad_typeid() throw();
90 virtual ~bad_typeid() throw();
  /external/libcxxabi/test/
test_aux_runtime.pass.cpp 22 // std::bad_typeid exception (18.7.3).
32 catch ( const std::bad_typeid &) { return true; }

Completed in 2299 milliseconds

1 2 3 4 5 6 7 8 91011>>