Home
last modified time | relevance | path

Searched refs:terminate_path (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dexploded-graph.h82 void terminate_path () FINAL OVERRIDE;
226 static on_stmt_flags terminate_path () in terminate_path() function
236 on_stmt_flags (bool terminate_path) in on_stmt_flags()
237 : m_terminate_path (terminate_path) in on_stmt_flags()
H A Dregion-model.h945 virtual void terminate_path () = 0;
996 void terminate_path () OVERRIDE;
1111 void terminate_path () OVERRIDE in terminate_path() function
1113 m_inner->terminate_path (); in terminate_path()
H A Dengine.cc212 impl_region_model_context::terminate_path () in terminate_path() function in ana::impl_region_model_context
215 return m_path_ctxt->terminate_path (); in terminate_path()
1380 bool terminate_path = false; in on_stmt() local
1382 on_stmt_pre (eg, stmt, state, &terminate_path, in on_stmt()
1385 if (terminate_path) in on_stmt()
1386 return on_stmt_flags::terminate_path (); in on_stmt()
1406 return on_stmt_flags::terminate_path (); in on_stmt()
3635 void terminate_path () FINAL OVERRIDE in terminate_path() function in ana::impl_path_context
4554 bool terminate_path; in maybe_update_for_edge() local
4556 = m_model.on_call_pre (call, NULL, &terminate_path); in maybe_update_for_edge()
H A Danalyzer.h274 virtual void terminate_path () = 0;
H A Dsm-malloc.cc1933 path_ctxt->terminate_path (); in on_realloc_call()
1944 path_ctxt->terminate_path (); in on_realloc_call()
1951 path_ctxt->terminate_path (); in on_realloc_call()
H A Dregion-model-impl-calls.cc783 cd.get_ctxt ()->terminate_path (); in impl_call_realloc()
H A DChangeLog1306 (impl_region_model_context::terminate_path): New.
1336 Use it to terminate iterating stmts if terminate_path is called
1346 (impl_region_model_context::terminate_path): New
1373 (noop_region_model_context::terminate_path): New.
1378 (region_model_context::terminate_path): New.
1382 (noop_region_model_context::terminate_path): New.
3058 * engine.cc (exploded_node::on_stmt): Provide terminate_path
H A Dregion-model.cc4367 noop_region_model_context::terminate_path () in terminate_path() function in ana::noop_region_model_context
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h199 static on_stmt_flags terminate_path () in terminate_path() function
218 bool terminate_path) in on_stmt_flags()
220 m_terminate_path (terminate_path) in on_stmt_flags()
H A Dengine.cc1080 return on_stmt_flags::terminate_path (); in on_stmt()