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

  /external/libcxx/src/
stdexcept.cpp 30 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) function in class:std::logic_error
34 logic_error::logic_error(const char* msg) : __imp_(msg) function in class:std::logic_error
38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_)
42 logic_error&
43 logic_error::operator=(const logic_error& le) _NOEXCEP
    [all...]
future.cpp 72 : logic_error(__ec.message()),
  /external/libcxx/test/diagnostics/std.exceptions/logic.error/
logic_error.pass.cpp 10 // test logic_error
20 static_assert((std::is_base_of<std::exception, std::logic_error>::value),
21 "std::is_base_of<std::exception, std::logic_error>::value");
22 static_assert(std::is_polymorphic<std::logic_error>::value,
23 "std::is_polymorphic<std::logic_error>::value");
25 const char* msg = "logic_error message";
26 std::logic_error e(msg);
28 std::logic_error e2(e);
34 std::string msg("another logic_error message");
35 std::logic_error e(msg)
    [all...]
Android.mk 19 test_name := diagnostics/std.exceptions/logic.error/logic_error
20 test_src := logic_error.pass.cpp
  /external/libcxx/test/thread/futures/futures.future_error/
types.pass.cpp 12 // class future_error : public logic_error {...};
20 std::logic_error*>::value), "");
  /external/libcxx/test/utilities/optional/optional.bad_optional_access/
derive.pass.cpp 12 // class bad_optional_access : public logic_error
22 static_assert(std::is_base_of<std::logic_error, bad_optional_access>::value, "");
23 static_assert(std::is_convertible<bad_optional_access*, std::logic_error*>::value, "");
  /external/libcxxabi/src/
stdexcept.cpp 23 logic_error::~logic_error() _NOEXCEPT {}
26 logic_error::what() const _NOEXCEPT
  /external/libcxx/test/diagnostics/std.exceptions/domain.error/
domain_error.pass.cpp 20 static_assert((std::is_base_of<std::logic_error, std::domain_error>::value),
21 "std::is_base_of<std::logic_error, std::domain_error>::value");
  /external/libcxx/test/diagnostics/std.exceptions/invalid.argument/
invalid_argument.pass.cpp 20 static_assert((std::is_base_of<std::logic_error, std::invalid_argument>::value),
21 "std::is_base_of<std::logic_error, std::invalid_argument>::value");
  /external/libcxx/test/diagnostics/std.exceptions/length.error/
length_error.pass.cpp 20 static_assert((std::is_base_of<std::logic_error, std::length_error>::value),
21 "std::is_base_of<std::logic_error, std::length_error>::value");
  /external/libcxx/test/diagnostics/std.exceptions/out.of.range/
out_of_range.pass.cpp 20 static_assert((std::is_base_of<std::logic_error, std::out_of_range>::value),
21 "std::is_base_of<std::logic_error, std::out_of_range>::value");
  /external/llvm/test/Object/
coff-archive.test 8 CHECKIDX: ??0logic_error@std@@QAE@PBD@Z in Debug\mymath.obj
10 CHECKIDX: ??1logic_error@std@@UAE@XZ in Debug\mymath.obj
25 CHECKIDX: ??_R1A@?0A@EA@logic_error@std@@8 in Debug\mymath.obj
145 CHECKIDX: 00000000 T ??0logic_error@std@@QAE@PBD@Z
147 CHECKIDX: 00000000 T ??1logic_error@std@@UAE@XZ
160 CHECKIDX: 00000000 R ??_R1A@?0A@EA@logic_error@std@@8

Completed in 194 milliseconds