Searched refs:new_in (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c32656 unsigned char this_in = 1, new_in;
32680 new_in = this_in | (old_in & TM_STMT_ATTR_OUTER);
32684 parser->in_transaction = new_in;
32779 unsigned char new_in = 1;
32792 new_in |= TM_STMT_ATTR_RELAXED;
32797 new_in |= parse_tm_stmt_attr (attrs, TM_STMT_ATTR_OUTER);
32800 stmt = begin_transaction_stmt (token->location, &compound_stmt, new_in);
32802 parser->in_transaction = new_in;
32812 finish_transaction_stmt (stmt, compound_stmt, new_in, NULL_TREE);
32651 unsigned char this_in = 1, new_in; local
32774 unsigned char new_in = 1; local
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c15283 unsigned int this_in = 1, new_in;
15302 new_in = this_in | (old_in & TM_STMT_ATTR_OUTER);
15304 parser->in_transaction = new_in;
15276 unsigned int this_in = 1, new_in; local

Completed in 276 milliseconds