Home
last modified time | relevance | path

Searched defs:while_stmt (Results 1 – 8 of 8) sorted by relevance

/external/python/pycparser/examples/
Dexplore_ast.py133 while_stmt = for_stmt.stmt.block_items[1] variable
/external/python/cpython2/Include/
Dgraminit.h41 #define while_stmt 294 macro
/external/python/cpython2/Lib/
Dsymbol.py51 while_stmt = 294 variable
/external/python/cpython3/Lib/
Dsymbol.py66 while_stmt = 298 variable
/external/python/cpython3/Include/
Dgraminit.h45 #define while_stmt 298 macro
/external/tensorflow/tensorflow/python/autograph/operators/
Dcontrol_flow.py811 def while_stmt(test, body, get_state, set_state, symbol_names, opts): function
Dcontrol_flow_deprecated_py2.py817 def while_stmt(test, function
/external/python/cpython2/Lib/compiler/
Dtransformer.py521 def while_stmt(self, nodelist): member in Transformer