/llvm-project/clang/test/CodeGenObjC/ |
H A D | terminate.m | 4 void destroy(void**); function
|
H A D | blocks.m | 48 @interface Test2 -(void) destroy; @end global() method
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p20.cpp | 5 void destroy(T* ptr) { in destroy() function
|
/llvm-project/lld/Common/ |
H A D | CommonLinkerContext.cpp | 47 void CommonLinkerContext::destroy() { in destroy() function in CommonLinkerContext
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | microsoft-compatibility.cpp | 14 void destroy(T *p) { in destroy() function
|
H A D | microsoft-abi-virtual-inheritance.cpp | 365 void destroy(C *obj) { in destroy() function 396 void destroy(E *obj) { in destroy() function
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | TemporaryStorage.cpp | 123 void fir::factory::HomogeneousScalarStack::destroy(mlir::Location loc, in destroy() function in fir::factory::HomogeneousScalarStack 155 void fir::factory::SimpleCopy::destroy(mlir::Location loc, in destroy() function in fir::factory::SimpleCopy 231 void fir::factory::AnyValueStack::destroy(mlir::Location loc, in destroy() function in fir::factory::AnyValueStack 294 void fir::factory::AnyVariableStack::destroy(mlir::Location loc, in destroy() function in fir::factory::AnyVariableStack 353 void fir::factory::AnyVectorSubscriptStack::destroy( in destroy() function in fir::factory::AnyVectorSubscriptStack
|
/llvm-project/llvm/lib/Support/ |
H A D | ManagedStatic.cpp | 55 void ManagedStaticBase::destroy() const { in destroy() function in ManagedStaticBase
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/ |
H A D | plugin_no_op.py | 12 def destroy(self): member in NoOpPlugin
|
/llvm-project/libc/src/__support/threads/ |
H A D | CndVar.h | 42 LIBC_INLINE static void destroy(CndVar *cv) { destroy() function
|
/llvm-project/libcxx/test/libcxx/utilities/any/ |
H A D | allocator.pass.cpp | 62 void destroy(Large* p) { destroy() function 89 void destroy(Small* p) { destroy() function
|
/llvm-project/libcxxabi/test/ |
H A D | test_vector3.pass.cpp | 49 void destroy(void* v) in destroy() function
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mutexset.cpp | 52 void MutexSet::DelAddr(uptr addr, bool destroy) { in DelAddr()
|
H A D | tsan_mutexset.h | 82 void MutexSet::DelAddr(uptr addr, bool destroy) {} in DelAddr()
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | TemporaryStorage.h | 139 void destroy(mlir::Location loc, fir::FirOpBuilder &builder) {} in destroy() function 250 void destroy(mlir::Location loc, fir::FirOpBuilder &builder) { in destroy() function
|
/llvm-project/libcxx/test/libcxx/memory/ |
H A D | uninitialized_allocator_copy.pass.cpp | 37 void destroy(T* ptr) { in destroy() function in construct_counting_allocator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | discrim-union.cpp | 21 void destroy(...) { throw "logic_error"; } in destroy() function 42 void destroy(unsigned elem) { in destroy() function
|
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared.lwg2070.pass.cpp | 62 void destroy(T* p) { in destroy() function 102 void destroy(Private* p) { p->~Private(); } in destroy() function
|
/llvm-project/libc/src/__support/threads/linux/ |
H A D | raw_mutex.h | 122 LIBC_INLINE void static destroy([[maybe_unused]] RawMutex *lock) { destroy() function
|
H A D | mutex.h | 51 LIBC_INLINE static MutexError destroy(Mutex *lock) { destroy() function
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | InlineElementals.cpp | 50 hlfir::DestroyOp destroy; in getTwoUses() local
|
/llvm-project/libcxx/include/__memory/ |
H A D | construct_at.h | 111 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void destroy(_ForwardIterator __first, _ForwardIterator __last) { destroy() function
|
/llvm-project/libc/src/__support/ |
H A D | fixedvector.h | 83 static void destroy(FixedVector<T, CAPACITY> *store) { store->reset(); } destroy() function
|
/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 32 void MCFragment::destroy() { destroy() function in MCFragment
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | vector.h | 87 void destroy() { in destroy() function
|