Searched refs:length_error (Results 1 – 9 of 9) sorted by relevance
64 class _STLP_CLASS_DECLSPEC length_error : public logic_error {66 length_error(const string& __arg) : logic_error(__arg) {} in length_error() function68 ~length_error() _STLP_NOTHROW_INHERENTLY;
73 { _STLP_THROW_MSG(length_error, __msg); } in __stl_throw_length_error()
98 - } catch (const std::length_error &) {122 -} catch (const std::length_error &) {373 -} catch (const std::length_error &) {393 -} catch (const std::length_error &) {433 - } catch (const std::length_error &) {461 -} catch (const std::length_error &) {481 -} catch (const std::length_error &) {498 -} catch (const std::length_error &) {
80 length_error::~length_error() _STLP_NOTHROW_INHERENTLY {} in ~length_error()
198 } catch (const std::length_error &) { in catch() argument305 } catch (const std::length_error &) { in catch() argument
281 } catch (const std::length_error &) { in restore_()505 } catch (const std::length_error &) {612 } catch (const std::length_error &) {681 } catch (const std::length_error &) {
75 } catch (const std::length_error &) { in build_trie()270 } catch (const std::length_error &) {
176 catch (length_error const&) { in constructor()201 catch (length_error const&) { in reserve()
1848 check length_error exception rather than bad_alloc.7330 …* _vector.c: add of the standard length_error exception to the reserve method (thanks Steven Young…