Home
last modified time | relevance | path

Searched defs:isQuote (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp708 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp821 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function

Completed in 7 milliseconds