Home
last modified time | relevance | path

Searched refs:FtNumTypes (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp194 VersionInfoFixed::FixedFieldsNames[VersionInfoFixed::FtNumTypes] = {
216 return FtUnknown < Type && Type < FtNumTypes; in isTypeSupported()
231 for (int Type = FtUnknown; Type < FtNumTypes; ++Type) { in log()
DResourceScriptStmt.h746 FtNumTypes enumerator
751 static const StringRef FixedFieldsNames[FtNumTypes];
754 SmallVector<uint32_t, 4> FixedInfo[FtNumTypes];
755 SmallVector<bool, FtNumTypes> IsTypePresent;
761 VersionInfoFixed() : IsTypePresent(FtNumTypes, false) {} in VersionInfoFixed()