Home
last modified time | relevance | path

Searched refs:isNoneType (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp72 assert(TI.isNoneType() || TI.isSimple()); in simpleTypeName()
74 if (TI.isNoneType()) in simpleTypeName()
93 if (!TI.isNoneType()) { in printTypeIndex()
DLazyRandomTypeCollection.cpp110 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
132 if (Index.isSimple() || Index.isNoneType()) in contains()
DTypeTableCollection.cpp48 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
DAppendingTypeTableBuilder.cpp67 if (Index.isSimple() || Index.isNoneType()) in contains()
DTypeHashing.cpp58 if (TI.isSimple() || TI.isNoneType() || TI.toArrayIndex() >= Prev.size()) { in hashType()
DGlobalTypeTableBuilder.cpp72 if (Index.isSimple() || Index.isNoneType()) in contains()
DMergingTypeTableBuilder.cpp69 if (Index.isSimple() || Index.isNoneType()) in contains()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DFormatters.h54 if (V.isNoneType())
DTypeIndex.h116 bool isNoneType() const { return *this == None(); } in isNoneType() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h106 bool isNoneType() const { return *this == None(); } in isNoneType() function
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp630 if (TI.isNoneType()) in getTypeName()
658 if (!TI.isNoneType()) in printTypeIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp250 if (TI.isNoneType()) in getTypeName()
DDumpOutputStyle.cpp702 if (UDT.Type.isNoneType()) in dumpUdtStats()
1076 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet()