Home
last modified time | relevance | path

Searched refs:to_stack (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dframeobject.c211 compatible_block_stack(int64_t from_stack, int64_t to_stack) in compatible_block_stack() argument
213 if (to_stack < 0) { in compatible_block_stack()
216 while(from_stack > to_stack) { in compatible_block_stack()
219 return from_stack == to_stack; in compatible_block_stack()
223 explain_incompatible_block_stack(int64_t to_stack) in explain_incompatible_block_stack() argument
225 Kind target_kind = top_block(to_stack); in explain_incompatible_block_stack()