Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp1379 bool HasStrings = false, HasInts = false; in writeVersionInfoValue() local
1381 (Item.isInt() ? HasInts : HasStrings) = true; in writeVersionInfoValue()
1383 assert((HasStrings || HasInts) && "VALUE must have at least one argument"); in writeVersionInfoValue()
1384 if (HasStrings && HasInts) in writeVersionInfoValue()
1391 writeInt<uint16_t>(HasStrings); in writeVersionInfoValue()
1412 if (HasStrings) { in writeVersionInfoValue()