Home | History | Annotate | Download | only in compiler

Lines Matching refs:trap_id

655   template <int32_t trap_id>
663 trap_id) {} // parameter
671 template <int32_t trap_id>
679 trap_id) {} // parameter
885 const Operator* CommonOperatorBuilder::TrapIf(int32_t trap_id) {
886 switch (trap_id) {
901 trap_id); // parameter
904 const Operator* CommonOperatorBuilder::TrapUnless(int32_t trap_id) {
905 switch (trap_id) {
920 trap_id); // parameter