#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "flutter/tools/licenses_cpp/src/comments.h"#include "flutter/tools/licenses_cpp/src/comments_util.h"#include <string>#include <unistd.h>Go to the source code of this file.
Classes | |
| struct | yy_buffer_state |
| struct | yy_trans_info |
| struct | LexerContext |
| struct | yyguts_t |
Macros | |
| #define | YY_INT_ALIGNED short int |
| #define | FLEX_SCANNER |
| #define | YY_FLEX_MAJOR_VERSION 2 |
| #define | YY_FLEX_MINOR_VERSION 6 |
| #define | YY_FLEX_SUBMINOR_VERSION 4 |
| #define | FLEX_BETA |
| #define | FLEXINT_H |
| #define | INT8_MIN (-128) |
| #define | INT16_MIN (-32767 - 1) |
| #define | INT32_MIN (-2147483647 - 1) |
| #define | INT8_MAX (127) |
| #define | INT16_MAX (32767) |
| #define | INT32_MAX (2147483647) |
| #define | UINT8_MAX (255U) |
| #define | UINT16_MAX (65535U) |
| #define | UINT32_MAX (4294967295U) |
| #define | SIZE_MAX (~(size_t)0) |
| #define | yyconst const |
| #define | yynoreturn |
| #define | YY_NULL 0 |
| #define | YY_SC_TO_UI(c) ((YY_CHAR)(c)) |
| #define | YY_TYPEDEF_YY_SCANNER_T |
| #define | yyin yyg->yyin_r |
| #define | yyout yyg->yyout_r |
| #define | yyextra yyg->yyextra_r |
| #define | yyleng yyg->yyleng_r |
| #define | yytext yyg->yytext_r |
| #define | yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) |
| #define | yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) |
| #define | yy_flex_debug yyg->yy_flex_debug_r |
| #define | BEGIN yyg->yy_start = 1 + 2 * |
| #define | YY_START ((yyg->yy_start - 1) / 2) |
| #define | YYSTATE YY_START |
| #define | YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) |
| #define | YY_NEW_FILE yyrestart(yyin, yyscanner) |
| #define | YY_END_OF_BUFFER_CHAR 0 |
| #define | YY_BUF_SIZE 16384 |
| #define | YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
| #define | YY_TYPEDEF_YY_BUFFER_STATE |
| #define | YY_TYPEDEF_YY_SIZE_T |
| #define | EOB_ACT_CONTINUE_SCAN 0 |
| #define | EOB_ACT_END_OF_FILE 1 |
| #define | EOB_ACT_LAST_MATCH 2 |
| #define | YY_LESS_LINENO(n) |
| #define | YY_LINENO_REWIND_TO(ptr) |
| #define | yyless(n) |
| #define | unput(c) yyunput(c, yyg->yytext_ptr, yyscanner) |
| #define | YY_STRUCT_YY_BUFFER_STATE |
| #define | YY_BUFFER_NEW 0 |
| #define | YY_BUFFER_NORMAL 1 |
| #define | YY_BUFFER_EOF_PENDING 2 |
| #define | YY_CURRENT_BUFFER (yyg->yy_buffer_stack ? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] : NULL) |
| #define | YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] |
| #define | YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER, yyscanner) |
| #define | yy_new_buffer yy_create_buffer |
| #define | yy_set_interactive(is_interactive) |
| #define | yy_set_bol(at_bol) |
| #define | YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
| #define | yywrap(yyscanner) (/*CONSTCOND*/ 1) |
| #define | YY_SKIP_YYWRAP |
| #define | yytext_ptr yytext_r |
| #define | YY_DO_BEFORE_ACTION |
| #define | YY_NUM_RULES 8 |
| #define | YY_END_OF_BUFFER 9 |
| #define | REJECT reject_used_but_not_detected |
| #define | yymore() yymore_used_but_not_detected |
| #define | YY_MORE_ADJ 0 |
| #define | YY_RESTORE_YY_MORE_OFFSET |
| #define | INITIAL 0 |
| #define | C_COMMENT 1 |
| #define | BLOCK 2 |
| #define | YY_EXTRA_TYPE LexerContext* |
| #define | YY_READ_BUF_SIZE 8192 |
| #define | ECHO |
| #define | YY_INPUT(buf, result, max_size) |
| #define | yyterminate() return YY_NULL |
| #define | YY_START_STACK_INCR 25 |
| #define | YY_FATAL_ERROR(msg) yy_fatal_error(msg, yyscanner) |
| #define | YY_DECL_IS_OURS 1 |
| #define | YY_DECL int yylex(yyscan_t yyscanner) |
| #define | YY_USER_ACTION |
| #define | YY_BREAK /*LINTED*/ break; |
| #define | YY_RULE_SETUP |
| #define | YY_EXIT_FAILURE 2 |
| #define | yyless(n) |
| #define | YYTABLES_NAME "yytables" |
Typedefs | |
| typedef signed char | flex_int8_t |
| typedef short int | flex_int16_t |
| typedef int | flex_int32_t |
| typedef unsigned char | flex_uint8_t |
| typedef unsigned short int | flex_uint16_t |
| typedef unsigned int | flex_uint32_t |
| typedef void * | yyscan_t |
| typedef struct yy_buffer_state * | YY_BUFFER_STATE |
| typedef size_t | yy_size_t |
| typedef flex_uint8_t | YY_CHAR |
| typedef int | yy_state_type |
Functions | |
| void | yyrestart (FILE *input_file, yyscan_t yyscanner) |
| void | yy_switch_to_buffer (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) |
| YY_BUFFER_STATE | yy_create_buffer (FILE *file, int size, yyscan_t yyscanner) |
| void | yy_delete_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner) |
| void | yy_flush_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner) |
| void | yypush_buffer_state (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) |
| void | yypop_buffer_state (yyscan_t yyscanner) |
| static void | yyensure_buffer_stack (yyscan_t yyscanner) |
| static void | yy_load_buffer_state (yyscan_t yyscanner) |
| static void | yy_init_buffer (YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner) |
| YY_BUFFER_STATE | yy_scan_buffer (char *base, yy_size_t size, yyscan_t yyscanner) |
| YY_BUFFER_STATE | yy_scan_string (const char *yy_str, yyscan_t yyscanner) |
| YY_BUFFER_STATE | yy_scan_bytes (const char *bytes, yy_size_t len, yyscan_t yyscanner) |
| void * | yyalloc (yy_size_t, yyscan_t yyscanner) |
| void * | yyrealloc (void *, yy_size_t, yyscan_t yyscanner) |
| void | yyfree (void *, yyscan_t yyscanner) |
| static yy_state_type | yy_get_previous_state (yyscan_t yyscanner) |
| static yy_state_type | yy_try_NUL_trans (yy_state_type current_state, yyscan_t yyscanner) |
| static int | yy_get_next_buffer (yyscan_t yyscanner) |
| static void yynoreturn | yy_fatal_error (const char *msg, yyscan_t yyscanner) |
| static int | yy_init_globals (yyscan_t yyscanner) |
| int | yylex_init (yyscan_t *scanner) |
| int | yylex_init_extra (YY_EXTRA_TYPE user_defined, yyscan_t *scanner) |
| int | yylex_destroy (yyscan_t yyscanner) |
| int | yyget_debug (yyscan_t yyscanner) |
| void | yyset_debug (int debug_flag, yyscan_t yyscanner) |
| YY_EXTRA_TYPE | yyget_extra (yyscan_t yyscanner) |
| void | yyset_extra (YY_EXTRA_TYPE user_defined, yyscan_t yyscanner) |
| FILE * | yyget_in (yyscan_t yyscanner) |
| void | yyset_in (FILE *_in_str, yyscan_t yyscanner) |
| FILE * | yyget_out (yyscan_t yyscanner) |
| void | yyset_out (FILE *_out_str, yyscan_t yyscanner) |
| yy_size_t | yyget_leng (yyscan_t yyscanner) |
| char * | yyget_text (yyscan_t yyscanner) |
| int | yyget_lineno (yyscan_t yyscanner) |
| void | yyset_lineno (int _line_number, yyscan_t yyscanner) |
| int | yyget_column (yyscan_t yyscanner) |
| void | yyset_column (int _column_no, yyscan_t yyscanner) |
| static void | yyunput (int c, char *buf_ptr, yyscan_t yyscanner) |
| static int | input (yyscan_t yyscanner) |
| int | yylex (yyscan_t yyscanner) |
| if (!yyg->yy_init) | |
Variables | |
| static const flex_int16_t | yy_accept [37] |
| static const YY_CHAR | yy_ec [256] |
| static const YY_CHAR | yy_meta [7] = {0, 1, 1, 2, 1, 1, 3} |
| static const flex_int16_t | yy_base [45] |
| static const flex_int16_t | yy_def [45] |
| static const flex_int16_t | yy_nxt [69] |
| static const flex_int16_t | yy_chk [69] |
| YY_DECL | |
| char * | yy_cp |
| char * | yy_bp |
| int | yy_act |
| struct yyguts_t * | yyg = (struct yyguts_t*)yyscanner |
| #define BEGIN yyg->yy_start = 1 + 2 * |
Definition at line 138 of file comments.cc.
| #define BLOCK 2 |
Definition at line 434 of file comments.cc.
| #define C_COMMENT 1 |
Definition at line 433 of file comments.cc.
| #define ECHO |
Definition at line 568 of file comments.cc.
| #define EOB_ACT_CONTINUE_SCAN 0 |
Definition at line 179 of file comments.cc.
| #define EOB_ACT_END_OF_FILE 1 |
Definition at line 180 of file comments.cc.
| #define EOB_ACT_LAST_MATCH 2 |
Definition at line 181 of file comments.cc.
| #define FLEX_BETA |
Definition at line 16 of file comments.cc.
| #define FLEX_SCANNER |
Definition at line 11 of file comments.cc.
| #define FLEXINT_H |
Definition at line 32 of file comments.cc.
| #define INITIAL 0 |
Definition at line 432 of file comments.cc.
| #define INT16_MAX (32767) |
Definition at line 75 of file comments.cc.
| #define INT16_MIN (-32767 - 1) |
Definition at line 66 of file comments.cc.
| #define INT32_MAX (2147483647) |
Definition at line 78 of file comments.cc.
| #define INT32_MIN (-2147483647 - 1) |
Definition at line 69 of file comments.cc.
| #define INT8_MAX (127) |
Definition at line 72 of file comments.cc.
| #define INT8_MIN (-128) |
Definition at line 63 of file comments.cc.
| #define REJECT reject_used_but_not_detected |
Definition at line 399 of file comments.cc.
| #define SIZE_MAX (~(size_t)0) |
Definition at line 91 of file comments.cc.
| #define UINT16_MAX (65535U) |
Definition at line 84 of file comments.cc.
| #define UINT32_MAX (4294967295U) |
Definition at line 87 of file comments.cc.
| #define UINT8_MAX (255U) |
Definition at line 81 of file comments.cc.
| #define unput | ( | c | ) | yyunput(c, yyg->yytext_ptr, yyscanner) |
Definition at line 197 of file comments.cc.
| #define YY_AT_BOL | ( | ) | (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
Definition at line 317 of file comments.cc.
| #define YY_BREAK /*LINTED*/ break; |
Definition at line 645 of file comments.cc.
| #define YY_BUF_SIZE 16384 |
Definition at line 160 of file comments.cc.
| #define YY_BUFFER_EOF_PENDING 2 |
Definition at line 258 of file comments.cc.
| #define YY_BUFFER_NEW 0 |
Definition at line 246 of file comments.cc.
| #define YY_BUFFER_NORMAL 1 |
Definition at line 247 of file comments.cc.
| #define YY_CURRENT_BUFFER (yyg->yy_buffer_stack ? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] : NULL) |
Definition at line 268 of file comments.cc.
Definition at line 273 of file comments.cc.
Definition at line 633 of file comments.cc.
| #define YY_DECL_IS_OURS 1 |
Definition at line 629 of file comments.cc.
| #define YY_DO_BEFORE_ACTION |
Definition at line 338 of file comments.cc.
| #define YY_END_OF_BUFFER 9 |
Definition at line 345 of file comments.cc.
| #define YY_END_OF_BUFFER_CHAR 0 |
Definition at line 149 of file comments.cc.
| #define YY_EXIT_FAILURE 2 |
| #define YY_EXTRA_TYPE LexerContext* |
Definition at line 444 of file comments.cc.
| #define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error(msg, yyscanner) |
Definition at line 620 of file comments.cc.
| #define yy_flex_debug yyg->yy_flex_debug_r |
Definition at line 132 of file comments.cc.
| #define YY_FLEX_MAJOR_VERSION 2 |
Definition at line 12 of file comments.cc.
| #define YY_FLEX_MINOR_VERSION 6 |
Definition at line 13 of file comments.cc.
| #define YY_FLEX_SUBMINOR_VERSION 4 |
Definition at line 14 of file comments.cc.
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER, yyscanner) |
Definition at line 286 of file comments.cc.
| #define YY_INPUT | ( | buf, | |
| result, | |||
| max_size | |||
| ) |
Definition at line 579 of file comments.cc.
| #define YY_INT_ALIGNED short int |
Definition at line 7 of file comments.cc.
| #define YY_LESS_LINENO | ( | n | ) |
Definition at line 183 of file comments.cc.
| #define YY_LINENO_REWIND_TO | ( | ptr | ) |
Definition at line 184 of file comments.cc.
| #define YY_MORE_ADJ 0 |
Definition at line 401 of file comments.cc.
| #define yy_new_buffer yy_create_buffer |
Definition at line 298 of file comments.cc.
Definition at line 148 of file comments.cc.
| #define YY_NULL 0 |
Definition at line 110 of file comments.cc.
| #define YY_NUM_RULES 8 |
Definition at line 344 of file comments.cc.
| #define YY_READ_BUF_SIZE 8192 |
Definition at line 559 of file comments.cc.
| #define YY_RESTORE_YY_MORE_OFFSET |
Definition at line 402 of file comments.cc.
| #define YY_RULE_SETUP |
Definition at line 648 of file comments.cc.
| #define YY_SC_TO_UI | ( | c | ) | ((YY_CHAR)(c)) |
Definition at line 115 of file comments.cc.
| #define yy_set_bol | ( | at_bol | ) |
Definition at line 308 of file comments.cc.
| #define yy_set_interactive | ( | is_interactive | ) |
Definition at line 299 of file comments.cc.
| #define YY_SKIP_YYWRAP |
Definition at line 322 of file comments.cc.
| #define YY_START ((yyg->yy_start - 1) / 2) |
Definition at line 143 of file comments.cc.
| #define YY_START_STACK_INCR 25 |
Definition at line 615 of file comments.cc.
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
Definition at line 167 of file comments.cc.
| #define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
Definition at line 146 of file comments.cc.
| #define YY_STRUCT_YY_BUFFER_STATE |
Definition at line 200 of file comments.cc.
| #define YY_TYPEDEF_YY_BUFFER_STATE |
Definition at line 170 of file comments.cc.
| #define YY_TYPEDEF_YY_SCANNER_T |
Definition at line 119 of file comments.cc.
| #define YY_TYPEDEF_YY_SIZE_T |
Definition at line 175 of file comments.cc.
| #define YY_USER_ACTION |
Definition at line 640 of file comments.cc.
| #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) |
Definition at line 131 of file comments.cc.
| #define yyconst const |
Definition at line 101 of file comments.cc.
| #define yyextra yyg->yyextra_r |
Definition at line 127 of file comments.cc.
| #define yyin yyg->yyin_r |
Definition at line 125 of file comments.cc.
| #define yyleng yyg->yyleng_r |
Definition at line 128 of file comments.cc.
| #define yyless | ( | n | ) |
Definition at line 187 of file comments.cc.
| #define yyless | ( | n | ) |
Definition at line 187 of file comments.cc.
| #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) |
Definition at line 130 of file comments.cc.
| #define yymore | ( | ) | yymore_used_but_not_detected |
Definition at line 400 of file comments.cc.
| #define yynoreturn |
Definition at line 106 of file comments.cc.
| #define yyout yyg->yyout_r |
Definition at line 126 of file comments.cc.
| #define YYSTATE YY_START |
Definition at line 144 of file comments.cc.
| #define YYTABLES_NAME "yytables" |
| #define yyterminate | ( | ) | return YY_NULL |
Definition at line 610 of file comments.cc.
| #define yytext yyg->yytext_r |
Definition at line 129 of file comments.cc.
| #define yytext_ptr yytext_r |
Definition at line 327 of file comments.cc.
| #define yywrap | ( | yyscanner | ) | (/*CONSTCOND*/ 1) |
Definition at line 321 of file comments.cc.
| typedef short int flex_int16_t |
Definition at line 55 of file comments.cc.
| typedef int flex_int32_t |
Definition at line 56 of file comments.cc.
| typedef signed char flex_int8_t |
Definition at line 54 of file comments.cc.
| typedef unsigned short int flex_uint16_t |
Definition at line 58 of file comments.cc.
| typedef unsigned int flex_uint32_t |
Definition at line 59 of file comments.cc.
| typedef unsigned char flex_uint8_t |
Definition at line 57 of file comments.cc.
| typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 171 of file comments.cc.
| typedef flex_uint8_t YY_CHAR |
Definition at line 323 of file comments.cc.
| typedef size_t yy_size_t |
Definition at line 176 of file comments.cc.
| typedef int yy_state_type |
Definition at line 325 of file comments.cc.
| typedef void * yyscan_t |
Copyright 2013 The Flutter Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. To regenerate comments.cc run: flex -o comments.cc comments.l
Definition at line 120 of file comments.cc.
| if | ( | !yyg-> | yy_init | ) |
Definition at line 661 of file comments.cc.
References YY_BUF_SIZE, yy_create_buffer(), YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yyguts_t::yy_init, yy_load_buffer_state(), yyguts_t::yy_start, yyensure_buffer_stack(), yyg, yyin, and yyout.
|
static |
Referenced by impeller::compiler::ShaderBundleData::AddInputDescription(), fml::Base32Decode(), fml::Base32Encode(), impeller::Paint::CreateContents(), impeller::compiler::ShaderBundleData::CreateFlatbuffer(), impeller::Paint::MaskBlurDescriptor::CreateMaskBlur(), impeller::compiler::RuntimeStageData::CreateStageFlatbuffer(), impeller::CreateVertexBuffer(), impeller::VertexDescriptor::GetHash(), impeller::FilterContents::GetSourceCoverage(), fml::HexEncode(), flutter::DartCallbackCache::LoadCacheFromDisk(), impeller::Main(), main(), HarfBuzzSubset< T, typename >::Make(), impeller::FilterInput::Make(), impeller::FilterInput::Make(), impeller::FilterContents::MakeBorderMaskBlur(), impeller::ColorFilterContents::MakeColorMatrix(), impeller::FilterContents::MakeDirectionalMorphology(), flutter::gpu::ShaderLibrary::MakeFromFlatbuffer(), impeller::FilterContents::MakeGaussianBlur(), impeller::ColorFilterContents::MakeLinearToSrgbFilter(), impeller::FilterContents::MakeLocalMatrixFilter(), impeller::FilterContents::MakeMatrixFilter(), impeller::FilterContents::MakeMorphology(), impeller::FilterContents::MakeRuntimeEffect(), impeller::ColorFilterContents::MakeSrgbToLinearFilter(), Filter::Matches(), Filter::Open(), Filter::Open(), DepsParser::Parse(), flutter::ParseBase32(), flutter::ParseBase64(), flutter::ParseCommaDelimited(), impeller::PipelineBlend(), impeller::ReadStageInputFormat(), impeller::BufferBindingsGLES::RegisterVertexStageInput(), impeller::RuntimeEffectContents::Render(), ui::AXPlatformNodeBase::SanitizeStringAttribute(), impeller::Canvas::SaveLayer(), impeller::FilterContents::SetEffectTransform(), impeller::FilterContents::SetRenderingMode(), impeller::VertexDescriptorMTL::SetStageInputsAndLayout(), flutter::TemplaterMain(), ui::TEST(), TEST(), TEST(), flutter::testing::TEST(), flutter::testing::TEST(), flutter::testing::TEST(), flutter::testing::TEST(), flutter::testing::TEST(), TEST(), impeller::testing::TEST(), TEST(), TEST(), TEST(), TEST(), impeller::testing::TEST_P(), impeller::testing::TEST_P(), impeller::ToVertexDescriptorFormat(), impeller::Paint::WithFilters(), impeller::Paint::WithFiltersForSubpassTarget(), impeller::Paint::WithImageFilter(), impeller::Paint::WithMaskBlur(), impeller::WrapInput(), impeller::WrapWithGPUColorFilter(), and impeller::WrapWithInvertColors().
| YY_BUFFER_STATE yy_create_buffer | ( | FILE * | file, |
| int | size, | ||
| yyscan_t | yyscanner | ||
| ) |
Referenced by if().
| void yy_delete_buffer | ( | YY_BUFFER_STATE | b, |
| yyscan_t | yyscanner | ||
| ) |
|
static |
| void yy_flush_buffer | ( | YY_BUFFER_STATE | b, |
| yyscan_t | yyscanner | ||
| ) |
|
static |
|
static |
|
static |
|
static |
| YY_BUFFER_STATE yy_scan_buffer | ( | char * | base, |
| yy_size_t | size, | ||
| yyscan_t | yyscanner | ||
| ) |
| YY_BUFFER_STATE yy_scan_bytes | ( | const char * | bytes, |
| yy_size_t | len, | ||
| yyscan_t | yyscanner | ||
| ) |
| YY_BUFFER_STATE yy_scan_string | ( | const char * | yy_str, |
| yyscan_t | yyscanner | ||
| ) |
| void yy_switch_to_buffer | ( | YY_BUFFER_STATE | new_buffer, |
| yyscan_t | yyscanner | ||
| ) |
|
static |
| void yyfree | ( | void * | , |
| yyscan_t | yyscanner | ||
| ) |
| int yyget_column | ( | yyscan_t | yyscanner | ) |
| int yyget_debug | ( | yyscan_t | yyscanner | ) |
| YY_EXTRA_TYPE yyget_extra | ( | yyscan_t | yyscanner | ) |
| FILE * yyget_in | ( | yyscan_t | yyscanner | ) |
| int yyget_lineno | ( | yyscan_t | yyscanner | ) |
| FILE * yyget_out | ( | yyscan_t | yyscanner | ) |
| char * yyget_text | ( | yyscan_t | yyscanner | ) |
|
extern |
| int yylex_destroy | ( | yyscan_t | yyscanner | ) |
| int yylex_init | ( | yyscan_t * | scanner | ) |
| int yylex_init_extra | ( | YY_EXTRA_TYPE | user_defined, |
| yyscan_t * | scanner | ||
| ) |
| void yypop_buffer_state | ( | yyscan_t | yyscanner | ) |
| void yypush_buffer_state | ( | YY_BUFFER_STATE | new_buffer, |
| yyscan_t | yyscanner | ||
| ) |
| void yyrestart | ( | FILE * | input_file, |
| yyscan_t | yyscanner | ||
| ) |
| void yyset_column | ( | int | _column_no, |
| yyscan_t | yyscanner | ||
| ) |
| void yyset_debug | ( | int | debug_flag, |
| yyscan_t | yyscanner | ||
| ) |
| void yyset_extra | ( | YY_EXTRA_TYPE | user_defined, |
| yyscan_t | yyscanner | ||
| ) |
| void yyset_in | ( | FILE * | _in_str, |
| yyscan_t | yyscanner | ||
| ) |
| void yyset_lineno | ( | int | _line_number, |
| yyscan_t | yyscanner | ||
| ) |
| void yyset_out | ( | FILE * | _out_str, |
| yyscan_t | yyscanner | ||
| ) |
|
static |
|
static |
Definition at line 352 of file comments.cc.
| int yy_act |
Definition at line 658 of file comments.cc.
|
static |
Definition at line 374 of file comments.cc.
| char * yy_bp |
Definition at line 657 of file comments.cc.
|
static |
Definition at line 390 of file comments.cc.
| char* yy_cp |
Definition at line 657 of file comments.cc.
| YY_DECL |
The main scanner function which does all the work.
Definition at line 655 of file comments.cc.
|
static |
Definition at line 379 of file comments.cc.
|
static |
Definition at line 356 of file comments.cc.
|
static |
Definition at line 372 of file comments.cc.
|
static |
Definition at line 384 of file comments.cc.
Definition at line 659 of file comments.cc.
Referenced by if().