Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp39 const char *mangled_name_cstr = mangled.GetCString(); in GetDemangledNameWithoutArguments() local
41 if (demangled && mangled_name_cstr && mangled_name_cstr[0]) { in GetDemangledNameWithoutArguments()
42 if (mangled_name_cstr[0] == '_' && mangled_name_cstr[1] == 'Z' && in GetDemangledNameWithoutArguments()
43 (mangled_name_cstr[2] != 'T' && // avoid virtual table, VTT structure, in GetDemangledNameWithoutArguments()
46 mangled_name_cstr[2] != 'G' && // avoid guard variables in GetDemangledNameWithoutArguments()
47 mangled_name_cstr[2] != 'Z')) // named local entities (if we eventually in GetDemangledNameWithoutArguments()