Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp183 if (Id > 0 && HasPrecedingComma[Id]) in log()
DResourceScriptStmt.h716 std::vector<bool> HasPrecedingComma; variable
721 HasPrecedingComma(std::move(CommasBeforeVals)) {} in VersionInfoValue()
DResourceFileWriter.cpp1406 Id == Val.Values.size() - 1 || Val.HasPrecedingComma[Id + 1]; in writeVersionInfoValue()