Searched defs:g_id (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Core/ | ||
H A D | Progress.h | 123 static std::atomic<uint64_t> g_id; global() variable |
/llvm-project/lldb/source/Core/ | ||
H A D | Progress.cpp | 21 std::atomic<uint64_t> Progress::g_id(0); global() member in Progress |