Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__format/
H A Dformat_error.h29 _LIBCPP_HIDE_FROM_ABI explicit format_error(const string& __s) : runtime_error(__s) {} in format_error() function
30 _LIBCPP_HIDE_FROM_ABI explicit format_error(const char* __s) : runtime_error(__s) {} in format_error() function
[all...]