Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Ddiagnose_nsstring.py115 is_mutable = (info_bits & 1) == 1
125 …(info_bits, "yes" if is_mutable else "no", "yes" if is_inline else "no", "yes" if has_explicit_len…
130 if is_mutable and not is_inline:
134 elif not is_inline and not is_mutable:
148 if is_mutable:
151 elif is_inline and has_explicit_length and not is_unicode and not is_special and not is_mutable:
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp90 bool is_mutable = (info_bits & 1) == 1; in NSStringSummaryProvider() local
100 if (is_mutable && !is_inline) in NSStringSummaryProvider()
105 else if (!is_inline && !is_mutable) in NSStringSummaryProvider()
143 if (is_mutable) { in NSStringSummaryProvider()
175 !is_path_store && !is_mutable) { in NSStringSummaryProvider()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DCFString.py303 def is_mutable(self): member in CFStringSynthProvider
346 self.mutable = self.is_mutable()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/
H A DMLProgramOps.td141 UnitAttr:$is_mutable,
148 (`mutable` $is_mutable^)?