Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp197 VersionInfoFixed::FixedFieldsNames[VersionInfoFixed::FtNumTypes] = {
219 return FtUnknown < Type && Type < FtNumTypes; in isTypeSupported()
234 for (int Type = FtUnknown; Type < FtNumTypes; ++Type) { in log()
H A DResourceScriptStmt.h803 FtNumTypes enumerator
808 static const StringRef FixedFieldsNames[FtNumTypes];
811 SmallVector<uint32_t, 4> FixedInfo[FtNumTypes];
812 SmallVector<bool, FtNumTypes> IsTypePresent;
818 VersionInfoFixed() : IsTypePresent(FtNumTypes, false) {} in VersionInfoFixed()