Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptStmt.h34 RCInt(const RCToken &Token) in RCInt() function
36 RCInt(uint32_t Value) : Val(Value), Long(false) {} in RCInt() function
37 RCInt(uint32_t Value, bool IsLong) : Val(Value), Long(IsLong) {} in RCInt() function