| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| infinite-recursion.cc | 129 recursive_function_entry_event (const program_point &dst_point, 132 : function_entry_event (dst_point), 164 const program_point &dst_point = dst_node->get_point (); variable 169 = make_unique <recursive_function_entry_event> (dst_point, 176 (make_unique<recursive_function_entry_event> (dst_point, *this, true));
|
| pending-diagnostic.cc | 224 const program_point &dst_point = dst_node->get_point (); local 225 emission_path->add_event (make_unique<function_entry_event> (dst_point));
|
| infinite-loop.cc | 251 const program_point &dst_point = dst_node->get_point (); variable 253 const int dst_stack_depth = dst_point.get_stack_depth (); 261 (dst_point.get_supernode ()->get_start_location (), 262 dst_point.get_fndecl (),
|
| diagnostic-manager.cc | 2105 const program_point &dst_point = dst_node->get_point (); local 2106 const int dst_stack_depth = dst_point.get_stack_depth (); 2116 dst_point.print (pp, format (false)); 2147 switch (dst_point.get_kind ()) 2158 if (dst_point.get_supernode ()->entry_p ()) 2170 if (frame->get_fndecl () == dst_point.get_fndecl ()) 2181 dst_point.get_fndecl (), 2191 const gimple *stmt = dst_point.get_stmt (); 2196 dst_point.get_fndecl (), 2203 dst_point.get_fndecl () 2402 const program_point &dst_point = dst_node->get_point (); local [all...] |
| checker-event.cc | 358 function_entry_event::function_entry_event (const program_point &dst_point) 360 event_loc_info (dst_point.get_supernode 362 dst_point.get_fndecl (), 363 dst_point.get_stack_depth ()))
|
| checker-event.h | 347 function_entry_event (const program_point &dst_point);
|
| engine.cc | 624 const program_point &dst_point = dst_node->get_point (); variable 625 const gimple *stmt = dst_point.get_stmt (); 651 const program_point &dst_point = dst_node->get_point (); local 652 const gimple *stmt = dst_point.get_stmt (); 1846 const program_point &dst_point = dst_node->get_point (); 1848 && !valid_longjmp_stack_p (dst_point, m_setjmp_point)) 2163 const program_point &dst_point = dst_node->get_point (); 2164 const int dst_stack_depth = dst_point.get_stack_depth (); 2177 dst_point.get_fndecl (), 4702 const program_point &dst_point = dst_node->get_point () [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| diagnostic-manager.cc | 1794 const program_point &dst_point = dst_node->get_point (); local 1795 const int dst_stack_depth = dst_point.get_stack_depth (); 1805 dst_point.print (pp, format (false)); 1836 switch (dst_point.get_kind ()) 1847 if (dst_point.get_supernode ()->entry_p ()) 1851 (dst_point.get_supernode ()->get_start_location (), 1852 dst_point.get_fndecl (), 1862 if (frame->get_fndecl () == dst_point.get_fndecl ()) 1872 dst_point.get_fndecl (), 1881 const gimple *stmt = dst_point.get_stmt () 2088 const program_point &dst_point = dst_node->get_point (); local [all...] |
| engine.cc | 573 const program_point &dst_point = dst_node->get_point (); variable 574 const gimple *stmt = dst_point.get_stmt (); 600 const program_point &dst_point = dst_node->get_point (); local 601 const gimple *stmt = dst_point.get_stmt (); 1582 const program_point &dst_point = dst_node->get_point (); 1584 && !valid_longjmp_stack_p (dst_point, m_setjmp_point)) 1892 const program_point &dst_point = dst_node->get_point (); 1893 const int dst_stack_depth = dst_point.get_stack_depth (); 1903 dst_point.get_fndecl (), 4341 const program_point &dst_point = dst_node->get_point () [all...] |
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| drm.h | 766 __u64 dst_point; member in struct:drm_syncobj_transfer
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_syncobj.c | 949 drm_syncobj_add_point(timeline_syncobj, chain, fence, args->dst_point); 993 if (args->dst_point)
|