Home
last modified time | relevance | path

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

/dragonfly/contrib/flex/src/
H A DFlexLexer.h77 int yylex( std::istream& new_in, std::ostream& new_out ) in yylex() argument
79 switch_streams( new_in, new_out ); in yylex()
83 int yylex( std::istream* new_in, std::ostream* new_out = 0)
85 switch_streams( new_in, new_out );
91 virtual void switch_streams( std::istream* new_in,
93 virtual void switch_streams( std::istream& new_in,
143 virtual void switch_streams( std::istream& new_in, std::ostream& new_out );
144 virtual void switch_streams( std::istream* new_in = 0, std::ostream* new_out = 0 );
H A Dflex.skl1482 void yyFlexLexer::switch_streams( std::istream& new_in, std::ostream& new_out )
1484 // was if( new_in )
1486 …yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE M4_YY_CALL_LAST_ARG) M4_YY_CALL_LAST_A…
1494 void yyFlexLexer::switch_streams( std::istream* new_in, std::ostream* new_out )
1496 if( ! new_in ) {
1497 new_in = &yyin;
1504 switch_streams(*new_in, *new_out);
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.c26984 unsigned char this_in = 1, new_in; in cp_parser_transaction() local
27008 new_in = this_in | (old_in & TM_STMT_ATTR_OUTER); in cp_parser_transaction()
27012 parser->in_transaction = new_in; in cp_parser_transaction()
27107 unsigned char new_in = 1; in cp_parser_function_transaction() local
27120 new_in |= TM_STMT_ATTR_RELAXED; in cp_parser_function_transaction()
27125 new_in |= parse_tm_stmt_attr (attrs, TM_STMT_ATTR_OUTER); in cp_parser_function_transaction()
27128 stmt = begin_transaction_stmt (token->location, &compound_stmt, new_in); in cp_parser_function_transaction()
27130 parser->in_transaction = new_in; in cp_parser_function_transaction()
27140 finish_transaction_stmt (stmt, compound_stmt, new_in, NULL_TREE); in cp_parser_function_transaction()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-parser.c10648 unsigned int this_in = 1, new_in; in c_parser_transaction() local
10667 new_in = this_in | (old_in & TM_STMT_ATTR_OUTER); in c_parser_transaction()
10669 parser->in_transaction = new_in; in c_parser_transaction()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c38443 unsigned char this_in = 1, new_in; in cp_parser_transaction() local
38472 new_in = this_in | (old_in & TM_STMT_ATTR_OUTER); in cp_parser_transaction()
38476 parser->in_transaction = new_in; in cp_parser_transaction()
38574 unsigned char new_in = 1; in cp_parser_function_transaction() local
38586 new_in |= TM_STMT_ATTR_RELAXED; in cp_parser_function_transaction()
38591 new_in |= parse_tm_stmt_attr (attrs, TM_STMT_ATTR_OUTER); in cp_parser_function_transaction()
38594 stmt = begin_transaction_stmt (token->location, &compound_stmt, new_in); in cp_parser_function_transaction()
38596 parser->in_transaction = new_in; in cp_parser_function_transaction()
38606 finish_transaction_stmt (stmt, compound_stmt, new_in, NULL_TREE); in cp_parser_function_transaction()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c18286 unsigned int this_in = 1, new_in; in c_parser_transaction() local
18305 new_in = this_in | (old_in & TM_STMT_ATTR_OUTER); in c_parser_transaction()
18307 parser->in_transaction = new_in; in c_parser_transaction()