| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| program-point.h | 111 static function_point from_function_entry (const supergraph &sg, 256 static program_point from_function_entry (const supergraph &sg, function in class:ana::program_point 259 return program_point (function_point::from_function_entry (sg, fun),
|
| sm-signal.cc | 270 = program_point::from_function_entry (eg->get_supergraph (),
|
| program-point.cc | 235 function_point::from_function_entry (const supergraph &sg, function *fun) function in class:ana::function_point
|
| engine.cc | 2512 program_point point = program_point::from_function_entry (m_sg, fun); 2965 = program_point::from_function_entry (eg->get_supergraph (), fun);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| program-point.h | 114 static function_point from_function_entry (const supergraph &sg, 253 static program_point from_function_entry (const region_model_manager &mgr,
|
| program-point.cc | 233 function_point::from_function_entry (const supergraph &sg, const function &fun) function in class:ana::function_point 699 program_point::from_function_entry (const region_model_manager &mgr, function in class:ana::program_point 703 return program_point (function_point::from_function_entry (sg, fun),
|
| sm-signal.cc | 267 = program_point::from_function_entry (*ext_state.get_model_manager (),
|
| engine.cc | 2801 = program_point::from_function_entry (*m_ext_state.get_model_manager (), 3256 = program_point::from_function_entry (*ext_state.get_model_manager (),
|