Searched refs:isNULL (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 52 bool isNULL() const { return AbbrevDecl == nullptr; } in isNULL() function 61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 333 if (isNULL()) in getAddressRanges() 353 if (isNULL()) in collectChildrenAddressRanges() 438 if (isNULL()) in getInlinedChainForAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDie.h | 85 bool isNULL() const { return getAbbreviationDeclarationPtr() == nullptr; } in isNULL() function 432 assert(!Die.isNULL() && "Decrementing rbegin");
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDie.h | 85 bool isNULL() const { return getAbbreviationDeclarationPtr() == nullptr; } in isNULL() function 445 assert(!Die.isNULL() && "Decrementing rbegin");
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 460 if (isNULL()) in getAddressRanges() 478 if (isNULL()) in collectChildrenAddressRanges()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 447 if (isNULL()) in getAddressRanges() 465 if (isNULL()) in collectChildrenAddressRanges()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 98 UBool isNULL; in returnsNullForType() local 101 isNULL = (UBool)(va_arg(marker, void*) == NULL); in returnsNullForType() 103 return isNULL; in returnsNullForType()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1804 for (auto *Child = DIE->getFirstChild(); Child && !Child->isNULL(); in analyzeContextInfo() 2316 for (auto *Child = Die.getFirstChild(); Child && !Child->isNULL(); in lookForDIEsToKeep() 2832 for (auto *Child = InputDIE.getFirstChild(); Child && !Child->isNULL(); in cloneDIE() 2858 for (auto *Child = InputDIE.getFirstChild(); Child && !Child->isNULL(); in cloneDIE()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 1176 EXPECT_TRUE(Null.isNULL()); in TEST() 1213 EXPECT_TRUE(C2.getSibling().isNULL()); in TEST()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 77 if (!RefDie.isNULL()) in resolveDIEReference()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cudnn_8_0.inc | 1502 cudnnFusedOpsConstParamLabel_t paramLabel, void *param, int *isNULL) { 1509 return func_ptr(constPack, paramLabel, param, isNULL);
|
D | cudnn_7_6.inc | 3135 cudnnFusedOpsConstParamLabel_t paramLabel, void *param, int *isNULL) { 3142 return func_ptr(constPack, paramLabel, param, isNULL);
|