Lines Matching defs:it
167 foreach_iter(exec_list_iterator, it, list->subexpressions) {
168 s_list *sub = SX_AS_LIST(it.get());
170 continue; // not a (function ...); ignore it.
174 continue; // not a (function ...); ignore it.
202 exec_list_iterator it = ((s_list *) expr)->subexpressions.iterator();
203 it.next(); // skip "function" tag
204 it.next(); // skip function name
205 for (/* nothing */; it.has_next(); it.next()) {
206 s_expression *s_sig = (s_expression *) it.get();
240 exec_list_iterator it = paramlist->subexpressions.iterator();
241 for (it.next() /* skip "parameters" */; it.has_next(); it.next()) {
242 ir_variable *var = read_declaration((s_expression *) it.get());
269 /* No prototype for this body exists - skip it. */
302 foreach_iter(exec_list_iterator, it, list->subexpressions) {
303 s_expression *sub = (s_expression*) it.get();
386 foreach_iter(exec_list_iterator, it, s_quals->subexpressions) {
387 s_symbol *qualifier = SX_AS_SYMBOL(it.get());
635 foreach_iter(exec_list_iterator, it, params->subexpressions) {
636 s_expression *expr = (s_expression*) it.get();
780 foreach_iter(exec_list_iterator, it, values->subexpressions) {
781 s_expression *elt = (s_expression *) it.get();
801 foreach_iter(exec_list_iterator, it, values->subexpressions) {
807 s_expression *expr = (s_expression*) it.get();