Lines Matching full:chain

22 …E-4]]:6: warning: function 'endless_recursion' is within a recursive call chain [misc-no-recursion]
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 …6: warning: function 'maybe_endless_recursion' is within a recursive call chain [misc-no-recursion]
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 …6]]:6: warning: function 'recursive_countdown' is within a recursive call chain [misc-no-recursion]
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 …:6: warning: function 'conditionally_executed' is within a recursive call chain [misc-no-recursion]
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 …10]]:6: warning: function 'indirect_recursion' is within a recursive call chain [misc-no-recursion]
79 …ction 'maybe_selfrecursion_with_two_backedges' is within a recursive call chain [misc-no-recursion]
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 …ng: function 'conditionally_executed_choice_0' is within a recursive call chain [misc-no-recursion]
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 …ng: function 'conditionally_executed_choice_1' is within a recursive call chain [misc-no-recursion]
106 …unction 'indirect_recursion_with_alternatives' is within a recursive call chain [misc-no-recursion]
122 …ning: function 'conditionally_executed_depth1' is within a recursive call chain [misc-no-recursion]
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 …ning: function 'conditionally_executed_depth0' is within a recursive call chain [misc-no-recursion]
129 …ing: function 'indirect_recursion_with_depth2' is within a recursive call chain [misc-no-recursion]
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 …INE-14]]:18: note: ... which was the starting point of the recursive call chain; there may be othe…
147 // CHECK-NOTES: :[[@LINE-10]]:5: warning: function 'boo' is within a recursive call chain [misc-no-…
165 …: warning: function 'recursion_through_lambda' is within a recursive call chain [misc-no-recursion]
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 […