| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| sm.h | 28 class state_machine; 39 class state_machine : public log_user class in namespace:ana 60 typedef const state_machine::state *state_t; 62 state_machine (const char *name, logger *logger); 63 virtual ~state_machine () {} 81 virtual state_machine::state_t get_default_state (const svalue *) const 154 DISABLE_COPY_AND_ASSIGN (state_machine); 158 /* States are owned by the state_machine. */ 197 virtual state_machine::state_t get_state (const gimple *stmt, 199 virtual state_machine::state_t get_state (const gimple *stmt [all...] |
| sm.cc | 67 /* class state_machine::state. */ 72 state_machine::state::dump_to_pp (pretty_printer *pp) const 80 state_machine::state::to_json () const 88 /* class state_machine. */ 90 /* state_machine's ctor. */ 92 state_machine::state_machine (const char *name, logger *logger) function in class:ana::state_machine 98 /* Add a state with name NAME to this state_machine. 99 The string is required to outlive the state_machine. 103 state_machine::state_ [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| sm.cc | 67 /* class state_machine::state. */ 72 state_machine::state::dump_to_pp (pretty_printer *pp) const 80 state_machine::state::to_json () const 88 /* class state_machine. */ 90 /* state_machine's ctor. */ 92 state_machine::state_machine (const char *name, logger *logger) function in class:ana::state_machine 98 /* Add a state with name NAME to this state_machine. 99 The string is required to outlive the state_machine. 103 state_machine::state_ [all...] |
| sm.h | 28 class state_machine; 39 class state_machine : public log_user class in namespace:ana 60 typedef const state_machine::state *state_t; 62 state_machine (const char *name, logger *logger); 63 virtual ~state_machine () {} 87 virtual state_machine::state_t get_default_state (const svalue *) const 198 DISABLE_COPY_AND_ASSIGN (state_machine); 202 /* States are owned by the state_machine. */ 241 virtual state_machine::state_t get_state (const gimple *stmt, 243 virtual state_machine::state_t get_state (const gimple *stmt [all...] |
| /src/tests/usr.bin/xlint/lint1/ |
| msg_130.c | 110 state_machine(const char *str) function
|
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| statem.c | 68 static int state_machine(SSL_CONNECTION *s, int server); 285 * state_machine() because |state| is MSG_FLOW_UNINITED, but until then any 300 return state_machine(sc, 0); 310 return state_machine(sc, 1); 355 static int state_machine(SSL_CONNECTION *s, int server) function
|
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| statem.c | 65 static int state_machine(SSL *s, int server); 255 * state_machine() because |state| is MSG_FLOW_UNINITED, but until then any 265 return state_machine(s, 0); 270 return state_machine(s, 1); 313 static int state_machine(SSL *s, int server) function
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| statem.c | 60 static int state_machine(SSL *s, int server); 240 * state_machine() because |state| is MSG_FLOW_UNINITED, but until then any 250 return state_machine(s, 0); 255 return state_machine(s, 1); 298 static int state_machine(SSL *s, int server) function
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| nat64.c | 32 static void nat64_infra_prefix_publisher_event_deliver(nat64_infra_prefix_publisher_t *state_machine, nat64_infra_prefix_publisher_event_t *event); 34 static void nat64_br_prefix_publisher_event_deliver(nat64_br_prefix_publisher_t *state_machine, nat64_br_prefix_publisher_event_t *event); 37 static bool nat64_query_prefix_on_infra(nat64_infra_prefix_monitor_t *state_machine); 361 #define NAT64_EVENT_ANNOUNCE(state_machine, event) \ 364 event.name, state_machine->state_name); \ 367 #define NAT64_STATE_ANNOUNCE(state_machine, event) \ 371 event->name, state_machine->state_name); \ 374 state_machine->state_name); \ 378 #define NAT64_UNEXPECTED_EVENT(state_machine, event) \ 382 event->name, state_machine->state_name); 588 nat64_infra_prefix_monitor_t *state_machine = context; local 788 nat64_thread_prefix_monitor_t *state_machine = context; local 795 nat64_thread_prefix_monitor_t *state_machine = context; local 1302 nat64_br_prefix_publisher_t *state_machine = context; local 1309 nat64_br_prefix_publisher_t *state_machine = context; local 1737 nat64_thread_prefix_monitor_t *state_machine = route_state->nat64->thread_monitor; local [all...] |