Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-call-cdce.cc419 tree temp, tempn, tempc, tempcn; in gen_one_condition() local
430 tempn = make_ssa_name (temp, stmt1); in gen_one_condition()
431 gimple_assign_set_lhs (stmt1, tempn); in gen_one_condition()
437 tempn, lbub_real_cst)); in gen_one_condition()
544 tree temp, tempn; in gen_conditions_for_pow_int_base() local
600 tempn = make_ssa_name (temp, stmt1); in gen_conditions_for_pow_int_base()
601 gimple_assign_set_lhs (stmt1, tempn); in gen_conditions_for_pow_int_base()
602 stmt2 = gimple_build_cond (GT_EXPR, tempn, cst0, NULL_TREE, NULL_TREE); in gen_conditions_for_pow_int_base()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
Daccept_sec_context.c212 gss_name_t tempn = (gss_name_t)n; in _gss_ntlm_accept_sec_context() local
213 _gss_ntlm_release_name(&junk, &tempn); in _gss_ntlm_accept_sec_context()
/netbsd/src/external/gpl3/gdb/dist/sim/sh/
Dinterp.c1175 long tempm, tempn; in macw() local
1179 tempn=RSWAT (regs[n]); regs[n]+=2; in macw()
1182 prod = (long) (short) tempm * (long) (short) tempn; in macw()
1209 long tempm, tempn; in macl() local
1217 tempn = RSLAT (regs[n]); in macl()
1226 ans = (long long) tempm * (long long) tempn; /* Multiply 32bit * 32bit */ in macl()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-19984463 `tempn'.