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