Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfilesystem_error.h55 const char* what() const noexcept override { return __storage_->__what_.c_str(); } in what()
65 string __what_; member
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_error.cpp22 __storage_->__what_ = [&]() -> string { in __create_what()