Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h801 FtNumTypes enumerator
806 static const StringRef FixedFieldsNames[FtNumTypes];
809 SmallVector<uint32_t, 4> FixedInfo[FtNumTypes];
810 SmallVector<bool, FtNumTypes> IsTypePresent;
816 VersionInfoFixed() : IsTypePresent(FtNumTypes, false) {} in VersionInfoFixed()