Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()