Home
last modified time | relevance | path

Searched refs:FLEX_STD (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DFlexLexer.h61 # ifndef FLEX_STD
62 # define FLEX_STD std:: macro
80 yy_create_buffer( FLEX_STD istream* s, int size ) = 0;
82 virtual void yyrestart( FLEX_STD istream* s ) = 0;
87 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 )
95 virtual void switch_streams( FLEX_STD istream* new_in = 0,
96 FLEX_STD ostream* new_out = 0 ) = 0;
125 yyFlexLexer( FLEX_STD istream* arg_yyin = 0, FLEX_STD ostream* arg_yyout = 0 );
130 struct yy_buffer_state* yy_create_buffer( FLEX_STD istream* s, int size );
132 void yyrestart( FLEX_STD istream* s );
[all …]