Searched refs:variable_used (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Tools/cases_generator/ |
D | analyzer.py | 325 def variable_used(node: parser.InstDef, name: str) -> bool: function 343 variable_used(op, "ERROR_IF") 344 or variable_used(op, "pop_1_error") 345 or variable_used(op, "exception_unwind") 346 or variable_used(op, "resume_with_error") 351 variable_used(op, "ERROR_NO_POP") 352 or variable_used(op, "pop_1_error") 353 or variable_used(op, "exception_unwind") 354 or variable_used(op, "resume_with_error") 531 variable_used(op, "PyCell_New") [all …]
|