Home
last modified time | relevance | path

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

12

/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/llvm-project/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/llvm-project/libcxxabi/src/
Dstdlib_typeinfo.cpp38 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()
Dcxa_aux_runtime.cpp28 throw std::bad_typeid(); in __cxa_bad_typeid()
/external/llvm-project/clang/test/AST/
Dast-dump-expr.cpp24 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;
Dast-dump-expr-json.cpp15 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/
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/llvm-project/libcxx/test/std/language.support/support.rtti/bad.typeid/
Dbad_typeid.pass.cpp19 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/
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/llvm-project/libcxx/src/support/runtime/
Dexception_fallback.ipp136 bad_typeid::bad_typeid() _NOEXCEPT
150 bad_typeid::~bad_typeid() _NOEXCEPT
155 bad_typeid::what() const _NOEXCEPT
157 return "std::bad_typeid";
Dexception_msvc.ipp100 bad_typeid::bad_typeid() _NOEXCEPT
104 bad_typeid::~bad_typeid() _NOEXCEPT
109 bad_typeid::what() const _NOEXCEPT
111 return "std::bad_typeid";
Dexception_glibcxx.ipp28 bad_typeid::bad_typeid() _NOEXCEPT
/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/llvm-project/libcxx/include/
Dtypeinfo45 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/
Dcxa_bad_typeid.pass.cpp44 } catch (std::bad_typeid const&) { in main()
Dtest_aux_runtime.pass.cpp30 catch ( const std::bad_typeid &) { return true; } in bad_typeid_test()
/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/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/
Dvptr.cpp252 } catch (std::bad_typeid &) {} in access_p()
/external/elfutils/tests/
Drun-strings-test.sh227 testfile4: 6598 10bad_typeid
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc140 SYMBOL(bad_typeid, std::, <typeinfo>)

12