Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp71 const char *mangled_name_cstr = mangled.GetMangledName().GetCString(); in GetDemangledFunctionNameWithoutArguments() local
73 if (demangled_name && mangled_name_cstr && mangled_name_cstr[0]) { in GetDemangledFunctionNameWithoutArguments()
74 if (mangled_name_cstr[0] == '_' && mangled_name_cstr[1] == 'Z' && in GetDemangledFunctionNameWithoutArguments()
75 (mangled_name_cstr[2] != 'T' && // avoid virtual table, VTT structure, in GetDemangledFunctionNameWithoutArguments()
78 mangled_name_cstr[2] != 'G' && // avoid guard variables in GetDemangledFunctionNameWithoutArguments()
79 mangled_name_cstr[2] != 'Z')) // named local entities (if we in GetDemangledFunctionNameWithoutArguments()