Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/memprof/ !
H A Dmemprof_allocator.cpp292 atomic_uint8_t destructing; member
298 atomic_store_relaxed(&destructing, 0); in Allocator()
303 atomic_store_relaxed(&destructing, 1); in ~Allocator()
519 !atomic_load_relaxed(&destructing)) { in Deallocate()
/src/contrib/llvm-project/lldb/include/lldb/Target/ !
H A DProcess.h568 virtual void Finalize(bool destructing);
/src/contrib/llvm-project/lldb/source/Target/ !
H A DProcess.cpp553 void Process::Finalize(bool destructing) { in Finalize() argument
556 if (destructing) in Finalize()
/src/contrib/flex/ !
H A DONEWS72 - A bug in destructing a FlexLexer object before doing any scanning