Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h36 unsigned ste_child_free : 1; /* true if a child block has free vars, member
/external/python/cpython3/Include/
Dsymtable.h48 unsigned ste_child_free : 1; /* true if a child block has free vars, member
/external/python/cpython2/Python/
Dsymtable.c71 ste->ste_child_free = 0; in ste_new()
489 || !(ste->ste_free || ste->ste_child_free)) in check_unoptimized()
492 trailer = (ste->ste_child_free ? in check_unoptimized()
706 if (entry->ste_free || entry->ste_child_free) in analyze_block()
707 ste->ste_child_free = 1; in analyze_block()
/external/python/cpython3/Python/
Dsymtable.c79 ste->ste_child_free = 0; in ste_new()
819 if (entry->ste_free || entry->ste_child_free) in analyze_block()
820 ste->ste_child_free = 1; in analyze_block()