Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp39 static ConstString g_coro_frame = ConstString("__coro_frame"); variable
47 return name == g_this || name == g_promise || name == g_coro_frame; in IsAllowedRuntimeValue()