Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dtie.t1699 Destroying 0
1702 Destroying 1
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Dfunctional885 // Destroying a location-invariant object may still require
893 // Destroying an object located on the heap.
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp1685 Destroying(false), HasSizeT(false), HasAlignValT(false), in UsualDeallocFnInfo()
1692 Destroying = true; in UsualDeallocFnInfo()
1723 if (Destroying != Other.Destroying) in isBetterThan()
1724 return Destroying; in isBetterThan()
1742 bool Destroying, HasSizeT, HasAlignValT; member
/openbsd-src/gnu/llvm/libcxx/include/
H A D__config993 // Destroying a condvar is a nop on Windows.
/openbsd-src/gnu/llvm/llvm/docs/
H A DCoroutines.rst791 frame. Destroying a coroutine that is not suspended leads to undefined behavior.
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp731 Destroying, enumerator
893 .insert({Object, ConstructionPhase::Destroying}) in EvaluatingDestructorRAII()
5713 case ConstructionPhase::Destroying: in ComputeDynamicType()