Home
last modified time | relevance | path

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

/freebsd/cddl/usr.sbin/zfsd/
H A Dvdev.h115 bool DoesNotExist() const;
181 Vdev::DoesNotExist() const in DoesNotExist() function
H A Dcase_file.cc254 if (vd.DoesNotExist()) in RefreshVdevState()
645 if (!replaced.DoesNotExist() && (replaced.IsResilvering() || in ActivateSpare()
1232 if (parent.DoesNotExist() in BeingReplacedBy()
1248 if (replacing.DoesNotExist() || child.IsResilvering() in BeingReplacedBy()
1275 if (isspare && !vd.IsSpare() && !replaced.DoesNotExist()) { in Replace()
H A Dvdev.cc250 if (vd.DoesNotExist()) in Parent()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2289 case IfExistsResult::DoesNotExist: in ParseMicrosoftIfExistsCondition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7771 return IfExistsResult::DoesNotExist; in CheckMicrosoftIfExistsSymbol()
7791 return IfExistsResult::DoesNotExist; in CheckMicrosoftIfExistsSymbol()
H A DTreeTransform.h9335 case IfExistsResult::DoesNotExist: in TransformMSDependentExistsStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h792 DoesNotExist, enumerator