/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_metaclass.py | 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta') 30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta') 37 if expr_node.type == syms.expr_stmt and expr_node.children: 83 new_expr = Node(syms.expr_stmt, []) 108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ] 112 if expr_node.type == syms.expr_stmt and expr_node.children: 204 expr_stmt = last_metaclass.children[0] 205 assert expr_stmt.type == syms.expr_stmt 206 expr_stmt.children[1].prefix = u' [all...] |
fix_exitfunc.py | 24 expr_stmt<
|
fix_idioms.py | 50 expr_stmt< id1=any '=' 67 simple_stmt< expr_stmt< id1=any '=' expr=any > '\n' >
|
fix_next.py | 94 if node.type == syms.expr_stmt:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_metaclass.py | 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta') 30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta') 37 if expr_node.type == syms.expr_stmt and expr_node.children: 83 new_expr = Node(syms.expr_stmt, []) 108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ] 112 if expr_node.type == syms.expr_stmt and expr_node.children: 204 expr_stmt = last_metaclass.children[0] 205 assert expr_stmt.type == syms.expr_stmt 206 expr_stmt.children[1].prefix = u' [all...] |
fix_exitfunc.py | 24 expr_stmt<
|
fix_idioms.py | 50 expr_stmt< id1=any '=' 67 simple_stmt< expr_stmt< id1=any '=' expr=any > '\n' >
|
fix_next.py | 94 if node.type == syms.expr_stmt:
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
graminit.h | 17 #define expr_stmt 270 macro
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
graminit.h | 17 #define expr_stmt 270 macro
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
symbol.py | 27 expr_stmt = 270 variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
symbol.py | 27 expr_stmt = 270 variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 54 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt | 56 expr_stmt: testlist_star_expr (augassign (yield_expr|testlist) |
|
fixer_util.py | 238 if parent.type == syms.expr_stmt and parent.children[0] is node: 371 elif child.type == syms.expr_stmt:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 54 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt | 56 expr_stmt: testlist_star_expr (augassign (yield_expr|testlist) |
|
fixer_util.py | 238 if parent.type == syms.expr_stmt and parent.children[0] is node: 371 elif child.type == syms.expr_stmt:
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 132 small_stmt: expr_stmt 143 expr_stmt
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-check.h | 260 #define EXPR_STMT_CHECK(t) TREE_CHECK (t, EXPR_STMT)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-check.h | 260 #define EXPR_STMT_CHECK(t) TREE_CHECK (t, EXPR_STMT)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-check.h | 260 #define EXPR_STMT_CHECK(t) TREE_CHECK (t, EXPR_STMT)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-check.h | 260 #define EXPR_STMT_CHECK(t) TREE_CHECK (t, EXPR_STMT)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.def | 321 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.def | 321 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.def | 321 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.def | 321 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
|