Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVStream.cpp61 char PreCh = ' '; in readQuotedString() local
65 if (IS >> PreCh && PreCh != '"') { in readQuotedString()
68 if (PreCh != '\\') { in readQuotedString()
69 Str += PreCh; in readQuotedString()
73 PreCh = Ch; in readQuotedString()
75 Str += PreCh; in readQuotedString()
76 PreCh = Ch; in readQuotedString()