Searched defs:is_nil (Results 1 - 3 of 3) sorted by path

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

Completed in 313 milliseconds