Lines Matching defs:node_a
46 const exec_node *node_a = list_a->get_head_raw();
54 ; !node_a->is_tail_sentinel()
55 ; node_a = node_a->next, node_b = node_b->next) {
64 const ir_variable *const param = (ir_variable *) node_a;
226 const exec_node *node_a = sig->parameters.get_head_raw();
233 ; !node_a->is_tail_sentinel()
234 ; node_a = node_a->next,
238 (const ir_variable *)node_a,
376 const exec_node *node_a = list_a->get_head_raw();
380 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel()
381 ; node_a = node_a->next, node_b = node_b->next) {
382 ir_variable *a = (ir_variable *) node_a;
395 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel());