Home
last modified time | relevance | path

Searched refs:g_next_id (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp122 static wp_resource_id_t g_next_id = 0; in GetNextID() local
123 return ++g_next_id; in GetNextID()
H A DBreakpointSite.cpp41 static break_id_t g_next_id = 0; in GetNextID() local
42 return ++g_next_id; in GetNextID()