Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dchecker-path.h97 virtual bool is_function_entry_p () const { return false; } in is_function_entry_p() function
185 bool is_function_entry_p () const FINAL OVERRIDE { return true; } in is_function_entry_p() function
H A Ddiagnostic-manager.cc1403 && path->get_checker_event (idx + 1)->is_function_entry_p () in prune_interproc_events()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dchecker-path.h104 virtual bool is_function_entry_p () const { return false; } in is_function_entry_p() function
226 bool is_function_entry_p () const FINAL OVERRIDE { return true; } in is_function_entry_p() function
H A Ddiagnostic-manager.cc2516 && path->get_checker_event (idx + 1)->is_function_entry_p () in prune_interproc_events()