Searched refs:current_state (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/openmp/libompd/src/ |
| H A D | omp-state.cpp | 33 ompd_word_t current_state, ompd_word_t *next_state, in ompd_enumerate_states() argument 36 if (current_state > ompt_state_undefined && in ompd_enumerate_states() 37 current_state >= OMPD_LAST_OMP_STATE) { in ompd_enumerate_states() 41 *next_state = (current_state == ompt_state_undefined ? ompt_state_work_serial in ompd_enumerate_states() 42 : current_state + 1); in ompd_enumerate_states()
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | FSM.py | 117 self.current_state = self.initial_state 128 self.current_state = self.initial_state 239 (self.action, self.next_state) = self.get_transition (self.input_symbol, self.current_state) 242 self.current_state = self.next_state
|
| H A D | ANSI.py | 179 fout.write (fsm.input_symbol + ',' + fsm.current_state + '\n')
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_printer.c | 540 static enum isl_yaml_state current_state(__isl_keep isl_printer *p) in current_state() function 576 state = current_state(p); in enter_state() 717 state = current_state(p); in isl_printer_yaml_start_mapping() 745 state = current_state(p); in isl_printer_yaml_end_mapping() 755 state = current_state(p); in isl_printer_yaml_end_mapping() 801 state = current_state(p); in isl_printer_yaml_end_sequence() 807 up = current_state(p); in isl_printer_yaml_end_sequence() 818 state = current_state(p); in isl_printer_yaml_end_sequence() 841 state = current_state(p); in isl_printer_yaml_next()
|
| H A D | isl_stream.c | 884 static enum isl_yaml_state current_state(__isl_keep isl_stream *s) in current_state() function 965 state = current_state(s); in isl_stream_yaml_next()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | TargetThreadWindows.cpp | 129 StateType current_state = GetState(); in DoResume() local 130 if (resume_state == current_state) in DoResume()
|
| H A D | NativeThreadWindows.cpp | 47 StateType current_state = GetState(); in DoResume() local 48 if (resume_state == current_state) in DoResume()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | ompt-general.cpp | 533 OMPT_API_ROUTINE int ompt_enumerate_states(int current_state, int *next_state, argument 539 if (ompt_state_info[i].state_id == current_state) {
|
| /llvm-project-15.0.7/openmp/runtime/src/include/ |
| H A D | omp-tools.h.var | 570 int current_state, 1315 ompd_word_t current_state, ompd_word_t *next_state,
|