Searched refs:logic_error (Results 1 - 25 of 25) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dstdexcept.cc35 logic_error::logic_error(const string& __arg) function in class:logic_error
38 logic_error::~logic_error() throw() { }
41 logic_error::what() const throw()
45 : logic_error(__arg) { }
48 : logic_error(__arg) { }
51 : logic_error(__arg) { }
54 : logic_error(__arg) { }
H A Dfunctexcept.cc62 { throw logic_error(_(__s)); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dstdexcept.cc39 logic_error::logic_error(const string& __arg) function in class:std::logic_error
42 logic_error::~logic_error() throw() { }
45 logic_error::what() const throw()
49 : logic_error(__arg) { }
52 : logic_error(__arg) { }
55 : logic_error(__arg) { }
58 : logic_error(__arg) { }
H A Dfunctexcept.cc63 { throw logic_error(_(__s)); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/
H A Dexception.hpp52 struct pb_assoc_ex : public std::logic_error
54 pb_assoc_ex() : std::logic_error("pb_assoc exception") { }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/19_diagnostics/headers/stdexcept/
H A Dsynopsis.cc23 class logic_error;
H A Dtypes_std.cc24 typedef std::logic_error t1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/19_diagnostics/logic_error/
H A Dcons_virtual_derivation.cc25 typedef std::logic_error test_type;
H A Dwhat-2.cc29 class fuzzy_logic : public std::logic_error
32 fuzzy_logic() : std::logic_error("whoa") { }
H A Dwhat-3.cc43 std::logic_error obj1(s);
48 std::logic_error obj2(s2);
57 std::logic_error obj3 = std::logic_error(s3);
H A Dwhat-1.cc35 std::logic_error obj1 = std::logic_error(s);
38 std::logic_error obj2(s);
H A Dwhat-big.cc28 typedef std::logic_error test_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_stdexcept.h53 class logic_error : public exception class in namespace:std
60 logic_error(const string& __arg);
63 ~logic_error() throw();
73 class domain_error : public logic_error
80 class invalid_argument : public logic_error
88 class length_error : public logic_error
96 class out_of_range : public logic_error
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/throw_allocator/
H A Dcheck_deallocate_null.cc30 catch (std::logic_error&)
32 // Should throw logic_error to catch null erase.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp50 struct container_error : public std::logic_error
53 : std::logic_error(__N("__gnu_pbds::container_error")) { }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/mt_allocator/
H A D22309_thread.cc35 // Throws std::logic_error on NULL string.
39 catch (const std::logic_error&)
59 catch (const std::logic_error&)
76 catch (const std::logic_error&)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/mt_allocator/
H A D22309_thread.cc36 // Throws std::logic_error on NULL string.
40 catch (const std::logic_error&)
60 catch (const std::logic_error&)
77 catch (const std::logic_error&)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexceptions.cc34 std::logic_error obj = std::logic_error(s);
37 // std::logic_error obj((std::string)strlit);
52 class fuzzy_logic : public std::logic_error
55 fuzzy_logic() : std::logic_error("whoa") { }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dreplacement_memory_operators.h69 throw std::logic_error("counter not incremented");
84 throw std::logic_error("counter not decremented");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/
H A D31370.cc38 throw std::logic_error("");
45 throw std::logic_error("");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dhash_zlob_random_int_find_timing.cc71 throw std::logic_error("Fucked!");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/rand/priority_queue/
H A Dcontainer_rand_regression_test.h245 throw std::logic_error("pbds throw if failed"); \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h447 throw std::logic_error("fucked!"); \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/exception/
H A Dsafety.h239 throw std::logic_error("setup_base::compare containers not equal");
1047 // NB: Will throw std::logic_error if allocations.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver104 std::logic_error*;

Completed in 233 milliseconds