Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp567 int nextCh = getch(); in scan() local
568 if (nextCh == 'l' || nextCh == 'L') { in scan()
570 ppToken->name[len++] = (char)nextCh; in scan()
576 nextCh = getch(); in scan()
577 if ((nextCh == 's' || nextCh == 'S') && in scan()
580 ppToken->name[len++] = (char)nextCh; in scan()
677 int nextCh = getch(); in scan() local
678 if (nextCh == 'l' || nextCh == 'L') { in scan()
680 ppToken->name[len++] = (char)nextCh; in scan()
686 nextCh = getch(); in scan()
[all …]