| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_eventfd.c | 87 get_state(struct helper_context * const ctx) in get_state() function 143 ATF_REQUIRE(get_state(ctx) == 666); in eventfd_normal_helper() 192 ATF_REQUIRE(get_state(&ctx) == 666); in ATF_TC_BODY() 387 ATF_REQUIRE(get_state(ctx) == 666); in eventfd_select_poll_kevent_block_helper() 407 ATF_REQUIRE(get_state(ctx) == 666); in eventfd_select_poll_kevent_block_helper() 426 ATF_REQUIRE(get_state(ctx) == 666); in eventfd_select_poll_kevent_block_helper() 441 ATF_REQUIRE(get_state(ctx) == 666); in eventfd_select_poll_kevent_block_helper() 461 ATF_REQUIRE(get_state(ctx) == 666); in eventfd_select_poll_kevent_block_helper() 480 ATF_REQUIRE(get_state(ctx) == 666); in eventfd_select_poll_kevent_block_helper() 523 ATF_REQUIRE(get_state(&ctx) == 666); in ATF_TC_BODY() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | program-state.cc | 284 sm_state_map::get_state (svalue_id sid) const in get_state() function in ana::sm_state_map 363 if (get_state (sid) == state) in impl_set_state() 547 state_machine::state_t state = get_state (parent_sid); in on_inherited_svalue() 557 state_machine::state_t state = get_state (src_sid); in on_cast() 826 &enode.get_state (), in on_edge() 1306 ASSERT_EQ (map.get_state (sid_x), 0); in test_sm_state_map() 1309 ASSERT_EQ (map.get_state (sid_x), 42); in test_sm_state_map() 1311 ASSERT_EQ (map.get_state (sid_y), 0); in test_sm_state_map() 1315 ASSERT_EQ (map.get_state (sid_y), 0); in test_sm_state_map() 1318 ASSERT_EQ (map.get_state (sid_x), 0); in test_sm_state_map() [all …]
|
| H A D | engine.cc | 251 state_machine::state_t current = m_old_smap->get_state (var_old_sid); in on_transition() 281 current = m_old_smap->get_state (var_old_sid); in warn_for_state() 808 gcc_checking_assert (ps.get_state ().m_region_model->canonicalized_p ()); in exploded_node() 818 const program_state &state = get_state (); in get_dot_fillcolor() 873 const program_state &state = m_ps.get_state (); in dump_dot() 932 m_ps.get_state ().dump_to_pp (ext_state, false, pp); in dump_to_pp() 1352 const program_state &old_state = get_state (); in detect_leaks() 1458 change.validate (dest->get_state (), ext_state); in exploded_edge() 1780 const program_state &state_a = ka.m_enode->get_state (); in cmp() 1781 const program_state &state_b = kb.m_enode->get_state (); in cmp() [all …]
|
| H A D | diagnostic-manager.cc | 663 const program_state &dst_state = dst_node->get_state (); in on_global_state_change() 691 const program_state &dst_state = dst_node->get_state (); in on_state_change() 798 state_machine::state_t src_sm_val = src_smap.get_state (src_sid); in for_each_state_change() 837 const program_state &src_state = src_node->get_state (); in add_events_for_eedge() 838 const program_state &dst_state = dst_node->get_state (); in add_events_for_eedge()
|
| H A D | program-state.h | 163 state_machine::state_t get_state (svalue_id sid) const; 276 if (!sm.can_purge_p (smap->get_state (sid)))
|
| H A D | exploded-graph.h | 122 const program_state &get_state () const { return m_state; } in get_state() function 256 const program_state &get_state () const { return m_ps.get_state (); } in get_state() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | program-state.cc | 379 sm_state_map::get_state (const svalue *sval, in get_state() function in ana::sm_state_map 409 = get_state (parent_init_sval, ext_state); in get_state() 418 = get_state (parent_sval, ext_state)) in get_state() 497 if (get_state (sval, ext_state) == state) in impl_set_state() 550 if (state_machine::state_t state = get_state (sval, ctxt->m_ext_state)) in on_svalue_leak() 1031 &enode->get_state (), in on_edge() 1047 program_state::detect_leaks (enode->get_state (), *this, in on_edge() 1069 &enode->get_state (), in push_call() 1092 &enode->get_state (), in returning_call() 1469 state_machine::state_t state = smap->get_state (sval, ext_state); in impl_call_analyzer_dump_state() [all …]
|
| H A D | sm.h | 197 virtual state_machine::state_t get_state (const gimple *stmt, 199 virtual state_machine::state_t get_state (const gimple *stmt, 224 state_machine::state_t current = get_state (stmt, var); 236 state_machine::state_t current = get_state (stmt, var);
|
| H A D | sm-taint.cc | 698 state_t arg_state = map.get_state (arg, ext_state); in alt_get_inherited_state() 723 state_t arg0_state = map.get_state (arg0, ext_state); in alt_get_inherited_state() 724 state_t arg1_state = map.get_state (arg1, ext_state); in alt_get_inherited_state() 957 state_t state = sm_ctxt->get_state (call, size_arg); in check_for_tainted_size_arg() 988 state_t state = sm_ctxt->get_state (assign, divisor_sval); in check_for_tainted_divisor() 1060 state = smap->get_state (index, *ext_state); in check_region_for_taint() 1077 state = smap->get_state (offset, *ext_state); in check_region_for_taint() 1107 state = smap->get_state (size_sval, *ext_state); in check_region_for_taint() 1153 state = smap->get_state (size_in_bytes, *ext_state); in check_dynamic_size_for_taint()
|
| H A D | diagnostic-manager.cc | 495 feasibility_state succ_state (fnode->get_state ()); in process_worklist_item() 1505 const program_state &dst_state = dst_node->get_state (); in on_global_state_change() 1535 const program_state &dst_state = dst_node->get_state (); in on_state_change() 1617 = src_smap.get_state (sval, ext_state); in for_each_state_change() 1658 state_machine::state_t get_state (const gimple *stmt ATTRIBUTE_UNUSED, in get_state() function 1666 = old_smap->get_state (var_old_sval, m_ext_state); in get_state() 1671 state_machine::state_t get_state (const gimple *stmt ATTRIBUTE_UNUSED, in get_state() function 1675 state_machine::state_t current = old_smap->get_state (sval, m_ext_state); in get_state() 1684 state_machine::state_t from = get_state (stmt, var); in set_next_state() 1708 state_machine::state_t from = get_state (stmt, sval); in set_next_state() [all …]
|
| H A D | engine.cc | 330 state_machine::state_t get_state (const gimple *stmt ATTRIBUTE_UNUSED, in get_state() function in ana::impl_sm_context 341 = m_old_smap->get_state (var_old_sval, m_eg.get_ext_state ()); in get_state() 344 state_machine::state_t get_state (const gimple *stmt ATTRIBUTE_UNUSED, in get_state() function in ana::impl_sm_context 350 = m_old_smap->get_state (sval, m_eg.get_ext_state ()); in get_state() 373 = m_old_smap->get_state (var_new_sval, m_eg.get_ext_state ()); in set_next_state() 403 = m_old_smap->get_state (sval, m_eg.get_ext_state ()); in set_next_state() 431 ? m_old_smap->get_state (var_old_sval, m_eg.get_ext_state ()) in warn() 1088 gcc_checking_assert (ps.get_state ().m_region_model->canonicalized_p ()); in exploded_node() 1115 const program_state &state = get_state (); in get_dot_fillcolor() 1176 const program_state &state = m_ps.get_state (); in dump_dot() [all …]
|
| H A D | program-state.h | 130 state_machine::state_t get_state (const svalue *sval, 254 if (!sm.can_purge_p (smap->get_state (sval, ext_state))) in can_purge_p()
|
| H A D | sm-malloc.cc | 1713 state_t state = sm_ctxt->get_state (stmt, arg); in on_stmt() 1769 state_t state = sm_ctxt->get_state (stmt, arg); in on_stmt() 1812 if (sm_ctxt->get_state (call, lhs) == m_start) in on_allocator_call() 1859 state_t state = sm_ctxt->get_state (call, arg); in on_deallocator_call() 1916 state_t state = sm_ctxt->get_state (call, arg); in on_realloc_call() 1992 state_t s = sm_ctxt->get_state (stmt, lhs); in on_condition() 2002 state_t s = sm_ctxt->get_state (stmt, lhs); in on_condition() 2075 state_t s = sm_ctxt->get_state (stmt, lhs); in on_zero_assignment()
|
| H A D | exploded-graph.h | 136 const program_state &get_state () const { return m_state; } in get_state() function 286 const program_state &get_state () const { return m_ps.get_state (); } in get_state() function
|
| H A D | feasible-graph.h | 96 const feasibility_state &get_state () const { return m_state; } in get_state() function
|
| H A D | sm-sensitive.cc | 174 if (sm_ctxt->get_state (stmt, arg) == m_sensitive) in warn_for_any_exposure()
|
| H A D | feasible-graph.cc | 266 dest_fnode->get_state ().dump_to_pp (pp, true, true); in dump_feasible_path()
|
| H A D | sm-file.cc | 390 if (sm_ctxt->get_state (stmt, arg) == m_closed) in on_stmt()
|
| H A D | ChangeLog | 1197 * program-state.cc (sm_state_map::get_state): Call 1968 (impl_sm_context::get_state): Use NULL ctxt when querying old 1989 * program-state.cc (sm_state_map::get_state): Inherit state for 2088 * diagnostic-manager.cc (null_assignment_sm_context::get_state): 2092 * engine.cc (impl_sm_context::get_state): New overload. 2136 (sm_context::get_state): Add overload taking const svalue *sval. 2679 (impl_sm_context::get_state): Likewise. 4100 ATTRIBUTE_UNUSED. Replace on_transition calls with get_state and 4105 calls with get_state and set_next_state pairs. Drop redundant 4117 warn_for_state and on_transition calls with a get_state [all …]
|
| /netbsd-src/external/bsd/nvi/dist/motif_l/ |
| H A D | m_search.c | 109 static void get_state( Widget w ) in get_state() function 111 static void get_state( w ) in get_state() 181 get_state(w); in search() 374 get_state( w );
|
| /netbsd-src/external/bsd/nsd/dist/contrib/ |
| H A D | nsd_munin_ | 113 get_state ( ) { function 216 get_state 331 get_state
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | unbound_munin_ | 135 get_state ( ) { function 238 get_state 426 get_state
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2000 | 2419 * bits/char_traits.h (char_traits<_CharT>::get_state, 2420 char_traits<char>::get_state, char_traits<wchar_t>::get_state): Pass
|