Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.h35 RCInt(const RCToken &Token) in RCInt() function
37 RCInt(uint32_t Value) : Val(Value), Long(false) {} in RCInt() function
38 RCInt(uint32_t Value, bool IsLong) : Val(Value), Long(IsLong) {} in RCInt() function