Searched refs:from_function_entry (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | program-point.h | 126 static function_point from_function_entry (const supergraph &sg, in from_function_entry() function 261 static program_point from_function_entry (const supergraph &sg, in from_function_entry() function 264 return program_point (function_point::from_function_entry (sg, fun), in from_function_entry()
|
H A D | sm-signal.cc | 232 = program_point::from_function_entry (eg->get_supergraph (), in impl_transition()
|
H A D | engine.cc | 1858 program_point point = program_point::from_function_entry (m_sg, fun); in add_function_entry()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | program-point.h | 111 static function_point from_function_entry (const supergraph &sg, 256 static program_point from_function_entry (const supergraph &sg, in from_function_entry() function 259 return program_point (function_point::from_function_entry (sg, fun), in from_function_entry()
|
H A D | sm-signal.cc | 270 = program_point::from_function_entry (eg->get_supergraph (), in impl_transition()
|
H A D | program-point.cc | 235 function_point::from_function_entry (const supergraph &sg, function *fun) in from_function_entry() function in ana::function_point
|
H A D | engine.cc | 2512 program_point point = program_point::from_function_entry (m_sg, fun); in add_function_entry() 2965 = program_point::from_function_entry (eg->get_supergraph (), fun); in add_tainted_args_callback()
|
H A D | ChangeLog | 4860 (function_point::from_function_entry): Likewise. 4866 (function_point::from_function_entry): Likewise.
|