Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DDependencyDirectivesSourceMinimizer.cpp190 static unsigned isEOL(const char *First, const char *const End) { in isEOL() function
218 if (unsigned NLSize = isEOL(FirstAfterBackslashPastSpace, End)) { in skipString()
233 unsigned Len = isEOL(First, End); in skipNewline()
248 unsigned Len = isEOL(First, End); in skipToNewlineRaw()
255 Len = isEOL(First, End); in skipToNewlineRaw()
/external/deqp/external/openglcts/modules/common/
DglcShaderLibrary.cpp65 DE_INLINE deBool isEOL(char c) in isEOL() function
275 else if (isEOL(c)) in removeExtraIndentation()
307 while (isEOL(*p)) in parseShaderSource()
357 while (*m_curPtr && !isEOL(*m_curPtr)) in advanceToken()
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp258 DE_INLINE deBool isEOL (char c) in isEOL() function
484 else if (isEOL(c)) in removeExtraIndentation()
557 while (*m_curPtr && !isEOL(*m_curPtr)) in advanceToken()