Home
last modified time | relevance | path

Searched refs:on_condition (Results 1 – 23 of 23) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-pattern-test.cc60 void on_condition (sm_context *sm_ctxt,
121 pattern_test_state_machine::on_condition (sm_context *sm_ctxt, in on_condition() function in ana::__anon0357de4e0111::pattern_test_state_machine
H A Dsm-sensitive.cc60 void on_condition (sm_context *sm_ctxt,
225 sensitive_state_machine::on_condition (sm_context *sm_ctxt ATTRIBUTE_UNUSED, in on_condition() function in ana::__anona6f65dfd0111::sensitive_state_machine
H A Dsm-signal.cc82 void on_condition (sm_context *sm_ctxt,
330 signal_state_machine::on_condition (sm_context *sm_ctxt ATTRIBUTE_UNUSED, in on_condition() function in ana::__anon74af30610111::signal_state_machine
H A Dsm-taint.cc60 void on_condition (sm_context *sm_ctxt,
274 taint_state_machine::on_condition (sm_context *sm_ctxt, in on_condition() function in ana::__anon108dd2a30111::taint_state_machine
H A Dsm-file.cc59 void on_condition (sm_context *sm_ctxt,
359 fileptr_state_machine::on_condition (sm_context *sm_ctxt, in on_condition() function in ana::__anonce26b3e30111::fileptr_state_machine
H A Dsm.h74 virtual void on_condition (sm_context *sm_ctxt,
H A Dsm-malloc.dot83 /* on_condition. */
H A Dsm-malloc.cc65 void on_condition (sm_context *sm_ctxt,
772 malloc_state_machine::on_condition (sm_context *sm_ctxt, in on_condition() function in ana::__anond4e7297b0111::malloc_state_machine
H A Dexploded-graph.h74 void on_condition (tree lhs, enum tree_code op, tree rhs) FINAL OVERRIDE;
H A Dregion-model.h1999 virtual void on_condition (tree lhs, enum tree_code op, tree rhs) = 0;
2036 void on_condition (tree lhs ATTRIBUTE_UNUSED, in on_condition() function
H A Dengine.cc652 impl_region_model_context::on_condition (tree lhs, enum tree_code op, tree rhs) in on_condition() function in ana::impl_region_model_context
664 sm.on_condition (&sm_ctxt, in on_condition()
H A Dregion-model.cc5658 ctxt->on_condition (lhs, op, rhs); in add_constraint()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-pattern-test.cc67 void on_condition (sm_context *sm_ctxt,
130 pattern_test_state_machine::on_condition (sm_context *sm_ctxt, in on_condition() function in ana::__anonc3c915410111::pattern_test_state_machine
H A Dsm-file.cc77 void on_condition (sm_context *sm_ctxt,
416 fileptr_state_machine::on_condition (sm_context *sm_ctxt, in on_condition() function in ana::__anonaf35a7d60111::fileptr_state_machine
H A Dregion-model.h915 virtual void on_condition (const svalue *lhs,
974 void on_condition (const svalue *lhs ATTRIBUTE_UNUSED, in on_condition() function
1068 void on_condition (const svalue *lhs, in on_condition() function
1072 m_inner->on_condition (lhs, op, rhs); in on_condition()
H A Dsm.h102 virtual void on_condition (sm_context *sm_ctxt ATTRIBUTE_UNUSED, in on_condition() function
H A Dsm-malloc.dot83 /* on_condition. */
H A Dsm-taint.cc94 void on_condition (sm_context *sm_ctxt,
811 taint_state_machine::on_condition (sm_context *sm_ctxt, in on_condition() function in ana::__anon137b44f60111::taint_state_machine
H A Dsm-malloc.cc382 void on_condition (sm_context *sm_ctxt,
1974 malloc_state_machine::on_condition (sm_context *sm_ctxt, in on_condition() function in ana::__anon3582e62e0111::malloc_state_machine
H A Dexploded-graph.h64 void on_condition (const svalue *lhs,
H A DChangeLog1312 (impl_region_model_context::on_condition): Update for new
2091 (impl_region_model_context::on_condition): Convert params from
2093 * exploded-graph.h (impl_region_model_context::on_condition):
2111 (region_model_context::on_condition): Convert params from tree to
2113 (noop_region_model_context::on_condition): Likewise.
2115 * sm-malloc.cc (malloc_state_machine::on_condition): Likewise.
2122 * sm-signal.cc (signal_state_machine::on_condition): Delete.
2130 (state_machine::on_condition): Convert params from tree to
4095 (malloc_state_machine::on_condition): Mark node param with
4116 * sm-pattern-test.cc (pattern_test_state_machine::on_condition):
[all …]
H A Dengine.cc874 impl_region_model_context::on_condition (const svalue *lhs, in on_condition() function in ana::impl_region_model_context
888 sm.on_condition (&sm_ctxt, in on_condition()
H A Dregion-model.cc3293 ctxt->on_condition (lhs, op, rhs); in add_constraint()