Home
last modified time | relevance | path

Searched defs:is_mutable (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DCFString.py303 def is_mutable(self): member in CFStringSynthProvider
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp90 bool is_mutable = (info_bits & 1) == 1; in NSStringSummaryProvider() local