Searched refs:block_type (Results 1 – 2 of 2) sorted by relevance
7 block_type
265 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK }; enum267 static struct block *new_block (enum block_type);4692 new_block (enum block_type type) in new_block()