Searched defs:ecode (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dregex.cpp18 make_error_type_string(regex_constants::error_type ecode) argument
20 switch (ecode)
63 regex_error::regex_error(regex_constants::error_type ecode) argument
64 : runtime_error(make_error_type_string(ecode)),
65 __code_(ecode)

Completed in 3 milliseconds