|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Support/Parallel.cpp 53 Stop = true;
lib/Support/Statistic.cpp 158 Stat->Initialized = false;
projects/openmp/runtime/src/kmp_runtime.cpp 4359 new_thr->th.th_blocking = false;
tools/clang/tools/clang-scan-deps/ClangScanDeps.cpp 243 HadErrors = true;
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp 268 Error = false;
283 Error = true;
301 Error = true;
tools/clang/tools/extra/clangd/Cancellation.cpp 22 [Flag] { *Flag = true; },
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp 1234 ClangdLSPServer::~ClangdLSPServer() { IsBeingDestroyed = true;
tools/clang/tools/extra/clangd/unittests/CancellationTests.cpp 53 HasCancelled = isCancelled();
tools/clang/tools/extra/clangd/unittests/TUSchedulerTests.cpp 614 Updated = false;
616 [&Updated](std::vector<Diag>) { Updated = true; });
669 [&](std::vector<Diag>) { SeenDiags = true; });
tools/lld/COFF/ICF.cpp 122 repeat = true;
293 repeat = false;
tools/lld/ELF/Arch/RISCV.cpp 219 config->hasStaticTlsModel = true;
tools/lld/ELF/Arch/X86.cpp 81 config->hasStaticTlsModel = true;
tools/lld/ELF/Arch/X86_64.cpp 78 config->hasStaticTlsModel = true;
tools/lld/ELF/ICF.cpp 227 repeat = true;
480 repeat = false;
tools/lldb/source/Core/Communication.cpp 204 m_read_thread_enabled = true;
205 m_read_thread_did_exit = false;
221 m_read_thread_enabled = false;
233 m_read_thread_enabled = false;
368 comm->m_read_thread_did_exit = true;
tools/lldb/source/Core/Module.cpp 294 m_did_load_objfile = true;
339 m_did_set_uuid = true;
350 m_did_set_uuid = true;
1027 m_did_load_symfile = true;
1230 m_did_load_objfile = true;
1435 m_did_load_symfile = false;
tools/lldb/source/Expression/IRExecutionUnit.cpp 243 m_did_jit = true;
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp 337 m_shutting_down = true;
350 m_shutting_down = false;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp 73 m_cancel_scopes = true;
tools/lldb/source/Target/Process.cpp 4329 m_is_running = true;
4367 m_is_running = false;
tools/lldb/source/Utility/Timer.cpp 52 void Timer::SetQuiet(bool value) { g_quiet = value; }
unittests/Support/Threading.cpp 72 [](void *Arg) { *static_cast<std::atomic_bool *>(Arg) = true; },