Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp403 bool IsLong; in appendFile() local
404 stripQuotes(Filename, IsLong); in appendFile()
705 bool IsLong; in writeBitmapBody() local
706 stripQuotes(Filename, IsLong); in writeBitmapBody()
883 bool IsLong; in visitIconOrCursorResource() local
884 stripQuotes(FileStr, IsLong); in visitIconOrCursorResource()
H A DResourceScriptStmt.h38 RCInt(uint32_t Value, bool IsLong) : Val(Value), Long(IsLong) {} in RCInt() argument