Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dframeobject.c104 push_block(int64_t stack, Kind kind) in push_block() function
174 except_stack = push_block(block_stack, Except); in markblocks()
177 block_stack = push_block(block_stack, Try); in markblocks()
184 except_stack = push_block(block_stack, Except); in markblocks()
187 block_stack = push_block(block_stack, With); in markblocks()
198 block_stack = push_block(block_stack, Loop); in markblocks()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_comparison_pre.c96 push_block(struct block_queue *bq) in push_block() function
208 struct block_instructions *bi = push_block(bq); in comparison_pre_block()
/third_party/gstreamer/gstplugins_good/
DChangeLog145648 GST_ELEMENT_WARNING; simplify push_block(); do some small
/third_party/gstreamer/gstplugins_bad/
DChangeLog228030 GST_ELEMENT_WARNING; simplify push_block(); do some small