Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp1141 bool canReadValue = true; in IsNilReference() local
1142 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference()
1143 return canReadValue && isZero; in IsNilReference()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp1111 bool canReadValue = true; in IsNilReference() local
1112 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference()
1113 return canReadValue && isZero; in IsNilReference()