Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1269 bool IgnoreErrors) {
1278 EC = remove_directories_impl(Item, IgnoreErrors);
1279 if (EC && !IgnoreErrors)
1284 if (EC && !IgnoreErrors)
1286 } else if (!IgnoreErrors) {
1291 if (EC && !IgnoreErrors)
1297 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) {
1298 auto EC = remove_directories_impl(path, IgnoreErrors);
1299 if (EC && !IgnoreErrors)
1302 if (EC && !IgnoreErrors)
/freebsd-14.2/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()
1826 if (!IgnoreErrors) in ParseCommandLineOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1369 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) {
1373 if (EC && !IgnoreErrors)
1390 if (result != 0 && !IgnoreErrors)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h380 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);