Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptToken.cpp34 static bool rcGetAsInteger(StringRef Representation, uint32_t &Num) { in rcGetAsInteger() function
53 bool IsSuccess = rcGetAsInteger(TokenValue, Result); in intValue()
185 if (!rcGetAsInteger(Token.value(), TokenInt)) { in run()