Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1752 Destroying(false), in UsualDeallocFnInfo()
1797 Destroying = true;
1831 if (Destroying != Other.Destroying) in Compare()
1832 return Destroying ? 1 : -1; in Compare()
1862 unsigned ImplicitArgCount = Destroying + IDP.getNumImplicitArgs(); in Compare()
1884 bool Destroying; member
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs517 zfs_log_begin_msg "Destroying '${_destroy_fs}'"
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config913 // Destroying a condvar is a nop on Windows.
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__config760 // Destroying a condvar is a nop on Windows.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib554 # Destroying the pool will also destroy any
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp778 Destroying, enumerator
940 .insert({Object, ConstructionPhase::Destroying}) in EvaluatingDestructorRAII()
6152 case ConstructionPhase::Destroying: in ComputeDynamicType()