Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DRendererTest.cpp123 ASSERT_TRUE(IsNULL()); in TEST_P()
159 if (IsNULL()) in TEST_P()
/external/angle/src/tests/test_utils/
Dangle_test_platform.h28 bool IsNULL();
Dangle_test_platform.cpp63 bool IsNULL() in IsNULL() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDIE.cpp232 if (GetDIE()->IsNULL()) { in GetName()
250 if (GetDIE()->IsNULL()) { in AppendTypeName()
DDWARFDebugInfoEntry.h117 bool IsNULL() const { return m_abbr_idx == 0; } in IsNULL() function
DDWARFUnit.cpp168 const bool null_die = die.IsNULL(); in ExtractDIEsRWLocked()