Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptToken.cpp53 bool IsSuccess = rcGetAsInteger(TokenValue, Result); in intValue() local
54 assert(IsSuccess); in intValue()
55 (void)IsSuccess; // Silence the compiler warning when -DNDEBUG flag is on. in intValue()