Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc1284 struct ErrorReporter struct
1287 ErrorReporter(error_code& ec) : code(&ec) in ErrorReporter() argument
1291 ErrorReporter(const char* s, const path& p) in ErrorReporter() function
1295 error_code* code;
1296 const char* msg;
1297 const path* path1;
1300 report(const error_code& ec) const in report()
1309 report(const error_code& ec, const path& path2) const in report()