Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1244 std::error_code RemoveEC; in discard() local
1246 RemoveEC = fs::remove(TmpName); in discard()
1248 if (!RemoveEC) in discard()
1253 return errorCodeToError(RemoveEC); in discard()