Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp36 static ConstString g_this = ConstString("this"); variable
47 return name == g_this || name == g_promise || name == g_coro_frame; in IsAllowedRuntimeValue()
388 ValueObjectSP value_sp = frame->FindVariable(g_this); in GetStepThroughTrampolinePlan()