HomeSort by relevance Sort by last modified time
    Searched defs:isNULL (Results 1 - 12 of 12) 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/swiftshader/third_party/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(); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDie.h 85 bool isNULL() const {
315 if (Die && Die.isNULL())
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDie.h 85 bool isNULL() const {
315 if (Die && Die.isNULL())
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDie.h 85 bool isNULL() const {
315 if (Die && Die.isNULL())
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDie.h 85 bool isNULL() const {
315 if (Die && Die.isNULL())
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDie.h 85 bool isNULL() const {
315 if (Die && Die.isNULL())
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDie.h 85 bool isNULL() const {
315 if (Die && Die.isNULL())
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDie.h 85 bool isNULL() const {
315 if (Die && Die.isNULL())
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDie.h 85 bool isNULL() const {
315 if (Die && Die.isNULL())
  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 98 UBool isNULL;
101 isNULL = (UBool)(va_arg(marker, void*) == NULL);
103 return isNULL;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 

Completed in 1635 milliseconds