Home
last modified time | relevance | path

Searched defs:isNULL (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h52 bool isNULL() const { return AbbrevDecl == nullptr; } in isNULL() function
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.h54 bool isNULL() const { return AbbrevDecl == 0; } in isNULL() function
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c98 UBool isNULL; in returnsNullForType() local