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

/freebsd-11-stable/contrib/gcc/
H A Dhaifa-sched.c391 int tmp_class = may_trap_exp (XEXP (x, i), is_store);
392 insn_class = WORST_CLASS (insn_class, tmp_class);
399 int tmp_class = may_trap_exp (XVECEXP (x, i, j), is_store);
400 insn_class = WORST_CLASS (insn_class, tmp_class);
425 int tmp_class = TRAP_FREE;
440 tmp_class = may_trap_exp (XEXP (XVECEXP (pat, 0, i), 0), 1);
444 tmp_class = may_trap_exp (SET_DEST (XVECEXP (pat, 0, i)), 1);
445 if (tmp_class == TRAP_RISKY)
448 tmp_class
449 = WORST_CLASS (tmp_class,
390 int tmp_class = may_trap_exp (XEXP (x, i), is_store); local
398 int tmp_class = may_trap_exp (XVECEXP (x, i, j), is_store); local
424 int tmp_class = TRAP_FREE; local
821 int tmp_class, tmp2_class, depend_count1, depend_count2; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c300 int tmp_tag, tmp_class; local
349 if (!parse_tagging(vstart, vlen, &tmp_tag, &tmp_class))
351 if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0))

Completed in 119 milliseconds