Home
last modified time | relevance | path

Searched refs:IsTypePresent (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.h755 SmallVector<bool, FtNumTypes> IsTypePresent; variable
761 VersionInfoFixed() : IsTypePresent(FtNumTypes, false) {} in VersionInfoFixed()
765 IsTypePresent[Type] = true; in setValue()
DResourceScriptParser.cpp750 if (Result.IsTypePresent[FixedType]) in parseVersionInfoFixed()
DResourceFileWriter.cpp1464 if (!FixedData.IsTypePresent[(int)Type]) in writeVersionInfoBody()