Home
last modified time | relevance | path

Searched refs:temp_var (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/sljit/dist/doc/tutorial/
H A Dtemp_var.c29 static int temp_var(long a, long b, long c) in temp_var() function
73 return temp_var(7, 8, 9); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc403 tree temp_var = m_parent.m_cf->m_ret_temp in operator ()() local
406 TREE_ADDRESSABLE (temp_var) = 1; in operator ()()
H A Dbrig-function.cc1398 tree temp_var = create_tmp_var (TREE_TYPE (expr), name.c_str ()); in add_temp_var() local
1399 tree assign = build2 (MODIFY_EXPR, TREE_TYPE (temp_var), temp_var, expr); in add_temp_var()
1401 return temp_var; in add_temp_var()
/netbsd-src/external/mit/isl/dist/
H A Disl_tab.c1634 int temp_var) WARN_UNUSED;
1636 int temp_var) in close_row() argument
1647 if (!temp_var && tab->need_undo) in close_row()
1664 if (!temp_var && isl_tab_mark_redundant(tab, var->index) < 0) in close_row()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c9373 tree temp_var; in gfc_conv_intrinsic_loc() local
9391 temp_var = gfc_create_var (gfc_get_int_type (gfc_index_integer_kind), NULL); in gfc_conv_intrinsic_loc()
9392 gfc_add_modify (&se->pre, temp_var, se->expr); in gfc_conv_intrinsic_loc()
9393 se->expr = temp_var; in gfc_conv_intrinsic_loc()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc9497 tree temp_var; in gfc_conv_intrinsic_loc() local
9515 temp_var = gfc_create_var (gfc_get_int_type (gfc_index_integer_kind), NULL); in gfc_conv_intrinsic_loc()
9516 gfc_add_modify (&se->pre, temp_var, se->expr); in gfc_conv_intrinsic_loc()
9517 se->expr = temp_var; in gfc_conv_intrinsic_loc()