HomeSort by relevance Sort by last modified time
    Searched refs:eof_scan (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
scanner.c 69 static int eof_scan(InputSrc *is, yystypepp * yylvalpp) function
72 } // eof_scan
76 static InputSrc eof_inputsrc = { 0, &eof_scan, &eof_scan, &noop };
cpp.c 850 static int eof_scan(InputSrc *in, yystypepp * yylvalpp) { return -1; } function
856 in->scan = eof_scan;
857 in->getch = eof_scan;
864 if (cpp->currentInput->scan == eof_scan) {
    [all...]

Completed in 42 milliseconds