reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/Statistic.h
   64   std::atomic<bool> Initialized;
lib/Support/Parallel.cpp
   81   std::atomic<bool> Stop{false};
lib/Target/ARM/ARMExpandPseudoInsts.cpp
  418   static std::atomic<bool> TableChecked(false);
lib/Target/X86/X86EvexToVex.cpp
  238   static std::atomic<bool> TableChecked(false);
lib/Target/X86/X86InstrFMA3Info.cpp
  117   static std::atomic<bool> TableChecked(false);
lib/Target/X86/X86InstrFoldTables.cpp
 5518   static std::atomic<bool> FoldTablesChecked(false);
projects/openmp/runtime/src/kmp.h
 2553   std::atomic<bool> th_blocking;
projects/openmp/runtime/src/kmp_lock.h
  243   std::atomic<bool> initialized;
tools/clang/tools/clang-scan-deps/ClangScanDeps.cpp
  217   std::atomic<bool> HadErrors(false);
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp
  267   std::atomic<bool> Error;
tools/clang/tools/extra/clangd/Cancellation.cpp
   16 static Key<std::shared_ptr<std::atomic<bool>>> FlagKey;
   19   auto Flag = std::make_shared<std::atomic<bool>>();
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  309     std::atomic<bool> Replied = {false};
tools/clang/tools/extra/clangd/ClangdLSPServer.h
  147   std::atomic<bool> IsBeingDestroyed = {false};
tools/clang/tools/extra/clangd/index/BackgroundQueue.cpp
   14 static std::atomic<bool> PreventStarvation = {false};
tools/clang/tools/extra/clangd/unittests/CancellationTests.cpp
   48   std::atomic<bool> HasCancelled(false);
tools/clang/tools/extra/clangd/unittests/TUSchedulerTests.cpp
  613     std::atomic<bool> Updated(false);
  667   std::atomic<bool> SeenDiags(false);
tools/lld/COFF/ICF.cpp
   65   std::atomic<bool> repeat = {false};
tools/lld/ELF/Config.h
  283   std::atomic<bool> hasStaticTlsModel{false};
tools/lld/ELF/ICF.cpp
  126   std::atomic<bool> repeat;
tools/lldb/include/lldb/Core/Communication.h
  305   std::atomic<bool> m_read_thread_enabled;
  306   std::atomic<bool> m_read_thread_did_exit;
tools/lldb/include/lldb/Core/Module.h
  984   std::atomic<bool> m_did_load_objfile{false};
  985   std::atomic<bool> m_did_load_symfile{false};
  986   std::atomic<bool> m_did_set_uuid{false};
tools/lldb/include/lldb/Expression/IRExecutionUnit.h
  390   std::atomic<bool> m_did_jit;
tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
  108   std::atomic<bool> m_shutting_down; // This marks that we are shutting down so
tools/lldb/include/lldb/Utility/Timer.h
   65   static std::atomic<bool> g_quiet;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  266   std::atomic<bool> m_cancel_scopes;
tools/lldb/source/Target/Process.cpp
 4429   std::atomic<bool> m_is_running{false};
tools/lldb/source/Utility/Timer.cpp
   30 std::atomic<bool> Timer::g_quiet(true);
tools/lldb/unittests/tools/lldb-server/inferior/thread_inferior.cpp
   21   std::atomic<bool> delay(true);
usr/include/c++/7.4.0/atomic
  868   typedef atomic<bool>			atomic_bool;
 1070     atomic_store_explicit(atomic<_ITp>* __a, _ITp __i,
 1076     atomic_store_explicit(volatile atomic<_ITp>* __a, _ITp __i,
 1082     atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept
 1087     atomic_load_explicit(const volatile atomic<_ITp>* __a,