Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstdexcept.cpp38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) in logic_error()
43 logic_error::operator=(const logic_error& le) _NOEXCEPT in operator =()
71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT in runtime_error()
77 runtime_error::operator=(const runtime_error& le) _NOEXCEPT in operator =()