Searched refs:to_stack (Results 1 – 1 of 1) sorted by relevance
211 compatible_block_stack(int64_t from_stack, int64_t to_stack) in compatible_block_stack() argument213 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() argument225 Kind target_kind = top_block(to_stack); in explain_incompatible_block_stack()