Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDCF.cpp69 bool is_type_ok = false; // check to see if this is a CFBag we know about in CFBagSummaryProvider() local
76 is_type_ok = true; in CFBagSummaryProvider()
80 if (is_type_ok == false) in CFBagSummaryProvider()
133 bool is_type_ok = false; // check to see if this is a CFBag we know about in CFBitVectorSummaryProvider() local
140 is_type_ok = true; in CFBitVectorSummaryProvider()
144 if (is_type_ok == false) in CFBitVectorSummaryProvider()
263 bool is_type_ok = false; // check to see if this is a CFBinaryHeap we know about in CFBinaryHeapSummaryProvider() local
270 is_type_ok = true; in CFBinaryHeapSummaryProvider()
274 if (is_type_ok == false) in CFBinaryHeapSummaryProvider()