Lines Matching defs:tmp
165 Ancestor *tmp = rc;
166 while (tmp->next != NULL) {
167 tmp = tmp->next;
169 tmp->next = ant;
202 const fru_regdef_t *tmp
207 int f = definitionContains(tmp, def, element,
210 offset += tmp->payloadLen;
234 Str tmp = path;
235 tmp << "[" << i << "]/";
236 ant->addInstance(tmp.peak(), offset);
250 const fru_regdef_t *tmp
255 int f = definitionContains(tmp, def, element,
258 offset += tmp->payloadLen;