Searched refs:mangled_name_cstr (Results 1 – 1 of 1) sorted by relevance
39 const char *mangled_name_cstr = mangled.GetCString(); in GetDemangledNameWithoutArguments() local41 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()