Searched refs:this_in (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dmu_div_q.c67 mp_size_t qn, in, this_in; local
119 this_in = mpn_mu_div_qr_choose_in (qn - dn, dn, 0);
120 this_ip = ip + in - this_in;
122 this_ip, this_in, scratch);
126 this_in = mpn_mu_divappr_q_choose_in (dn + 1, dn, 0);
127 this_ip = ip + in - this_in;
129 this_ip, this_in, scratch);
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c15283 unsigned int this_in = 1, new_in;
15293 this_in |= TM_STMT_ATTR_RELAXED;
15298 this_in |= parse_tm_stmt_attr (attrs, TM_STMT_ATTR_OUTER);
15302 new_in = this_in | (old_in & TM_STMT_ATTR_OUTER);
15309 stmt = c_finish_transaction (loc, stmt, this_in);
15332 unsigned int this_in = 1;
15342 this_in |= TM_STMT_ATTR_RELAXED;
15347 this_in |= parse_tm_stmt_attr (attrs, 0);
15350 parser->in_transaction = this_in;
15356 if (this_in
15276 unsigned int this_in = 1, new_in; local
15325 unsigned int this_in = 1; local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c32656 unsigned char this_in = 1, new_in;
32668 this_in |= TM_STMT_ATTR_RELAXED;
32673 this_in |= parse_tm_stmt_attr (attrs, TM_STMT_ATTR_OUTER);
32680 new_in = this_in | (old_in & TM_STMT_ATTR_OUTER);
32682 stmt = begin_transaction_stmt (token->location, NULL, this_in);
32688 finish_transaction_stmt (stmt, NULL, this_in, noex);
32704 unsigned char this_in = 1;
32725 this_in |= TM_STMT_ATTR_RELAXED;
32732 parser->in_transaction = this_in;
32756 expr = build_transaction_expr (token->location, expr, this_in, noe
32651 unsigned char this_in = 1, new_in; local
32699 unsigned char this_in = 1; local
[all...]

Completed in 290 milliseconds