| /src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| insns.h | 384 unsigned int point () const { return m_point; } 390 void set_point (unsigned int point) { m_point = point; } 429 unsigned int m_point; member in class:rtl_ssa::insn_info
|
| insns.cc | 110 pp_decimal_int (pp, m_point);
|
| /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/ |
| insns.h | 382 unsigned int point () const { return m_point; } 388 void set_point (unsigned int point) { m_point = point; } 424 unsigned int m_point; member in class:rtl_ssa::insn_info
|
| insns.cc | 110 pp_decimal_int (pp, m_point);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| exploded-graph.h | 141 : m_point (point), 143 m_hash (m_point.hash () ^ m_state.hash ()) 156 return m_point == other.m_point && m_state == other.m_state; 159 const program_point &get_point () const { return m_point; } 165 m_hash = m_point.hash () ^ m_state.hash (); 171 program_point m_point; member in class:ana::point_and_state
|
| state-purge.cc | 95 m_point (point), 153 data.add_needed_at (m_point); 157 if (m_point.final_stmt_p ()) 158 data.add_needed_at (m_point.get_next ()); 164 get_or_create_data_for_decl (decl).add_pointed_to_at (m_point); 174 const function_point &m_point; member in class:gimple_op_visitor
|
| svalue.h | 1168 : m_type (type), m_point (point), 1183 && m_point == other.m_point 1194 function_point m_point; member in struct:ana::widening_svalue::key_t 1212 m_point (point), 1228 const function_point &get_point () const { return m_point; } 1238 function_point m_point; member in class:ana::widening_svalue
|
| diagnostic-manager.cc | 1931 m_stmt (stmt), m_point (point), m_emission_path (emission_path), 1976 const supernode *supernode = m_point->get_supernode (); 1977 int stack_depth = m_point->get_stack_depth (); 2002 const supernode *supernode = m_point->get_supernode (); 2003 int stack_depth = m_point->get_stack_depth (); 2087 const program_point *m_point; member in struct:ana::null_assignment_sm_context
|
| region-model.h | 1125 m_point (point), 1144 return m_point.get_function_point (); 1151 const program_point &m_point; member in struct:ana::model_merger
|
| svalue.cc | 1694 m_point.print (pp, format (false)); 1706 m_point.print (pp, format (false));
|
| engine.cc | 1058 m_point.validate (); 1065 gcc_assert (m_point.get_stack_depth () 1074 gcc_assert (m_point.get_function_at_depth (index)
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| exploded-graph.h | 117 : m_point (point), 119 m_hash (m_point.hash () ^ m_state.hash ()) 132 return m_point == other.m_point && m_state == other.m_state; 135 const program_point &get_point () const { return m_point; } 141 m_hash = m_point.hash () ^ m_state.hash (); 147 program_point m_point; member in class:ana::point_and_state
|
| state-purge.cc | 102 m_point (point), 160 data.add_needed_at (m_point); 164 if (m_point.final_stmt_p ()) 165 data.add_needed_at (m_point.get_next ()); 171 get_or_create_data_for_decl (decl).add_pointed_to_at (m_point); 181 const function_point &m_point; member in class:gimple_op_visitor
|
| svalue.h | 1118 : m_type (type), m_point (point.get_function_point ()), 1133 && m_point == other.m_point 1144 function_point m_point; member in struct:ana::widening_svalue::key_t 1161 m_point (point.get_function_point ()), 1177 const function_point &get_point () const { return m_point; } 1187 function_point m_point; member in class:ana::widening_svalue
|
| diagnostic-manager.cc | 1648 m_stmt (stmt), m_point (point), m_emission_path (emission_path), 1690 const supernode *supernode = m_point->get_supernode (); 1691 int stack_depth = m_point->get_stack_depth (); 1712 const supernode *supernode = m_point->get_supernode (); 1713 int stack_depth = m_point->get_stack_depth (); 1776 const program_point *m_point; member in struct:ana::null_assignment_sm_context
|
| svalue.cc | 211 merger->m_point, 224 merger->m_point, 1521 m_point.print (pp, format (false)); 1533 m_point.print (pp, format (false));
|
| region-model.h | 1190 m_point (point), 1210 const program_point &m_point; member in struct:ana::model_merger
|
| engine.cc | 949 m_point.validate (); 956 gcc_assert (m_point.get_stack_depth () 965 gcc_assert (m_point.get_function_at_depth (index)
|