Home
last modified time | relevance | path

Searched refs:is_nil (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DBitSet.pm177 sub is_nil : method { method in ANTLR::Runtime::BitSet
/external/lldb/examples/summaries/cocoa/
Dobjc_runtime.py700 def is_nil(self): member in ObjCRuntime
763 self.is_nil = nil
766 if self.is_nil:
/external/lldb/source/Core/
DValueObject.cpp3433 bool is_nil = valobj->IsObjCNil(); in DumpValueObject_Impl() local
3460 if (is_nil) in DumpValueObject_Impl()
3477 …if (!is_nil && !value_str.empty() && (entry == NULL || (entry->DoesPrintValue() || options.m_forma… in DumpValueObject_Impl()
3484 if (options.m_use_objc && !is_nil) in DumpValueObject_Impl()