Home
last modified time | relevance | path

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

/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/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp333 if (isNULL()) in getAddressRanges()
353 if (isNULL()) in collectChildrenAddressRanges()
438 if (isNULL()) in getInlinedChainForAddress()
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c96 UBool isNULL; in returnsNullForType() local
99 isNULL = (UBool)(va_arg(marker, void*) == NULL); in returnsNullForType()
101 return isNULL; in returnsNullForType()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1797 for (auto *Child = DIE->getFirstChild(); Child && !Child->isNULL(); in analyzeContextInfo()
2259 for (auto *Child = Die.getFirstChild(); Child && !Child->isNULL(); in lookForDIEsToKeep()
2775 for (auto *Child = InputDIE.getFirstChild(); Child && !Child->isNULL(); in cloneDIE()
2801 for (auto *Child = InputDIE.getFirstChild(); Child && !Child->isNULL(); in cloneDIE()