Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp1132 std::error_code RemoveEC; in discard() local
1137 RemoveEC = fs::remove(TmpName); in discard()
1142 if (!RemoveEC) in discard()
1151 return errorCodeToError(RemoveEC); in discard()