Searched refs:has_explicit_length (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp92 bool has_explicit_length = (info_bits & (1 | 4)) != 4; local
98 if (!has_null && has_explicit_length && !is_path_store) {
142 if (has_explicit_length && is_unicode) {
148 options.SetHasSourceSize(has_explicit_length);
160 options.SetHasSourceSize(has_explicit_length);
168 } else if (is_inline && has_explicit_length && !is_unicode &&
177 options.SetHasSourceSize(has_explicit_length);
185 if (!has_explicit_length) {
199 options.SetHasSourceSize(has_explicit_length);
200 options.SetNeedsZeroTermination(!has_explicit_length);
[all...]

Completed in 113 milliseconds