Home
last modified time | relevance | path

Searched refs:func_name_ (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dfilesystem_common.h153 const char* func_name_; member
160 : func_name_(fname), ec_(ec), p1_(p1), p2_(p2) { in func_name_() function
170 string what = string("in ") + func_name_; in report()
189 string("in ") + func_name_ + ": " + format_string_impl(msg, ap); in report_impl()