Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.h54 bool isNULL() const { return AbbrevDecl == 0; } in isNULL() function
57 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0; in getNumAttributes()
59 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h52 bool isNULL() const { return AbbrevDecl == nullptr; } in isNULL() function
61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h85 bool isNULL() const { return getAbbreviationDeclarationPtr() == nullptr; } in isNULL() function
423 assert(!Die.isNULL() && "Decrementing rbegin");
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp333 if (isNULL()) in getAddressRanges()
353 if (isNULL()) in collectChildrenAddressRanges()
438 if (isNULL()) in getInlinedChainForAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp393 if (isNULL()) in getAddressRanges()
411 if (isNULL()) in collectChildrenAddressRanges()
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c98 UBool isNULL; in returnsNullForType() local
101 isNULL = (UBool)(va_arg(marker, void*) == NULL); in returnsNullForType()
103 return isNULL; in returnsNullForType()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1804 for (auto *Child = DIE->getFirstChild(); Child && !Child->isNULL(); in analyzeContextInfo()
2316 for (auto *Child = Die.getFirstChild(); Child && !Child->isNULL(); in lookForDIEsToKeep()
2832 for (auto *Child = InputDIE.getFirstChild(); Child && !Child->isNULL(); in cloneDIE()
2858 for (auto *Child = InputDIE.getFirstChild(); Child && !Child->isNULL(); in cloneDIE()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1078 EXPECT_TRUE(Null.isNULL()); in TEST()
1115 EXPECT_TRUE(C2.getSibling().isNULL()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp134 if (!RefDie.isNULL()) in resolveDIEReference()