Home
last modified time | relevance | path

Searched refs:out_terminate_path (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-impl-calls.cc407 bool *out_terminate_path) in impl_call_error() argument
422 *out_terminate_path = true; in impl_call_error()
H A Dregion-model.h588 bool *out_terminate_path,
597 bool *out_terminate_path);
616 bool *out_terminate_path);
H A Dexploded-graph.h250 bool *out_terminate_path,
H A Dregion-model.cc1189 bool *out_terminate_path, in on_stmt_pre() argument
1257 out_terminate_path); in on_stmt_pre()
1341 bool *out_terminate_path) in on_call_pre() argument
1503 if (impl_call_error (cd, 3, out_terminate_path)) in on_call_pre()
1510 if (impl_call_error (cd, 5, out_terminate_path)) in on_call_pre()
H A Dengine.cc1422 bool *out_terminate_path, in on_stmt_pre() argument
1450 *out_terminate_path = true; in on_stmt_pre()
1457 out_terminate_path, in on_stmt_pre()
H A DChangeLog3064 "out_terminate_path". Handle "error" and "error_at_line".
3066 (region_model::on_call_pre): Add param "out_terminate_path".