Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Ddiagnose_nsstring.py122 has_null = (info_bits & 8) == 8
125 … "yes" if is_unicode else "no", "yes" if is_special else "no", "yes" if has_null else "no"), file=…
128 if not has_null and has_explicit_length and not is_special:
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp95 bool has_null = (info_bits & 8) == 8; in NSStringSummaryProvider() local
98 if (!has_null && has_explicit_length && !is_path_store) { in NSStringSummaryProvider()
269 if (has_explicit_length && !has_null) in NSStringSummaryProvider()