Lines Matching full:recursive

7 // This function is obviously not recursive.
12 // we don't know if this is recursive or not.
22 // CHECK-NOTES: :[[@LINE-4]]:6: warning: function 'endless_recursion' is within a recursive call ch…
23 // CHECK-NOTES: :[[@LINE-5]]:6: note: example recursive call chain, starting from function 'endless…
25 // CHECK-NOTES: :[[@LINE-6]]:3: note: ... which was the starting point of the recursive call chain;…
36 // CHECK-NOTES: :[[@LINE-5]]:6: warning: function 'maybe_endless_recursion' is within a recursive c…
37 // CHECK-NOTES: :[[@LINE-6]]:6: note: example recursive call chain, starting from function 'maybe_e…
39 // CHECK-NOTES: :[[@LINE-6]]:5: note: ... which was the starting point of the recursive call chain;…
48 // CHECK-NOTES: :[[@LINE-6]]:6: warning: function 'recursive_countdown' is within a recursive call …
49 // CHECK-NOTES: :[[@LINE-7]]:6: note: example recursive call chain, starting from function 'recursi…
51 // CHECK-NOTES: :[[@LINE-6]]:3: note: ... which was the starting point of the recursive call chain;…
63 // CHECK-NOTES: :[[@LINE-9]]:6: warning: function 'conditionally_executed' is within a recursive ca…
64 // CHECK-NOTES: :[[@LINE-6]]:6: note: example recursive call chain, starting from function 'indirec…
67 // CHECK-NOTES: :[[@LINE-11]]:5: note: ... which was the starting point of the recursive call chain…
68 // CHECK-NOTES: :[[@LINE-10]]:6: warning: function 'indirect_recursion' is within a recursive call …
79 … warning: function 'maybe_selfrecursion_with_two_backedges' is within a recursive call chain [misc…
80 // CHECK-NOTES: :[[@LINE-9]]:6: note: example recursive call chain, starting from function 'maybe_s…
82 // CHECK-NOTES: :[[@LINE-9]]:5: note: ... which was the starting point of the recursive call chain;…
100 …15]]:6: warning: function 'conditionally_executed_choice_0' is within a recursive call chain [misc…
101 // CHECK-NOTES: :[[@LINE-8]]:6: note: example recursive call chain, starting from function 'indirec…
104 // CHECK-NOTES: :[[@LINE-17]]:5: note: ... which was the starting point of the recursive call chain…
105 …16]]:6: warning: function 'conditionally_executed_choice_1' is within a recursive call chain [misc…
106 …6: warning: function 'indirect_recursion_with_alternatives' is within a recursive call chain [misc…
122 …-13]]:13: warning: function 'conditionally_executed_depth1' is within a recursive call chain [misc…
123 // CHECK-NOTES: :[[@LINE-10]]:13: note: example recursive call chain, starting from function 'condi…
127 // CHECK-NOTES: :[[@LINE-8]]:5: note: ... which was the starting point of the recursive call chain;…
128 …-15]]:13: warning: function 'conditionally_executed_depth0' is within a recursive call chain [misc…
129 …-12]]:6: warning: function 'indirect_recursion_with_depth2' is within a recursive call chain [misc…
142 // CHECK-NOTES: :[[@LINE-9]]:6: warning: function 'bar' is within a recursive call chain [misc-no-r…
143 // CHECK-NOTES: :[[@LINE-6]]:5: note: example recursive call chain, starting from function 'boo'
146 // CHECK-NOTES: :[[@LINE-14]]:18: note: ... which was the starting point of the recursive call chai…
147 // CHECK-NOTES: :[[@LINE-10]]:5: warning: function 'boo' is within a recursive call chain [misc-no-…
165 // CHECK-NOTES: :[[@LINE-9]]:5: warning: function 'recursion_through_lambda' is within a recursive
166 // CHECK-NOTES: :[[@LINE-9]]:13: note: example recursive call chain, starting from function 'operat…
169 // CHECK-NOTES: :[[@LINE-7]]:10: note: ... which was the starting point of the recursive call chain…
170 // CHECK-NOTES: :[[@LINE-13]]:13: warning: function 'operator()' is within a recursive call chain […