Searched refs:arith_expr (Results 1 - 10 of 10) sorted by relevance

/external/python/cpython2/Include/
H A Dgraminit.h61 #define arith_expr 314 macro
/external/python/cpython2/Lib/
H A Dsymbol.py71 arith_expr = 314 variable
/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_has_key.py106 syms.arith_expr, syms.term,
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g296 shift_expr: arith_expr ((LEFTSHIFT|RIGHTSHIFT) arith_expr)*
299 arith_expr: term ((PLUS|MINUS) term)*
/external/trappy/tests/trappy/stats/
H A Dgrammar.py170 arith_expr = Forward()
176 delimitedList(arith_expr))) +
181 arith_expr << operatorPrecedence(func_call | var_id,
203 return arith_expr
/external/trappy/trappy/stats/
H A Dgrammar.py170 arith_expr = Forward()
176 delimitedList(arith_expr))) +
181 arith_expr << operatorPrecedence(func_call | var_id,
203 return arith_expr
/external/python/cpython2/Demo/parser/
H A Dexample.py182 (symbol.arith_expr,
/external/python/cpython2/Lib/compiler/
H A Dtransformer.py682 def arith_expr(self, nodelist): member in class:Transformer
1438 symbol.arith_expr,
1493 symbol.arith_expr,
1515 symbol.arith_expr,
/external/python/cpython2/Modules/
H A Dparsermodule.c962 VALIDATER(shift_expr); VALIDATER(arith_expr); variable
2404 return (validate_ntype(tree, arith_expr)
3269 case arith_expr:
/external/python/cpython2/Python/
H A Dast.c1833 shift_expr: arith_expr (('<<'|'>>') arith_expr)*
1834 arith_expr: term (('+'|'-') term)*
1945 case arith_expr:

Completed in 337 milliseconds