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

  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.h 28 // scanLoc instead of Input::mReadLoc because they may not be the same
30 Input::Location scanLoc;
Tokenizer.cpp 570 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
571 while ((scanLoc->sIndex < input->count()) && \
572 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \
574 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \
579 scanLoc->cIndex += yyleng; \
1154 pp::Input::Location* scanLoc = &yyextra->scanLoc;
    [all...]

Completed in 290 milliseconds