HomeSort by: relevance | last modified time | path
    Searched refs:on_stmt (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-pattern-test.cc 60 bool on_stmt (sm_context *sm_ctxt,
112 pattern_test_state_machine::on_stmt (sm_context *sm_ctxt ATTRIBUTE_UNUSED, function in class:ana::__anon12595::pattern_test_state_machine
sm-sensitive.cc 55 bool on_stmt (sm_context *sm_ctxt,
188 /* Implementation of state_machine::on_stmt vfunc for
192 sensitive_state_machine::on_stmt (sm_context *sm_ctxt, function in class:ana::__anon12596::sensitive_state_machine
sm-signal.cc 75 bool on_stmt (sm_context *sm_ctxt,
332 /* Implementation of state_machine::on_stmt vfunc for signal_state_machine. */
335 signal_state_machine::on_stmt (sm_context *sm_ctxt, function in class:ana::__anon12597::signal_state_machine
sm-file.cc 72 bool on_stmt (sm_context *sm_ctxt,
365 /* Implementation of state_machine::on_stmt vfunc for fileptr_state_machine. */
368 fileptr_state_machine::on_stmt (sm_context *sm_ctxt, function in class:ana::__anon12593::fileptr_state_machine
sm.h 97 virtual bool on_stmt (sm_context *sm_ctxt,
varargs.cc 209 bool on_stmt (sm_context *sm_ctxt,
254 va_list_state_machine::on_stmt (sm_context *sm_ctxt, function in class:ana::__anon12599::va_list_state_machine
sm-taint.cc 112 bool on_stmt (sm_context *sm_ctxt,
995 /* Implementation of state_machine::on_stmt vfunc for taint_state_machine. */
998 taint_state_machine::on_stmt (sm_context *sm_ctxt, function in class:ana::__anon12598::taint_state_machine
sm-malloc.cc 397 bool on_stmt (sm_context *sm_ctxt,
1925 /* Implementation of state_machine::on_stmt vfunc for malloc_state_machine. */
1928 malloc_state_machine::on_stmt (sm_context *sm_ctxt, function in class:ana::__anon12594::malloc_state_machine
exploded-graph.h 244 /* The result of on_stmt. */
255 /* Should we stop analyzing this path (on_stmt may have already
265 on_stmt_flags on_stmt (exploded_graph &eg,
sm-fd.cc 121 bool on_stmt (sm_context *sm_ctxt, const supernode *node,
1199 fd_state_machine::on_stmt (sm_context *sm_ctxt, const supernode *node, function in class:ana::__anon12592::fd_state_machine
engine.cc 1456 exploded_node::on_stmt (exploded_graph &eg,
1534 if (sm.on_stmt (&sm_ctxt, snode, stmt))
4125 = node->on_stmt (*this, snode, stmt, &next_state, &uncertainty,
4130 will have been added by on_stmt (e.g. for handling longjmp). */
diagnostic-manager.cc 2232 sm.on_stmt (&sm_ctxt, dst_point.get_supernode (), stmt);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-pattern-test.cc 63 bool on_stmt (sm_context *sm_ctxt,
116 pattern_test_state_machine::on_stmt (sm_context *sm_ctxt ATTRIBUTE_UNUSED, function in class:ana::__anon15217::pattern_test_state_machine
sm-sensitive.cc 57 bool on_stmt (sm_context *sm_ctxt,
182 /* Implementation of state_machine::on_stmt vfunc for
186 sensitive_state_machine::on_stmt (sm_context *sm_ctxt, function in class:ana::__anon15218::sensitive_state_machine
sm-file.cc 73 bool on_stmt (sm_context *sm_ctxt,
356 /* Implementation of state_machine::on_stmt vfunc for fileptr_state_machine. */
359 fileptr_state_machine::on_stmt (sm_context *sm_ctxt, function in class:ana::__anon15215::fileptr_state_machine
sm-signal.cc 80 bool on_stmt (sm_context *sm_ctxt,
328 /* Implementation of state_machine::on_stmt vfunc for signal_state_machine. */
331 signal_state_machine::on_stmt (sm_context *sm_ctxt, function in class:ana::__anon15219::signal_state_machine
sm.h 91 virtual bool on_stmt (sm_context *sm_ctxt,
sm-taint.cc 90 bool on_stmt (sm_context *sm_ctxt,
750 /* Implementation of state_machine::on_stmt vfunc for taint_state_machine. */
753 taint_state_machine::on_stmt (sm_context *sm_ctxt, function in class:ana::__anon15220::taint_state_machine
sm-malloc.cc 373 bool on_stmt (sm_context *sm_ctxt,
1620 /* Implementation of state_machine::on_stmt vfunc for malloc_state_machine. */
1623 malloc_state_machine::on_stmt (sm_context *sm_ctxt, function in class:ana::__anon15216::malloc_state_machine
exploded-graph.h 220 /* The result of on_stmt. */
231 /* Should we stop analyzing this path (on_stmt may have already
241 on_stmt_flags on_stmt (exploded_graph &eg,
engine.cc 1347 exploded_node::on_stmt (exploded_graph &eg,
1401 if (sm.on_stmt (&sm_ctxt, snode, stmt))
3781 = node->on_stmt (*this, snode, stmt, &next_state, &uncertainty,
3786 will have been added by on_stmt (e.g. for handling longjmp). */
diagnostic-manager.cc 1921 sm.on_stmt (&sm_ctxt, dst_point.get_supernode (), stmt);

Completed in 60 milliseconds