Searched defs:logic_error (Results 1 – 2 of 2) sorted by relevance
| /external/libcxx/src/ | ||
| D | stdexcept.cpp | 28 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) in logic_error() function in std::logic_error |
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ | ||
| D | misc-throw-by-value-catch-by-reference.cpp | 4 class logic_error { class |