Home
last modified time | relevance | path

Searched defs:block_stack (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tinytemplate/src/
Dcompiler.rs33 block_stack: Vec<(&'template str, Block)>, field
/external/python/cpython3/Objects/
Dframeobject.c141 int64_t block_stack = blocks[i]; in markblocks() local