Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp2564 bool lineContinuationAllowed = (profile == EEsProfile && version >= 300) || in lineContinuationCheck() local
2568 if (lineContinuationAllowed) in lineContinuationCheck()
2573 return lineContinuationAllowed; in lineContinuationCheck()
2577 if (! lineContinuationAllowed) in lineContinuationCheck()
2585 return lineContinuationAllowed; in lineContinuationCheck()