Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.cpp371 int openParens = 1; in collectMacroArgs() local
372 while (openParens != 0) in collectMacroArgs()
389 ++openParens; in collectMacroArgs()
393 --openParens; in collectMacroArgs()
394 isArg = openParens != 0; in collectMacroArgs()
401 if (openParens == 1) in collectMacroArgs()
403 isArg = openParens != 1; in collectMacroArgs()