/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | sm-taint.cc | 213 sm_ctxt->on_transition (node, stmt, arg, m_start, m_tainted); in on_stmt() 218 sm_ctxt->on_transition (node, stmt, TREE_OPERAND (arg, 0), in on_stmt() 247 sm_ctxt->on_transition (node, stmt, arg, m_tainted, m_stop); in on_stmt() 253 sm_ctxt->on_transition (node, stmt, arg, m_has_lb, m_stop); in on_stmt() 261 sm_ctxt->on_transition (node, stmt, arg, m_has_ub, m_stop); in on_stmt() 294 sm_ctxt->on_transition (node, stmt, lhs, m_tainted, in on_condition() 296 sm_ctxt->on_transition (node, stmt, lhs, m_has_ub, in on_condition() 303 sm_ctxt->on_transition (node, stmt, lhs, m_tainted, in on_condition() 305 sm_ctxt->on_transition (node, stmt, lhs, m_has_lb, in on_condition()
|
H A D | sm-malloc.cc | 623 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_unchecked); in on_stmt() 639 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_non_heap); in on_stmt() 653 sm_ctxt->on_transition (node, stmt, arg, m_start, m_freed); in on_stmt() 654 sm_ctxt->on_transition (node, stmt, arg, m_unchecked, m_freed); in on_stmt() 655 sm_ctxt->on_transition (node, stmt, arg, m_nonnull, m_freed); in on_stmt() 663 sm_ctxt->on_transition (node, stmt, arg, m_freed, m_stop); in on_stmt() 668 sm_ctxt->on_transition (node, stmt, arg, m_non_heap, m_stop); in on_stmt() 691 sm_ctxt->on_transition (node, stmt, arg, m_unchecked, in on_stmt() 697 sm_ctxt->on_transition (node, stmt, arg, m_null, m_stop); in on_stmt() 718 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_non_heap); in on_stmt() [all …]
|
H A D | sm-file.cc | 315 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_unchecked); in on_stmt() 329 sm_ctxt->on_transition (node, stmt, arg, m_start, m_closed); in on_stmt() 332 sm_ctxt->on_transition (node, stmt, arg, m_unchecked, m_closed); in on_stmt() 333 sm_ctxt->on_transition (node, stmt, arg, m_null, m_closed); in on_stmt() 335 sm_ctxt->on_transition (node, stmt , arg, m_nonnull, m_closed); in on_stmt() 339 sm_ctxt->on_transition (node, stmt, arg, m_closed, m_stop); in on_stmt() 380 sm_ctxt->on_transition (node, stmt, in on_condition() 386 sm_ctxt->on_transition (node, stmt, in on_condition()
|
H A D | sm.h | 144 virtual void on_transition (const supernode *node, const gimple *stmt,
|
H A D | sm-sensitive.cc | 199 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_sensitive); in on_stmt()
|
H A D | engine.cc | 228 void on_transition (const supernode *node ATTRIBUTE_UNUSED, in on_transition() function in ana::impl_sm_context
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | sm-file.cc | 370 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_unchecked); in on_stmt() 382 sm_ctxt->on_transition (node, stmt, arg, m_start, m_closed); in on_stmt() 385 sm_ctxt->on_transition (node, stmt, arg, m_unchecked, m_closed); in on_stmt() 386 sm_ctxt->on_transition (node, stmt, arg, m_null, m_closed); in on_stmt() 388 sm_ctxt->on_transition (node, stmt , arg, m_nonnull, m_closed); in on_stmt() 436 sm_ctxt->on_transition (node, stmt, in on_condition() 442 sm_ctxt->on_transition (node, stmt, in on_condition()
|
H A D | sm-taint.cc | 764 sm_ctxt->on_transition (node, stmt, arg, m_start, m_tainted); in on_stmt() 769 sm_ctxt->on_transition (node, stmt, TREE_OPERAND (arg, 0), in on_stmt() 831 sm_ctxt->on_transition (node, stmt, lhs, m_tainted, in on_condition() 833 sm_ctxt->on_transition (node, stmt, lhs, m_has_ub, in on_condition() 840 sm_ctxt->on_transition (node, stmt, lhs, m_tainted, in on_condition() 842 sm_ctxt->on_transition (node, stmt, lhs, m_has_lb, in on_condition()
|
H A D | sm.h | 217 void on_transition (const supernode *node ATTRIBUTE_UNUSED, 229 void on_transition (const supernode *node ATTRIBUTE_UNUSED,
|
H A D | sm-sensitive.cc | 197 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_sensitive); in on_stmt()
|
H A D | ChangeLog | 2138 (sm_context::on_transition): Likewise. 4100 ATTRIBUTE_UNUSED. Replace on_transition calls with get_state and 4104 (malloc_state_machine::on_zero_assignment): Replace on_transition 4117 warn_for_state and on_transition calls with a get_state 4127 warn_for_state and on_transition calls with a get_state 4137 (null_assignment_sm_context::on_transition): Split into... 4146 * engine.cc (impl_sm_context::on_transition): Split into... 4153 (sm_context::on_transition): Convert from a pure virtual function 4163 (null_assignment_sm_context::on_transition): Update comparison 4167 * engine.cc (impl_sm_context::on_transition): Likewise. [all …]
|
H A D | sm-malloc.cc | 1659 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_non_heap); in on_stmt()
|