Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/util/
Dalgorithm.hpp236 bool in_quote_single = false; in tokenize() local
244 } else if (c == '"' && !in_quote_single) { in tokenize()
247 in_quote_single = !in_quote_single; in tokenize()
248 } else if (c != ' ' || in_quote_single || in_quote_double) { in tokenize()
259 if (in_quote_double || in_quote_single) in tokenize()