Home
last modified time | relevance | path

Searched refs:try_table (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/util/et/
H A Dt_com_err.c39 try_table (int table, int known, int lineno, in try_table() function
59 try_table (1, t1_known, lineno, ET1_M0, ET1_M1, ET1_M2); in try_em_1()
60 try_table (2, t2_known, lineno, ET2_M0, ET2_M1, ET2_M2); in try_em_1()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td128 // A list of catch clauses attached to try_table.
147 // Region within which an exception is caught: try_table / end_try_table
151 "try_table \t$sig", "try_table \t$sig $cal", 0x1f>;
156 // catch_all_ref clauses in a try_table instruction.