HomeSort by relevance Sort by last modified time
    Searched refs:bad_typeid (Results 1 - 13 of 13) sorted by null

  /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";
cxa_aux_runtime.cpp 29 throw std::bad_typeid();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/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";
cxa_aux_runtime.cpp 29 throw std::bad_typeid();
  /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/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/r16/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/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;
  /external/libcxxabi/test/
cxa_bad_typeid.pass.cpp 44 } catch (std::bad_typeid) {
test_aux_runtime.pass.cpp 22 // std::bad_typeid exception (18.7.3).
32 catch ( const std::bad_typeid &) { return true; }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
cxa_bad_typeid.pass.cpp 44 } catch (std::bad_typeid) {
test_aux_runtime.pass.cpp 22 // std::bad_typeid exception (18.7.3).
32 catch ( const std::bad_typeid &) { return true; }
  /external/elfutils/tests/
run-strings-test.sh 227 testfile4: 6598 10bad_typeid

Completed in 468 milliseconds