Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp403 bool IsLong; in appendFile() local
705 bool IsLong; in writeBitmapBody() local
883 bool IsLong; in visitIconOrCursorResource() local
H A DResourceScriptStmt.h37 RCInt(uint32_t Value, bool IsLong) : Val(Value), Long(IsLong) {} in RCInt()