Home
last modified time | relevance | path

Searched defs:logic_error (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/src/
Dstdexcept.cpp28 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) in logic_error() function in std::logic_error
32 logic_error::logic_error(const char* msg) : __imp_(msg) in logic_error() function in std::logic_error
36 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) in logic_error() function in std::logic_error
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmisc-throw-by-value-catch-by-reference.cpp4 class logic_error { class
6 logic_error(const char *message) {} in logic_error() function in logic_error