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

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h52 bool isNULL() const { return AbbrevDecl == nullptr; } function in class:llvm::DWARFDebugInfoEntryMinimal
61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); }
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp333 if (isNULL())
353 if (isNULL())
438 if (isNULL())
/external/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c96 UBool isNULL; local
99 isNULL = (UBool)(va_arg(marker, void*) == NULL);
101 return isNULL;
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1797 for (auto *Child = DIE->getFirstChild(); Child && !Child->isNULL();
2259 for (auto *Child = Die.getFirstChild(); Child && !Child->isNULL();
2775 for (auto *Child = InputDIE.getFirstChild(); Child && !Child->isNULL();
2801 for (auto *Child = InputDIE.getFirstChild(); Child && !Child->isNULL();

Completed in 146 milliseconds