Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp107 bool StripSuccess = Str.consume_front("\"") && Str.consume_back("\""); in stripQuotes() local
108 (void)StripSuccess; in stripQuotes()
109 assert(StripSuccess && "Strings should be enclosed in quotes."); in stripQuotes()