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

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.h 38 // scanLoc instead of Input::mReadLoc because they may not be the same
40 Input::Location scanLoc;
Tokenizer.l 70 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
71 while ((scanLoc->sIndex < input->count()) && \
72 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \
74 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \
79 scanLoc->cIndex += yyleng; \
259 pp::Input::Location* scanLoc = &yyextra->scanLoc;
    [all...]
Tokenizer.cpp 592 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
593 while ((scanLoc->sIndex < input->count()) && \
594 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \
596 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \
601 scanLoc->cIndex += yyleng; \
    [all...]

Completed in 81 milliseconds