Lines Matching defs:depth
61 /** Scope depth where this symbol was defined. */
62 unsigned depth;
110 /** Current scope depth. */
111 unsigned depth;
165 table->depth--;
193 table->depth++;
291 assert(sym->depth <= table->depth);
292 return sym->depth - table->depth;
358 if (sym && (sym->depth == table->depth))
367 sym->depth = table->depth;
415 if (sym && sym->depth == 0)