Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3567 bool expectingExpression = false; in acceptAttributes() local
3570 expectingExpression = false; in acceptAttributes()
3573 expectingExpression = true; in acceptAttributes()
3581 if (expectingExpression || expressions->getSequence().empty()) in acceptAttributes()