Searched refs:save_state (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dmbchar.c100 static JIS_STATE save_state = ASCII; local
101 JIS_STATE curr_state = save_state;
170 save_state = ASCII;
219 save_state = curr_state;
224 save_state = curr_state;
229 save_state = curr_state;
234 save_state = curr_state;
/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h310 typedef enum save_state enum
313 save_state; typedef in typeref:enum:save_state
752 ENUM_BITFIELD (save_state) save:2;
2753 bool gfc_add_save (symbol_attribute *, save_state, const char *, locus *);
H A Dmodule.c1994 DECL_MIO_NAME (save_state)
2019 attr->save = MIO_NAME (save_state) (attr->save, save_status);
H A Dsymbol.c1123 gfc_add_save (symbol_attribute *attr, save_state s, const char *name,
/haiku-buildtools/gcc/gcc/
H A Dsched-int.h643 void *(*save_state) (void); member in struct:haifa_sched_info
H A Dhaifa-sched.c4412 if (current_sched_info->save_state)
4413 save->fe_saved_data = (*current_sched_info->save_state) ();

Completed in 147 milliseconds