Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1277 bool IgnoreErrors) {
1286 EC = remove_directories_impl(Item, IgnoreErrors);
1287 if (EC && !IgnoreErrors)
1292 if (EC && !IgnoreErrors)
1294 } else if (!IgnoreErrors) {
1299 if (EC && !IgnoreErrors)
1305 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) {
1306 auto EC = remove_directories_impl(path, IgnoreErrors);
1307 if (EC && !IgnoreErrors)
1310 if (EC && !IgnoreErrors)
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1480 bool IgnoreErrors = Errs; in ParseCommandLineOptions() local
1551 if (!IgnoreErrors) in ParseCommandLineOptions()
1562 if (!IgnoreErrors) in ParseCommandLineOptions()
1824 if (!IgnoreErrors) in ParseCommandLineOptions()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1375 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) {
1379 if (EC && !IgnoreErrors)
1396 if (result != 0 && !IgnoreErrors)
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h379 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);