#include <stdio.h>#include <unistd.h>#include "hconfig.h"#include "system.h"#include "gengtype.h"#include "gengtype-yacc.h"

Go to the source code of this file.
Data Types | |
| type | yy_buffer_state |
Defines | |
| #define | FLEX_SCANNER |
| #define | YY_FLEX_MAJOR_VERSION 2 |
| #define | YY_FLEX_MINOR_VERSION 5 |
| #define | yyconst |
| #define | YY_PROTO(proto) () |
| #define | YY_NULL 0 |
| #define | YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) |
| #define | BEGIN yy_start = 1 + 2 * |
| #define | YY_START ((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 ) |
| #define | YY_END_OF_BUFFER_CHAR 0 |
| #define | YY_BUF_SIZE 16384 |
| #define | EOB_ACT_CONTINUE_SCAN 0 |
| #define | EOB_ACT_END_OF_FILE 1 |
| #define | EOB_ACT_LAST_MATCH 2 |
| #define | yyless(n) |
| #define | unput(c) yyunput( c, yytext_ptr ) |
| #define | YY_BUFFER_NEW 0 |
| #define | YY_BUFFER_NORMAL 1 |
| #define | YY_BUFFER_EOF_PENDING 2 |
| #define | YY_CURRENT_BUFFER yy_current_buffer |
| #define | YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer ) |
| #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->yy_at_bol) |
| #define | yywrap() 1 |
| #define | YY_SKIP_YYWRAP |
| #define | yytext_ptr yytext |
| #define | YY_DO_BEFORE_ACTION |
| #define | YY_NUM_RULES 51 |
| #define | YY_END_OF_BUFFER 52 |
| #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 | malloc xmalloc |
| #define | realloc xrealloc |
| #define | YY_DECL int yylex () |
| #define | in_struct 1 |
| #define | in_struct_comment 2 |
| #define | in_comment 3 |
| #define | in_yacc_escape 4 |
| #define | YY_NO_UNPUT 1 |
| #define | YY_NEVER_INTERACTIVE 1 |
| #define | YY_NO_PUSH_STATE 1 |
| #define | YY_NO_POP_STATE 1 |
| #define | YY_NO_TOP_STATE 1 |
| #define | YY_READ_BUF_SIZE 8192 |
| #define | ECHO (void) fwrite( yytext, yyleng, 1, yyout ) |
| #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 ) |
| #define | YY_BREAK break; |
| #define | YY_RULE_SETUP |
| #define | YY_EXIT_FAILURE 2 |
| #define | yyless(n) |
Typedefs | |
| typedef struct yy_buffer_state * | YY_BUFFER_STATE |
| typedef unsigned int | yy_size_t |
| typedef unsigned char | YY_CHAR |
| typedef int | yy_state_type |
Functions/Subroutines | |
| void yyrestart | YY_PROTO ((FILE *input_file)) |
| void yy_switch_to_buffer | YY_PROTO ((YY_BUFFER_STATE new_buffer)) |
| void yy_load_buffer_state | YY_PROTO ((void)) |
| YY_BUFFER_STATE yy_create_buffer | YY_PROTO ((FILE *file, int size)) |
| void yy_delete_buffer | YY_PROTO ((YY_BUFFER_STATE b)) |
| void yy_init_buffer | YY_PROTO ((YY_BUFFER_STATE b, FILE *file)) |
| YY_BUFFER_STATE yy_scan_buffer | YY_PROTO ((char *base, yy_size_t size)) |
| YY_BUFFER_STATE yy_scan_string | YY_PROTO ((yyconst char *yy_str)) |
| YY_BUFFER_STATE yy_scan_bytes | YY_PROTO ((yyconst char *bytes, int len)) |
| static void *yy_flex_alloc | YY_PROTO ((yy_size_t)) |
| static void *yy_flex_realloc | YY_PROTO ((void *, yy_size_t)) |
| static void yy_flex_free | YY_PROTO ((void *)) |
| static yy_state_type yy_try_NUL_trans | YY_PROTO ((yy_state_type current_state)) |
| static void yy_fatal_error | YY_PROTO ((yyconst char msg[])) |
| static void update_lineno | PARAMS ((const char *l, size_t len)) |
| static void | update_lineno (char *l, size_t len) const |
Variables | |
| int | yyleng |
| FILE * | yyin = (FILE *) 0 |
| FILE * | yyout = (FILE *) 0 |
| static YY_BUFFER_STATE | yy_current_buffer = 0 |
| static char | yy_hold_char |
| static int | yy_n_chars |
| static char * | yy_c_buf_p = (char *) 0 |
| static int | yy_init = 1 |
| static int | yy_start = 0 |
| static int | yy_did_buffer_switch_on_eof |
| char * | yytext |
| static yyconst short int | yy_accept [718] |
| static yyconst int | yy_ec [256] |
| static yyconst int | yy_meta [62] |
| static yyconst short int | yy_base [795] |
| static yyconst short int | yy_def [795] |
| static yyconst short int | yy_nxt [3472] |
| static yyconst short int | yy_chk [3472] |
| static yy_state_type | yy_last_accepting_state |
| static char * | yy_last_accepting_cpos |
| struct fileloc | lexer_line |
| int | lexer_toplevel_done |
| #define BEGIN yy_start = 1 + 2 * |
Definition at line 84 of file gengtype-lex.c.
Definition at line 1525 of file gengtype-lex.c.
| #define EOB_ACT_CONTINUE_SCAN 0 |
Definition at line 109 of file gengtype-lex.c.
| #define EOB_ACT_END_OF_FILE 1 |
Definition at line 110 of file gengtype-lex.c.
| #define EOB_ACT_LAST_MATCH 2 |
Definition at line 111 of file gengtype-lex.c.
| #define FLEX_SCANNER |
Definition at line 12 of file gengtype-lex.c.
| #define in_comment 3 |
| #define in_struct 1 |
Definition at line 1438 of file gengtype-lex.c.
Referenced by copy_most_rtx(), copy_rtx_and_substitute(), and print_rtx().
| #define in_struct_comment 2 |
Definition at line 1439 of file gengtype-lex.c.
| #define in_yacc_escape 4 |
Definition at line 1441 of file gengtype-lex.c.
| #define INITIAL 0 |
Definition at line 1389 of file gengtype-lex.c.
| #define malloc xmalloc |
Definition at line 1414 of file gengtype-lex.c.
Referenced by $auxinit(), $ssdallc(), __gthread_setspecific(), __libc_rwlock_define(), __ompc_critical(), __ompc_fork(), __ompc_get_thdprv(), __ompc_init_rtl(), __profile_init(), Instr::__profile_init(), __register_frame(), __register_frame_table(), __trapuv_malloc(), _alloc_unit(), _ALLOCATE(), _buildscn(), _Cif_mementry(), _Cif_memtbl(), _cntig_chk(), _CSHIFT(), _dump_Pu_Headers(), _dump_Str_Header(), _dwarf_find_memory(), _dwarf_get_alloc(), _dwarf_get_debug(), _dwarf_ld_sort_lines(), _dwarf_p_get_alloc(), _dwarf_special_no_dbg_error_malloc(), _dwarf_update_line_sec(), _elf_arhdr(), _elf_cook_file(), _elf_cook_scn(), _elf_item(), _elf_newehdr(), _elf_newphdr(), _elf_nlist(), _elf_output(), _elf_read(), _EOSHIFT(), _F90ALLOC(), _f_inqu(), _f_open(), _fio_du_open(), _frwd(), _ft_stopen(), _FWU(), _getopt_initialize(), _init_internal_unit(), _ld_read(), _ld_write(), _mm_malloc(), _mr_scan_char(), _nl_find_domain(), _nl_load_domain(), _nl_make_l10nflist(), _nl_normalize_codeset(), _objalloc_alloc(), _PACK(), _PXFACCESS(), _PXFCHDIR(), _PXFCHMOD(), _PXFCHOWN(), _PXFCHROOT(), _PXFCREAT(), _PXFEXECV(), _PXFEXECVE(), _PXFEXECVP(), _PXFGETGRGID(), _PXFGETGRNAM(), _PXFGETPWNAM(), _PXFGETPWUID(), _PXFLINK(), _PXFMKFIFO(), _PXFOPEN(), _PXFOPENDIR(), _PXFREAD(), _PXFREADDIR(), _PXFRENAME(), _PXFRMDIR(), _PXFSETENV(), _PXFSTAT(), _PXFSYSTEM(), _PXFUNLINK(), _PXFUTIME(), _PXFWRITE(), _RESHAPE(), _SPREAD(), _TRANS(), _TRANSFER(), _UNPACK(), _WUF(), _xlate_do_current_block(), _xlate_do_local_reginfo(), _xlate_do_simple_32bit_header(), _xlate_do_simple_64bit_header(), _xlate_expand_reg_info_internal_given_ptrs(), _xlate_push_curr_state(), aa_alloc(), aa_initialize(), access_(), add_after_string(), add_derived_option(), add_existing_string(), add_new_option(), add_option_seen(), add_phase_args(), add_string_pair(), AddStringToAttr(), addstruct(), addunit(), alloc_arg_entry(), alloc_ent(), alloc_label_state(), Alloc_More_For_Dummy_Array(), alloc_reg_state(), alloc_res(), Instr::vector< Instr::Switch_Profile >::allocate(), Allocate_Block(), Allocate_Large_Block(), append_default_options(), arcExtMap_add(), ascii_f90_rename(), ascii_usage(), atexit(), bblist_alloc(), bfd_fill_in_gnu_debuglink_section(), bfd_malloc(), bfd_realloc(), bfd_simple_get_relocated_section_contents(), bfd_zmalloc(), binary_record(), build_automata(), build_for_clause_list(), Build_Option_String(), build_parallel_clause_list(), build_parallel_for_clause_list(), build_parallel_sections_clause_list(), build_sections_clause_list(), build_single_clause_list(), Build_Skiplist(), buildargv(), bundle_fus_AddNode(), Bundle_Generator(), bvInit(), Cache_Info_Generator(), call_host_external(), calloc(), Cg_Dwarf_Gen_Asm_File_Table(), Cg_Dwarf_Write_Assembly_From_Elf(), Cg_Dwarf_Write_Assembly_From_Symbolic_Relocs(), chdir_(), check_buflen(), chmod_(), cif_concat(), cif_convert_to_cifconv(), cif_convert_to_lines(), cif_copy_record(), cif_dirname(), Cif_Duplicate(), Cif_Make_Cifconv(), Cif_Make_Lines(), Cif_Open(), Cif_Recgroup(), concat(), concat_path(), concat_strings(), Construct_List(), convert_saved_command_line_into_string(), cplus_demangle_print(), cplus_demangle_v3_components(), Cray_Woff(), create_option_list(), IPA_LNO_WRITE_FILE::Create_Or_Get_Section(), IPA_LNO_WRITE_FILE::Create_Temp_File(), create_temp_file(), createTable(), cwh_add_to_module_files_table(), cwh_auxst_add_dummy(), cwh_auxst_add_to_list(), cwh_auxst_alloc_proc_entry(), cwh_auxst_find(), cwh_block_bump(), cwh_dst_get_command_line_options(), cwh_dst_init_file(), cwh_io_add_st_to_marked_set(), cwh_io_analyse_io_item(), cwh_io_create_dope_from_item(), cwh_io_no_desc(), cwh_io_split_io_statement(), cwh_next_table_entry(), cwh_reorder(), cwh_stab_adjust_name(), cwh_stab_find_auxst(), cwh_stab_full_split(), cwh_stab_packet_typed(), cwh_stab_split_ST(), cwh_stk_fld_name(), cwh_stmt_assigned_goto(), cwh_stmt_call_helper(), cwh_stmt_computed_goto(), cwh_stmt_init_pu(), cwh_types_mk_f90_pointer_ty(), d_demangle(), DEBUG_Push_Config(), decAddOp(), decDivideOp(), decMultiplyOp(), decNumberFromString(), decNumberPower(), decNumberSquareRoot(), decUnitCompare(), demangling_new(), dirname(), DISPERSAL_TARG_TABLE::DISPERSAL_TARG_TABLE(), display_problems(), do_32bit_merge_header(), do_64bit_merge_header(), do_blk_alloc(), do_reginfo_merge(), do_uio_1dim_work(), Dot_To_Line(), DST_build(), DST_get_command_line_options(), DST_get_ordinal_num(), ELFBin::dumpBin(), dupargv(), dV_WN_init(), dyn_string_init(), dyn_string_new(), EKAPI_BundleType4bid(), EKAPI_OddLatencyList(), elf_begin(), elf_getarsym(), elf_memory(), elf_newdata(), elf_rawdata(), elfmap(), ElfSymtab::ElfSymtab(), Em_Dwarf_Symbolic_Relocs_To_Elf(), Em_Dwarf_Write_Scns(), Em_New_Section(), emit_lkcord(), enter_intrinsic_info(), exchange(), expand_flush(), expand_start_for(), expand_start_parallel(), expand_start_parallel_for(), expand_start_parallel_sections(), expand_start_sections(), expand_start_single(), expand_threadprivate(), f_open_com(), Fb_File_Info::Fb_File_Info(), fei_allocate(), fei_close(), fei_concat(), fei_control_list(), fei_end_ioblock(), fei_implied_do(), fei_inquire(), fei_IO_list(), fei_open(), fei_smt_parameter(), fei_start_ioblock(), fill_ent(), fill_option_info(), find_separate_debug_file(), fulist_AddNewNode(), G77_link_0(), Gen_File_Table(), Generate_Asm_String(), Generate_Exception_Table_Header(), get_charset_aliases(), get_command_line(), Get_Dir_Dst_Info(), get_dyn_name(), get_extra_args(), get_extra_symtab_args(), Get_File_Dst_Info(), Get_IPA_Object_Name(), get_named_language(), get_opcode_entry(), Get_PU_Profile(), get_section(), getcwd(), getEhdr(), gs_new_memblock(), hashinit(), idxopen(), Increase_Data_Buffer_Size(), Increase_File_Table_Size(), Increase_Incl_Table_Size(), Init_Deferred_Decl_Init_Stack(), Init_Deferred_Function_Stack(), init_error_tables(), Init_Memory(), Init_Module_Files(), init_msg_processing(), init_option_seen(), init_phase_info(), init_signal_tables(), init_string_list(), init_string_pair_list(), init_string_with_size(), initialize_mmix_dis_info(), insert_deplist(), int_vasprintf(), ipa_init_link_line(), ipa_link_line_argv(), ipa_search_command_line(), ipacom_add_comment(), ipacom_doit(), ipacom_process_file(), ipacom_process_symtab(), IPO_Fld_Table_Update_For_Struct_Opt(), ir_b_write_tree(), IR_Dwarf_Gen_File_Table(), ir_print_filename(), is_ctor_or_dtor(), kai_mhalloc(), KAPI_CacheHierarcy(), kapi_InitBidAndSyllable(), kapi_InitClusterPortDatastructures(), KAPI_Initialize(), kapi_InitInstructionType(), kapi_InitSymbolTable(), kapi_ParseInstOp(), kapi_ParseInstOps(), kapi_ParseOpAttribute(), kapi_ProcessCacheData(), kapi_ProcessFu(), kapi_ProcessInstructionData(), kapi_ProcessInterclusterLatency(), kapi_ProcessIntraclusterLatency(), kapi_ProcessSensitivity(), kapi_ptfiConstructArray(), kapi_ptfiConstructBitmask(), KAPI_save_as_header_BitVector_struct(), KDumpBin_LoadBitVector(), KDumpBin_LoadString(), KMAPI_AllocationOptions4fu(), KMAPI_CreateResourceMap(), KMAPI_GetRawOptions(), kmapi_init_fulist_tables(), kmapi_init_split_issue_data(), KMAPI_initialize(), kmapi_MakeException(), list_to_string(), LNO_Push_Config(), load_pvp_word(), lower_bit_field_id(), lower_io_statement(), lower_mp(), lrealpath(), main(), Make_Absolute_Path(), make_elfheader(), make_relative_prefix(), make_sectheader(), make_string_attach(), Make_Temp_File(), makeudir(), MDnewstab(), MDopen(), MEM_POOL_Alloc_P(), MEM_POOL_Push_P(), MEM_POOL_Realloc_P(), merge_usages(), mips__nan_malloc_(), mpw_fopen(), mpw_start_progress(), NAMEs_rsNe_work(), new_exp(), New_Extension(), newentry(), nextword(), Node_label(), objalloc_create(), omp_init_lock(), omp_init_nest_lock(), op_gen(), open_arith_file(), open_file(), open_intrinsics_file(), IPA_LNO_WRITE_FILE::Open_Write_File(), Operands_Generator(), Instr::hash_map< _Key, _Data >::operator[](), parse_attrs(), parse_define_str(), pbvDup(), pbvMake(), pedMake(), Perform_Alias_Class_Annotation(), plimpProcessLimitType(), plimpProcessLimitVariable(), prepare_com_clause(), prepare_reduction_clause(), prepend_option_seen(), Print_All_Bypass(), print_buffered_messages(), Print_OddLatency(), Printbv(), process_cmd_line(), Process_Command_Line(), Process_GDAR(), process_one_file(), process_u_option(), ProgHdrTable::ProgHdrTable(), ProgHdrTable64::ProgHdrTable64(), pstnMake(), Instr::PU_Profile_Handle::PU_Profile_Handle(), output_queue::pu_tree_add_comments(), Push_Current_Function_Decl(), putenv_(), pvalhdrMake(), pvalnCopyList(), pvalnMakeArithmeticOp(), pvalnMakeBitmask(), pvalnMakeEnum(), pvalnMakeIdent(), pvalnMakeInt(), pvalnMakeReal(), pvalnMakeString(), Read_PU_Infos(), read_sytb_from_module_file(), read_table(), regcomp(), regex_compile(), Register_Generator(), Remove_Extension(), rename_(), RestructureAttributes(), run_phase(), save_command_line(), save_expr(), save_string(), KEY_SCH::Schedule_DDG(), SecHdrTable::SecHdrTable(), SecHdrTable64::SecHdrTable64(), Instr::PU_Profile_Handle::Set_file_name(), Set_Instrumentation_File_Name(), Instr::PU_Profile_Handle::Set_pu_name(), set_up_token_tables(), set_varg_(), setenv(), setup_format(), sgi_cmd_line(), sortfile(), spaces(), split_directories(), start_fde_sort(), stat_(), REGION_TREE::Statistic(), store_pvp_word(), strdup(), string_copy(), string_list_new(), strndup(), substring_copy(), Syl2Eun(), symlnk_(), system_(), TCON2C_translate(), template_arg_list_new(), Traverse_TYs(), unlink_(), unwind_info_add_language_specific_info(), unwind_info_initialize(), Update_Live_Use_Counts(), update_rii_file(), usdumplockf90_(), usdumplockf90_8_(), usdumpsemaf90_(), usdumpsemaf90_8_(), vstr_begin(), WFE_CS_Init(), WFE_Expand_End_Stmt_Expr(), WFE_Expand_Expr(), WFE_Save_Expr(), WFE_Stmt_Init(), WFE_Stmt_Stack_Init(), WGEN_CS_Init(), WGEN_Save_Expr(), WGEN_Stmt_Init(), WGEN_Stmt_Stack_Init(), win32_spawn(), WN_open_output(), WNL(), xatexit(), xlate_expand_reg_info(), xlate_named_init_elf(), xlate_pro_init(), xmalloc(), xrealloc(), xtensa_insnbuf_alloc(), and yyparse().
| #define realloc xrealloc |
Definition at line 1415 of file gengtype-lex.c.
Referenced by $ssdallc(), $ssdfree(), __ompc_expand_level_1_team(), _Cif_fixed_space(), _Cif_mementry(), _elf_update_pointers(), _fio_du_open(), _fmt_parse(), _FRF(), _FWF(), _mr_scan_char(), _pxfhandle_table_add(), _REALLOC(), _sr_endrec(), _table_add(), _xlate_expand_reg_info_internal_given_ptrs(), aa_alloc(), access_(), add_cray_args(), add_deferred_cray_args(), add_id(), add_phase_args(), add_to_definition(), addstruct(), addunit(), Alloc_More_For_Dummy_Array(), Instr::vector< Instr::Switch_Profile >::allocate(), append_open64_env_flags(), ascii_f90_rename(), ascii_usage(), bfd_realloc(), buildargv(), bvResize(), catbuf(), catchar(), Cg_Dwarf_Gen_Asm_File_Table(), chdir_(), check_buflen(), Check_TN_Vec_Size(), chmod_(), cif_copy_record(), Cif_Make_Lines(), IPA_LNO_WRITE_FILE::Create_Or_Get_Section(), cwh_block_bump(), cwh_dst_inner_add_DST(), cwh_dst_struct_set_DST(), cwh_next_table_entry(), cwh_stab_enter_hosted(), cwh_stk_push_typed(), cwh_types_mk_f90_pointer_ty(), cwh_types_push_dtype(), d_print_resize(), DevWarn_limit_search(), double_max_option_seen(), double_max_options(), DST_get_ordinal_num(), dV_save_nbor(), dyn_string_resize(), elfcore_write_note(), expand_htab(), expand_strtab(), extend_alias_table(), Gen_File_Table(), get_attr_value(), get_charset_aliases(), get_section(), getEhdr(), id_sup_search(), Increase_Data_Buffer_Size(), Increase_File_Table_Size(), Increase_Incl_Table_Size(), Instr::vector< Instr::Switch_Profile >::insert(), insertOpcode(), ir_b_write_tree(), IR_Dwarf_Gen_File_Table(), ir_print_filename(), lower_io_statement(), map_luno(), MEM_LARGE_BLOCK_realloc(), MEM_POOL_Realloc_P(), merge_usages(), Node_label(), op_gen(), Push_Current_Function_Decl(), Push_Deferred_Decl_Init(), Push_Deferred_Function(), Push_EH_Cleanup(), Push_Handler_Info(), Push_Scope(), Push_Scope_Cleanup(), Push_Temp_Cleanup(), read_alias_file(), Realloc_Clear(), Realloc_Vstring(), regex_compile(), rename_(), save_record(), Set_Enclosing_Die(), set_varg_(), setenv(), REGION_TREE::Statistic(), substitution_add(), symlnk_(), t_putc(), unlink_(), unwind_info_add_desc(), unwind_info_add_language_specific_info(), unwind_info_finalize(), WFE_Add_Case_Node(), WFE_CS_push(), WFE_Expand_Case(), WFE_Expand_End_Stmt_Expr(), WFE_Expand_Start_Case(), WFE_Expand_Start_Cond(), WFE_Expand_Start_Loop(), WFE_Get_LABEL(), WFE_Record_Loop_Switch(), WFE_Save_Expr(), WFE_Stmt_Push(), WGEN_CS_push(), WGEN_Expand_Case(), WGEN_Expand_Start_Case(), WGEN_Get_LABEL(), WGEN_Record_Loop_Switch(), WGEN_Save_Expr(), WGEN_Stmt_Push(), xlate_pro_add_reg_info(), xrd_SL(), and xrealloc().
| #define REJECT reject_used_but_not_detected |
Definition at line 1383 of file gengtype-lex.c.
Definition at line 140 of file gengtype-lex.c.
| #define YY_AT_BOL | ( | ) | (yy_current_buffer->yy_at_bol) |
Definition at line 267 of file gengtype-lex.c.
| #define YY_BREAK break; |
Definition at line 1584 of file gengtype-lex.c.
| #define YY_BUF_SIZE 16384 |
Definition at line 102 of file gengtype-lex.c.
| #define YY_BUFFER_EOF_PENDING 2 |
Definition at line 203 of file gengtype-lex.c.
| #define YY_BUFFER_NEW 0 |
Definition at line 191 of file gengtype-lex.c.
| #define YY_BUFFER_NORMAL 1 |
Definition at line 192 of file gengtype-lex.c.
| #define YY_CURRENT_BUFFER yy_current_buffer |
Definition at line 212 of file gengtype-lex.c.
| #define YY_DECL int yylex () |
Definition at line 1421 of file gengtype-lex.c.
| #define YY_DO_BEFORE_ACTION |
Value:
yytext_ptr = yy_bp; \ yyleng = (int) (yy_cp - yy_bp); \ yy_hold_char = *yy_cp; \ *yy_cp = '\0'; \ yy_c_buf_p = yy_cp;
Definition at line 286 of file gengtype-lex.c.
| #define YY_END_OF_BUFFER 52 |
Definition at line 294 of file gengtype-lex.c.
| #define YY_END_OF_BUFFER_CHAR 0 |
Definition at line 99 of file gengtype-lex.c.
| #define YY_EXIT_FAILURE 2 |
| #define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error( msg ) |
Definition at line 1565 of file gengtype-lex.c.
| #define YY_FLEX_MAJOR_VERSION 2 |
Definition at line 13 of file gengtype-lex.c.
| #define YY_FLEX_MINOR_VERSION 5 |
Definition at line 14 of file gengtype-lex.c.
| #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer ) |
Definition at line 241 of file gengtype-lex.c.
Value:
if ( yy_current_buffer->yy_is_interactive ) \ { \ int c = '*', n; \ for ( n = 0; n < max_size && \ (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \ && ferror( yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" );
Definition at line 1532 of file gengtype-lex.c.
| #define YY_MORE_ADJ 0 |
Definition at line 1385 of file gengtype-lex.c.
| #define YY_NEVER_INTERACTIVE 1 |
Definition at line 1444 of file gengtype-lex.c.
| #define yy_new_buffer yy_create_buffer |
Definition at line 251 of file gengtype-lex.c.
| #define YY_NEW_FILE yyrestart( yyin ) |
Definition at line 97 of file gengtype-lex.c.
| #define YY_NO_POP_STATE 1 |
Definition at line 1495 of file gengtype-lex.c.
| #define YY_NO_PUSH_STATE 1 |
Definition at line 1494 of file gengtype-lex.c.
| #define YY_NO_TOP_STATE 1 |
Definition at line 1496 of file gengtype-lex.c.
| #define YY_NO_UNPUT 1 |
Definition at line 1443 of file gengtype-lex.c.
| #define YY_NULL 0 |
Definition at line 71 of file gengtype-lex.c.
| #define YY_NUM_RULES 51 |
Definition at line 293 of file gengtype-lex.c.
| #define YY_PROTO | ( | proto | ) | () |
Definition at line 67 of file gengtype-lex.c.
| #define YY_READ_BUF_SIZE 8192 |
Definition at line 1516 of file gengtype-lex.c.
| #define YY_RESTORE_YY_MORE_OFFSET |
Definition at line 1386 of file gengtype-lex.c.
| #define YY_RULE_SETUP |
Value:
if ( yyleng > 0 ) \ yy_current_buffer->yy_at_bol = \ (yytext[yyleng - 1] == '\n'); \ YY_USER_ACTION
Definition at line 1587 of file gengtype-lex.c.
Definition at line 78 of file gengtype-lex.c.
| #define yy_set_bol | ( | at_bol | ) |
Value:
{ \
if ( ! yy_current_buffer ) \
yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
yy_current_buffer->yy_at_bol = at_bol; \
}
Definition at line 260 of file gengtype-lex.c.
| #define yy_set_interactive | ( | is_interactive | ) |
Value:
{ \
if ( ! yy_current_buffer ) \
yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
yy_current_buffer->yy_is_interactive = is_interactive; \
}
Definition at line 253 of file gengtype-lex.c.
| #define YY_SKIP_YYWRAP |
Definition at line 271 of file gengtype-lex.c.
| #define YY_START ((yy_start - 1) / 2) |
Definition at line 90 of file gengtype-lex.c.
| #define YY_START_STACK_INCR 25 |
Definition at line 1560 of file gengtype-lex.c.
Definition at line 94 of file gengtype-lex.c.
| #define yyconst |
Definition at line 60 of file gengtype-lex.c.
| #define yyless | ( | n | ) |
Value:
do \ { \ /* Undo effects of setting up yytext. */ \ yytext[yyleng] = yy_hold_char; \ yy_c_buf_p = yytext + n; \ yy_hold_char = *yy_c_buf_p; \ *yy_c_buf_p = '\0'; \ yyleng = n; \ } \ while ( 0 )
Definition at line 129 of file gengtype-lex.c.
| #define yyless | ( | n | ) |
Value:
do \ { \ /* Undo effects of setting up yytext. */ \ *yy_cp = yy_hold_char; \ YY_RESTORE_YY_MORE_OFFSET \ yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 )
Definition at line 129 of file gengtype-lex.c.
| #define yymore | ( | ) | yymore_used_but_not_detected |
Definition at line 1384 of file gengtype-lex.c.
| #define YYSTATE YY_START |
Definition at line 91 of file gengtype-lex.c.
| #define yyterminate | ( | ) | return YY_NULL |
Definition at line 1555 of file gengtype-lex.c.
| #define yytext_ptr yytext |
Definition at line 276 of file gengtype-lex.c.
| #define yywrap | ( | void | ) | 1 |
Definition at line 270 of file gengtype-lex.c.
| typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 104 of file gengtype-lex.c.
| typedef unsigned char YY_CHAR |
Definition at line 272 of file gengtype-lex.c.
| typedef unsigned int yy_size_t |
Definition at line 146 of file gengtype-lex.c.
| typedef int yy_state_type |
Definition at line 274 of file gengtype-lex.c.
| static void yy_fatal_error YY_PROTO | ( | (yyconst char msg[]) | ) | [static] |
| static yy_state_type yy_try_NUL_trans YY_PROTO | ( | (yy_state_type current_state) | ) | [static] |
| YY_BUFFER_STATE yy_scan_bytes YY_PROTO | ( | (yyconst char *bytes, int len) | ) |
| YY_BUFFER_STATE yy_scan_string YY_PROTO | ( | (yyconst char *yy_str) | ) |
| YY_BUFFER_STATE yy_scan_buffer YY_PROTO | ( | (char *base, yy_size_t size) | ) |
| void yy_init_buffer YY_PROTO | ( | (YY_BUFFER_STATE b, FILE *file) | ) |
| void yy_delete_buffer YY_PROTO | ( | (YY_BUFFER_STATE b) | ) |
| YY_BUFFER_STATE yy_create_buffer YY_PROTO | ( | (FILE *file, int size) | ) |
| void yy_switch_to_buffer YY_PROTO | ( | (YY_BUFFER_STATE new_buffer) | ) |
| void yyrestart YY_PROTO | ( | (FILE *input_file) | ) |
Definition at line 1425 of file gengtype-lex.c.
Referenced by adjust_field_rtx_def(), adjust_field_tree_exp(), adjust_field_type(), create_optional_field(), update_lineno(), and yyparse().
yyconst short int yy_accept[718] [static] |
Definition at line 295 of file gengtype-lex.c.
yyconst short int yy_base[795] [static] |
Definition at line 421 of file gengtype-lex.c.
char* yy_c_buf_p = (char *) 0 [static] |
Definition at line 224 of file gengtype-lex.c.
yyconst short int yy_chk[3472] [static] |
Definition at line 991 of file gengtype-lex.c.
YY_BUFFER_STATE yy_current_buffer = 0 [static] |
Definition at line 206 of file gengtype-lex.c.
yyconst short int yy_def[795] [static] |
Definition at line 513 of file gengtype-lex.c.
int yy_did_buffer_switch_on_eof [static] |
Definition at line 231 of file gengtype-lex.c.
yyconst int yy_ec[256] [static] |
Definition at line 378 of file gengtype-lex.c.
char yy_hold_char [static] |
Definition at line 216 of file gengtype-lex.c.
int yy_init = 1 [static] |
Definition at line 225 of file gengtype-lex.c.
char* yy_last_accepting_cpos [static] |
Definition at line 1378 of file gengtype-lex.c.
yy_state_type yy_last_accepting_state [static] |
Definition at line 1377 of file gengtype-lex.c.
yyconst int yy_meta[62] [static] |
Initial value:
{ 0,
1, 2, 3, 1, 4, 1, 5, 6, 7, 1,
1, 8, 9, 1, 10, 10, 10, 10, 10, 10,
10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
10, 10, 10, 10, 11, 1, 1, 10, 10, 10,
10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
10, 10, 10, 10, 10, 10, 10, 10, 10, 12,
1
}
Definition at line 410 of file gengtype-lex.c.
int yy_n_chars [static] |
Definition at line 218 of file gengtype-lex.c.
yyconst short int yy_nxt[3472] [static] |
Definition at line 605 of file gengtype-lex.c.
int yy_start = 0 [static] |
Definition at line 226 of file gengtype-lex.c.
Definition at line 273 of file gengtype-lex.c.
| int yyleng |
Definition at line 221 of file gengtype-lex.c.
Definition at line 273 of file gengtype-lex.c.
| char* yytext |
Definition at line 1387 of file gengtype-lex.c.
1.5.6