Home
last modified time | relevance | path

Searched refs:canReadValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1030 bool canReadValue = true; in IsNilReference() local
1031 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference()
1032 return canReadValue && isZero; in IsNilReference()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1682 bool canReadValue = true; in IsNilReference() local
1683 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference()
1684 return canReadValue && isZero; in IsNilReference()