Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp1391 bool HasStrings = false, HasInts = false; in writeVersionInfoValue() local
1393 (Item.isInt() ? HasInts : HasStrings) = true; in writeVersionInfoValue()
1395 assert((HasStrings || HasInts) && "VALUE must have at least one argument"); in writeVersionInfoValue()
1396 if (HasStrings && HasInts) in writeVersionInfoValue()
1403 writeInt<uint16_t>(HasStrings); in writeVersionInfoValue()
1424 if (HasStrings) { in writeVersionInfoValue()