Home
last modified time | relevance | path

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

/dports/lang/ptoc/ptoc/
H A Dtrnod.cxx294 static void push_with_context(b_ring* block, expr_node* ptr, stmt_node* body) in push_with_context() function
333 if (ptr->next) push_with_context(block, ptr->next, body); in push_with_context()
353 push_with_context(block, ptrs, body); in attrib()