Lines Matching refs: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++;
292 assert(sym->depth <= table->depth);
293 return sym->depth - table->depth;
359 if (sym && (sym->depth == table->depth))
368 sym->depth = table->depth;
416 if (sym && sym->depth == 0)