Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn1_gen.c248 int tmp_tag, tmp_class; in asn1_cb() local
297 if (!parse_tagging(vstart, vlen, &tmp_tag, &tmp_class)) in asn1_cb()
299 if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0)) in asn1_cb()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_gen.c248 int tmp_tag, tmp_class; in asn1_cb() local
296 if (!parse_tagging(vstart, vlen, &tmp_tag, &tmp_class)) in asn1_cb()
298 if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0)) in asn1_cb()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhaifa-sched.cc473 int tmp_class = may_trap_exp (XEXP (x, i), is_store); in may_trap_exp() local
474 insn_class = WORST_CLASS (insn_class, tmp_class); in may_trap_exp()
481 int tmp_class = may_trap_exp (XVECEXP (x, i, j), is_store); in may_trap_exp() local
482 insn_class = WORST_CLASS (insn_class, tmp_class); in may_trap_exp()
507 int tmp_class = TRAP_FREE; in haifa_classify_rtx() local
517 tmp_class = haifa_classify_rtx (XVECEXP (x, 0, i)); in haifa_classify_rtx()
518 insn_class = WORST_CLASS (insn_class, tmp_class); in haifa_classify_rtx()
530 tmp_class = may_trap_exp (XEXP (x, 0), 1); in haifa_classify_rtx()
534 tmp_class = may_trap_exp (SET_DEST (x), 1); in haifa_classify_rtx()
535 if (tmp_class == TRAP_RISKY) in haifa_classify_rtx()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhaifa-sched.c473 int tmp_class = may_trap_exp (XEXP (x, i), is_store); in may_trap_exp() local
474 insn_class = WORST_CLASS (insn_class, tmp_class); in may_trap_exp()
481 int tmp_class = may_trap_exp (XVECEXP (x, i, j), is_store); in may_trap_exp() local
482 insn_class = WORST_CLASS (insn_class, tmp_class); in may_trap_exp()
507 int tmp_class = TRAP_FREE; in haifa_classify_rtx() local
517 tmp_class = haifa_classify_rtx (XVECEXP (x, 0, i)); in haifa_classify_rtx()
518 insn_class = WORST_CLASS (insn_class, tmp_class); in haifa_classify_rtx()
530 tmp_class = may_trap_exp (XEXP (x, 0), 1); in haifa_classify_rtx()
534 tmp_class = may_trap_exp (SET_DEST (x), 1); in haifa_classify_rtx()
535 if (tmp_class == TRAP_RISKY) in haifa_classify_rtx()
[all …]