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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 124 #define yyextra yyg->yyextra_r macro
parse-events-flex.c 131 #define yyextra yyg->yyextra_r macro
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 142 #define yyextra yyg->yyextra_r macro
562 yyextra->leadingSpace = false; \
563 yyextra->lineStart = true; \
569 pp::Input* input = &yyextra->input; \
570 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
583 result = yyextra->input.read(buf, maxSize);
927 yyextra->leadingSpace = true;
936 return yyextra->lineStart ? pp::Token::PP_HASH : pp::Token::PP_OTHER;
1125 { yyextra->leadingSpace = true; }
1153 pp::Input* input = &yyextra->input
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 154 #define yyextra yyg->yyextra_r macro
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 132 #define yyextra yyg->yyextra_r macro
889 glcpp_parser_t *parser = yyextra;
1022 if (yyextra->space_tokens
1328 yy_top_state(yyextra); variable
    [all...]
glsl_lexer.cc 132 #define yyextra yyg->yyextra_r macro
    [all...]
lex.yy.c 132 #define yyextra yyg->yyextra_r macro
    [all...]

Completed in 218 milliseconds