ats_bool_type
ATS_2d0_2e2_2e12_2libats_2SATS_2linqueue_lst_2esats__queue_is_empty (ats_ref_type arg0) {
/* local vardec */
ATSlocal (ats_bool_type, tmp1) ;
ATSlocal (ats_ptr_type, tmp2) ;
ATSlocal (ats_bool_type, tmp3) ;

__ats_lab_ATS_2d0_2e2_2e12_2libats_2SATS_2linqueue_lst_2esats__queue_is_empty:
tmp2 = ats_select_mac(ats_ptrget_mac(atslib_linqueue_lst_QUEUE, arg0), ptr1) ;
tmp3 = atspre_pgt (tmp2, atspre_null_ptr) ;
if (tmp3) {
tmp1 = ats_false_bool ;
} else {
tmp1 = ats_true_bool ;
} /* end of [if] */
return (tmp1) ;
} /* end of [ATS_2d0_2e2_2e12_2libats_2SATS_2linqueue_lst_2esats__queue_is_empty] */
ats_bool_type
linmap_search_01719_ats_uint_type_2cats_ptr_type (ats_ptr_type arg0, ats_uint_type arg1, ats_clo_ref_type arg2, ats_ref_type arg3) {
/* local vardec */
ATSlocal (ats_bool_type, tmp13) ;
ATSlocal (ats_ptr_type, tmp14) ;
ATSlocal (ats_bool_type, tmp26) ;
ATSlocal (ats_ptr_type, tmp27) ;

__ats_lab_linmap_search_01719_ats_uint_type_2cats_ptr_type:
tmp14 = linmap_search_ref_01720_ats_uint_type_2cats_ptr_type (arg0, arg1, arg2) ;
tmp26 = atspre_pgt (tmp14, atspre_null_ptr) ;
if (tmp26) {
tmp27 = ats_ptrget_mac(ats_ptr_type, tmp14) ;
ats_ptrget_mac(ats_ptr_type, arg3) = tmp27 ;
tmp13 = ats_true_bool ;
} else {
tmp13 = ats_false_bool ;
} /* end of [if] */
return (tmp13) ;
} /* end of [linmap_search_01719_ats_uint_type_2cats_ptr_type] */