Searched refs:temp_var (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/external/bsd/sljit/dist/doc/tutorial/ |
| H A D | temp_var.c | 29 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 D | brig-function-handler.cc | 403 tree temp_var = m_parent.m_cf->m_ret_temp in operator ()() local 406 TREE_ADDRESSABLE (temp_var) = 1; in operator ()()
|
| H A D | brig-function.cc | 1398 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 D | isl_tab.c | 1634 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 D | trans-intrinsic.c | 9373 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 D | trans-intrinsic.cc | 9497 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()
|