Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.cpp316 bool isArg = false; // True if token is part of the current argument. in collectMacroArgs() local
321 isArg = true; in collectMacroArgs()
325 isArg = openParens != 0; in collectMacroArgs()
332 isArg = openParens != 1; in collectMacroArgs()
335 isArg = true; in collectMacroArgs()
338 if (isArg) in collectMacroArgs()