Searched refs:isNULL (Results 1 – 9 of 9) sorted by relevance
54 bool isNULL() const { return AbbrevDecl == 0; } in isNULL() function57 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0; in getNumAttributes()59 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren()
52 bool isNULL() const { return AbbrevDecl == nullptr; } in isNULL() function61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren()
85 bool isNULL() const { return getAbbreviationDeclarationPtr() == nullptr; } in isNULL() function423 assert(!Die.isNULL() && "Decrementing rbegin");
333 if (isNULL()) in getAddressRanges()353 if (isNULL()) in collectChildrenAddressRanges()438 if (isNULL()) in getInlinedChainForAddress()
393 if (isNULL()) in getAddressRanges()411 if (isNULL()) in collectChildrenAddressRanges()
98 UBool isNULL; in returnsNullForType() local101 isNULL = (UBool)(va_arg(marker, void*) == NULL); in returnsNullForType()103 return isNULL; in returnsNullForType()
1804 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()
1078 EXPECT_TRUE(Null.isNULL()); in TEST()1115 EXPECT_TRUE(C2.getSibling().isNULL()); in TEST()
134 if (!RefDie.isNULL()) in resolveDIEReference()