Home
last modified time | relevance | path

Searched refs:isNULL (Results 1 – 5 of 5) 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/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.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()