Searched refs:GtE (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_ast.h | 31 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
|
/third_party/python/Python/ |
H A D | ast_unparse.c | 491 case GtE: in append_ast_compare()
|
H A D | ast_opt.c | 90 case GtE: in fold_unaryop()
|
H A D | compile.c | 2868 case GtE: in compiler_addcompare() 6654 ADDOP_COMPARE(c, GtE); in compiler_pattern_mapping() 6949 ADDOP_COMPARE(c, GtE); in compiler_pattern_sequence()
|
H A D | Python-ast.c | 1634 "cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn"); in init_types() 1667 state->GtE_type = make_type(state, "GtE", state->cmpop_type, NULL, 0, in init_types() 1668 "GtE"); in init_types() 4839 case GtE: in ast2obj_cmpop() 10173 *out = GtE; in obj2ast_cmpop() 12207 if (PyModule_AddObjectRef(m, "GtE", state->GtE_type) < 0) { in astmodule_exec()
|
/third_party/python/Lib/test/ |
H A D | test_ast.py | 752 self.assertEqual(ast.GtE.__doc__, "GtE") 754 self.assertEqual(ast.cmpop.__doc__, "cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn")
|
/third_party/python/Parser/ |
H A D | parser.c | 12115 _res = _PyPegen_cmpop_expr_pair ( p , GtE , a ); in gte_bitwise_or_rule() [all...] |
Completed in 72 milliseconds