Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp1670 Destroying(false), HasSizeT(false), HasAlignValT(false), in UsualDeallocFnInfo()
1677 Destroying = true; in UsualDeallocFnInfo()
1708 if (Destroying != Other.Destroying) in isBetterThan()
1709 return Destroying; in isBetterThan()
1727 bool Destroying, HasSizeT, HasAlignValT; member
/llvm-project-15.0.7/libcxx/include/
H A D__config975 // Destroying a condvar is a nop on Windows.
/llvm-project-15.0.7/llvm/docs/
H A DCoroutines.rst791 frame. Destroying a coroutine that is not suspended leads to undefined behavior.
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp723 Destroying, enumerator
885 .insert({Object, ConstructionPhase::Destroying}) in EvaluatingDestructorRAII()
5705 case ConstructionPhase::Destroying: in ComputeDynamicType()