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

  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.h 54 bool isNULL() const { return AbbrevDecl == 0; }
57 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0;
59 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); }
  /external/icu4c/test/cintltst/
cmsgtst.c 92 UBool isNULL;
95 isNULL = (UBool)(va_arg(marker, void*) == NULL);
97 return isNULL;
    [all...]

Completed in 1504 milliseconds