Home
last modified time | relevance | path

Searched refs:on_stmt (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-pattern-test.cc56 bool on_stmt (sm_context *sm_ctxt,
107 pattern_test_state_machine::on_stmt (sm_context *sm_ctxt ATTRIBUTE_UNUSED, in on_stmt() function in ana::__anon0357de4e0111::pattern_test_state_machine
H A Dsm-sensitive.cc56 bool on_stmt (sm_context *sm_ctxt,
188 sensitive_state_machine::on_stmt (sm_context *sm_ctxt, in on_stmt() function in ana::__anona6f65dfd0111::sensitive_state_machine
H A Dsm-signal.cc78 bool on_stmt (sm_context *sm_ctxt,
292 signal_state_machine::on_stmt (sm_context *sm_ctxt, in on_stmt() function in ana::__anon74af30610111::signal_state_machine
H A Dsm-taint.cc56 bool on_stmt (sm_context *sm_ctxt,
201 taint_state_machine::on_stmt (sm_context *sm_ctxt, in on_stmt() function in ana::__anon108dd2a30111::taint_state_machine
H A Dsm-file.cc55 bool on_stmt (sm_context *sm_ctxt,
302 fileptr_state_machine::on_stmt (sm_context *sm_ctxt, in on_stmt() function in ana::__anonce26b3e30111::fileptr_state_machine
H A Dsm.h63 virtual bool on_stmt (sm_context *sm_ctxt,
H A Dsm-malloc.cc56 bool on_stmt (sm_context *sm_ctxt,
605 malloc_state_machine::on_stmt (sm_context *sm_ctxt, in on_stmt() function in ana::__anond4e7297b0111::malloc_state_machine
H A Dexploded-graph.h224 on_stmt_flags on_stmt (exploded_graph &eg,
H A Dengine.cc1002 exploded_node::on_stmt (exploded_graph &eg, in on_stmt() function in ana::exploded_node
1099 if (sm.on_stmt (&sm_ctxt, snode, stmt)) in on_stmt()
2530 = node->on_stmt (*this, snode, stmt, &next_state, &change); in process_node()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-pattern-test.cc63 bool on_stmt (sm_context *sm_ctxt,
116 pattern_test_state_machine::on_stmt (sm_context *sm_ctxt ATTRIBUTE_UNUSED, in on_stmt() function in ana::__anonc3c915410111::pattern_test_state_machine
H A Dsm-sensitive.cc57 bool on_stmt (sm_context *sm_ctxt,
186 sensitive_state_machine::on_stmt (sm_context *sm_ctxt, in on_stmt() function in ana::__anon6d2ac1d00111::sensitive_state_machine
H A Dsm-signal.cc80 bool on_stmt (sm_context *sm_ctxt,
331 signal_state_machine::on_stmt (sm_context *sm_ctxt, in on_stmt() function in ana::__anond54aed140111::signal_state_machine
H A Dsm-file.cc73 bool on_stmt (sm_context *sm_ctxt,
359 fileptr_state_machine::on_stmt (sm_context *sm_ctxt, in on_stmt() function in ana::__anonaf35a7d60111::fileptr_state_machine
H A DChangeLog1346 (exploded_node::on_stmt): Add path_ctxt param.
1757 (malloc_state_machine::on_stmt): Use it.
2678 (exploded_node::on_stmt): Add uncertainty param
2695 (exploded_node::on_stmt): Add uncertainty param.
2797 (exploded_node::on_stmt): Make non-const.
2812 (exploded_node::on_stmt): Make non-const.
4091 on_stmt.
4112 * sm-file.cc (fileptr_state_machine::on_stmt): Replace
4122 * sm-taint.cc (taint_state_machine::on_stmt): Replace
4838 (exploded_node::on_stmt): Drop "change" param.
[all …]
H A Dsm.h91 virtual bool on_stmt (sm_context *sm_ctxt,
H A Dsm-taint.cc90 bool on_stmt (sm_context *sm_ctxt,
753 taint_state_machine::on_stmt (sm_context *sm_ctxt, in on_stmt() function in ana::__anon137b44f60111::taint_state_machine
H A Dsm-malloc.cc373 bool on_stmt (sm_context *sm_ctxt,
1623 malloc_state_machine::on_stmt (sm_context *sm_ctxt, in on_stmt() function in ana::__anon3582e62e0111::malloc_state_machine
H A Dexploded-graph.h241 on_stmt_flags on_stmt (exploded_graph &eg,
H A Dengine.cc1347 exploded_node::on_stmt (exploded_graph &eg, in on_stmt() function in ana::exploded_node
1401 if (sm.on_stmt (&sm_ctxt, snode, stmt)) in on_stmt()
3781 = node->on_stmt (*this, snode, stmt, &next_state, &uncertainty, in process_node()
H A Ddiagnostic-manager.cc1921 sm.on_stmt (&sm_ctxt, dst_point.get_supernode (), stmt); in add_events_for_eedge()