Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.cpp303 for (int openParens = 1; openParens != 0; ) in collectMacroArgs() local
320 ++openParens; in collectMacroArgs()
324 --openParens; in collectMacroArgs()
325 isArg = openParens != 0; in collectMacroArgs()
331 if (openParens == 1) args->push_back(MacroArg()); in collectMacroArgs()
332 isArg = openParens != 1; in collectMacroArgs()