Home
last modified time | relevance | path

Searched refs:isNULL (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h52 bool isNULL() const { return AbbrevDecl == nullptr; } in isNULL() function
61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp333 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/
DDWARFDie.h85 bool isNULL() const { return getAbbreviationDeclarationPtr() == nullptr; } in isNULL() function
432 assert(!Die.isNULL() && "Decrementing rbegin");
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h85 bool isNULL() const { return getAbbreviationDeclarationPtr() == nullptr; } in isNULL() function
445 assert(!Die.isNULL() && "Decrementing rbegin");
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp460 if (isNULL()) in getAddressRanges()
478 if (isNULL()) in collectChildrenAddressRanges()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp447 if (isNULL()) in getAddressRanges()
465 if (isNULL()) in collectChildrenAddressRanges()
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c98 UBool isNULL; in returnsNullForType() local
101 isNULL = (UBool)(va_arg(marker, void*) == NULL); in returnsNullForType()
103 return isNULL; in returnsNullForType()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1804 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/
DDWARFDebugInfoTest.cpp1176 EXPECT_TRUE(Null.isNULL()); in TEST()
1213 EXPECT_TRUE(C2.getSibling().isNULL()); in TEST()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp77 if (!RefDie.isNULL()) in resolveDIEReference()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcudnn_8_0.inc1502 cudnnFusedOpsConstParamLabel_t paramLabel, void *param, int *isNULL) {
1509 return func_ptr(constPack, paramLabel, param, isNULL);
Dcudnn_7_6.inc3135 cudnnFusedOpsConstParamLabel_t paramLabel, void *param, int *isNULL) {
3142 return func_ptr(constPack, paramLabel, param, isNULL);