HomeSort by relevance Sort by last modified time
    Searched refs:isNULL (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 52 bool isNULL() const { return AbbrevDecl == nullptr; }
61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); }
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 333 if (isNULL())
353 if (isNULL())
438 if (isNULL())
  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 96 UBool isNULL;
99 isNULL = (UBool)(va_arg(marker, void*) == NULL);
101 return isNULL;
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 218 milliseconds