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

  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.h 56 bool isNULL() const { return AbbrevDecl == 0; }
66 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0;
68 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); }
DWARFDebugInfoEntry.cpp 492 if (isNULL())
555 if (isNULL())