| Home | Sort by: relevance | last modified time | path |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ | |
| infinite-recursion.cc | 126 class recursive_function_entry_event : public function_entry_event class in inherits:function_entry_event 129 recursive_function_entry_event (const program_point &dst_point, function in class:infinite_recursion_diagnostic::recursive_function_entry_event 169 = make_unique <recursive_function_entry_event> (dst_point, 176 (make_unique<recursive_function_entry_event> (dst_point, *this, true)); |