/external/clang/test/PCH/ |
D | cxx-typeid.h | 33 class bad_typeid 36 bad_typeid(); 37 bad_typeid(const bad_typeid&); 38 bad_typeid& operator=(const bad_typeid&);
|
/external/llvm-project/clang/test/PCH/ |
D | cxx-typeid.h | 33 class bad_typeid 36 bad_typeid(); 37 bad_typeid(const bad_typeid&); 38 bad_typeid& operator=(const bad_typeid&);
|
/external/libcxxabi/src/ |
D | stdlib_typeinfo.cpp | 39 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()
|
D | cxa_aux_runtime.cpp | 29 throw std::bad_typeid(); in __cxa_bad_typeid()
|
/external/llvm-project/libcxxabi/src/ |
D | stdlib_typeinfo.cpp | 38 bad_typeid::bad_typeid() _NOEXCEPT in bad_typeid() function in std::bad_typeid 42 bad_typeid::~bad_typeid() _NOEXCEPT in ~bad_typeid() 47 bad_typeid::what() const _NOEXCEPT in what()
|
D | cxa_aux_runtime.cpp | 28 throw std::bad_typeid(); in __cxa_bad_typeid()
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-expr.cpp | 24 class bad_typeid { class 26 bad_typeid() noexcept; 27 bad_typeid(const bad_typeid&) noexcept; 28 virtual ~bad_typeid(); 29 bad_typeid& operator=(const bad_typeid&) noexcept;
|
D | ast-dump-expr-json.cpp | 15 class bad_typeid { class 17 bad_typeid() noexcept; 18 bad_typeid(const bad_typeid&) noexcept; 19 virtual ~bad_typeid(); 20 bad_typeid& operator=(const bad_typeid&) noexcept;
|
/external/libcxx/test/std/language.support/support.rtti/bad.typeid/ |
D | bad_typeid.pass.cpp | 18 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/llvm-project/libcxx/test/std/language.support/support.rtti/bad.typeid/ |
D | bad_typeid.pass.cpp | 19 static_assert((std::is_base_of<std::exception, std::bad_typeid>::value), in main() 21 static_assert(std::is_polymorphic<std::bad_typeid>::value, in main() 23 std::bad_typeid b; in main() 24 std::bad_typeid b2 = b; in main()
|
/external/libcxx/src/support/runtime/ |
D | exception_fallback.ipp | 141 bad_typeid::bad_typeid() _NOEXCEPT 155 bad_typeid::~bad_typeid() _NOEXCEPT 160 bad_typeid::what() const _NOEXCEPT 162 return "std::bad_typeid";
|
D | exception_msvc.ipp | 101 bad_typeid::bad_typeid() _NOEXCEPT 105 bad_typeid::~bad_typeid() _NOEXCEPT 110 bad_typeid::what() const _NOEXCEPT 112 return "std::bad_typeid";
|
D | exception_glibcxx.ipp | 29 bad_typeid::bad_typeid() _NOEXCEPT
|
/external/llvm-project/libcxx/src/support/runtime/ |
D | exception_fallback.ipp | 136 bad_typeid::bad_typeid() _NOEXCEPT 150 bad_typeid::~bad_typeid() _NOEXCEPT 155 bad_typeid::what() const _NOEXCEPT 157 return "std::bad_typeid";
|
D | exception_msvc.ipp | 100 bad_typeid::bad_typeid() _NOEXCEPT 104 bad_typeid::~bad_typeid() _NOEXCEPT 109 bad_typeid::what() const _NOEXCEPT 111 return "std::bad_typeid";
|
D | exception_glibcxx.ipp | 28 bad_typeid::bad_typeid() _NOEXCEPT
|
/external/libcxx/include/ |
D | typeinfo | 46 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/llvm-project/libcxx/include/ |
D | typeinfo | 45 class bad_typeid 49 bad_typeid() noexcept; 50 bad_typeid(const bad_typeid&) noexcept; 51 bad_typeid& operator=(const bad_typeid&) noexcept; 349 class _LIBCPP_EXCEPTION_ABI bad_typeid 353 bad_typeid() _NOEXCEPT; 354 virtual ~bad_typeid() _NOEXCEPT;
|
/external/llvm-project/libcxxabi/test/ |
D | cxa_bad_typeid.pass.cpp | 44 } catch (std::bad_typeid const&) { in main()
|
D | test_aux_runtime.pass.cpp | 30 catch ( const std::bad_typeid &) { return true; } in bad_typeid_test()
|
/external/libcxxabi/test/ |
D | cxa_bad_typeid.pass.cpp | 44 } catch (std::bad_typeid) { in main()
|
D | test_aux_runtime.pass.cpp | 32 catch ( const std::bad_typeid &) { return true; } in bad_typeid_test()
|
/external/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/ |
D | vptr.cpp | 252 } catch (std::bad_typeid &) {} in access_p()
|
/external/elfutils/tests/ |
D | run-strings-test.sh | 227 testfile4: 6598 10bad_typeid
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | StdSymbolMap.inc | 140 SYMBOL(bad_typeid, std::, <typeinfo>)
|