Searched refs:current_depth (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/lutok/dist/
H A Dstack_cleaner.cpp74 const unsigned int current_depth = _pimpl->state_ref.get_top(); local
75 assert(current_depth >= _pimpl->original_depth);
76 const unsigned int diff = current_depth - _pimpl->original_depth;
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Dutil.c174 static int current_depth;
185 current_depth = depth;
275 if (current_depth > 0)
171 static int current_depth; variable
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c1425 int current_depth = 0; local
1427 while (current_depth < template_depth)
1431 if (current_depth == 0)
1435 current_depth++;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc1449 int current_depth = 0; local
1451 while (current_depth < template_depth)
1455 if (current_depth == 0)
1459 current_depth++;

Completed in 368 milliseconds