Lines Matching refs:iterator
1 /// If list_for_each_entry, etc complete a traversal of the list, the iterator
4 /// the end of the iterator.
5 //#False positives arise when there is a goto in the iterator and the
23 iterator name list_for_each_entry;
24 iterator name list_for_each_entry_reverse;
25 iterator name list_for_each_entry_continue;
26 iterator name list_for_each_entry_continue_reverse;
27 iterator name list_for_each_entry_from;
28 iterator name list_for_each_entry_safe;
29 iterator name list_for_each_entry_safe_continue;
30 iterator name list_for_each_entry_safe_from;
31 iterator name list_for_each_entry_safe_reverse;
32 iterator name hlist_for_each_entry;
33 iterator name hlist_for_each_entry_continue;
34 iterator name hlist_for_each_entry_from;
35 iterator name hlist_for_each_entry_safe;
138 cocci.print_main("invalid iterator index reference",p2)
139 cocci.print_secs("iterator",p1)
146 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)