Home | History | Annotate | Download | only in program

Lines Matching defs:node

157       void *node;
159 node = rzalloc_size(ctx, size);
160 assert(node != NULL);
162 return node;
2458 foreach_list(node, sh->ir) {
2459 ir_variable *var = ((ir_instruction *) node)->as_variable();