Home
last modified time | relevance | path

Searched refs:m_terminate_path (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h196 m_terminate_path (false) in on_stmt_flags()
214 bool m_terminate_path : 1; member
220 m_terminate_path (terminate_path) in on_stmt_flags()
H A Dengine.cc2534 if (flags.m_terminate_path) in process_node()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dexploded-graph.h223 on_stmt_flags () : m_terminate_path (false) in on_stmt_flags()
233 bool m_terminate_path : 1; member
237 : m_terminate_path (terminate_path) in on_stmt_flags()
H A Dengine.cc3603 m_terminate_path (false) in impl_path_context()
3637 m_terminate_path = true; in terminate_path()
3642 return m_terminate_path; in terminate_path_p()
3658 bool m_terminate_path; member in ana::impl_path_context
3787 if (flags.m_terminate_path) in process_node()