Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1146 bool canReadValue = true; in IsNilReference() local
1147 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference()
1148 return canReadValue && isZero; in IsNilReference()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1129 bool canReadValue = true; in IsNilReference() local
1130 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference()
1131 return canReadValue && isZero; in IsNilReference()