Home
last modified time | relevance | path

Searched refs:IfExp_kind (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast.h340 Lambda_kind=5, IfExp_kind=6, Dict_kind=7, Set_kind=8, enumerator
/third_party/python/Python/
H A Dast_unparse.c855 case IfExp_kind: in append_ast_expr()
H A Dast_opt.c729 case IfExp_kind: in astfold_expr()
H A Dast.c281 case IfExp_kind: in validate_expr()
H A Dcompile.c2922 case IfExp_kind: { in compiler_jump_if()
2994 assert(e->kind == IfExp_kind); in compiler_ifexp()
5844 case IfExp_kind: in compiler_visit_expr1()
H A Dsymtable.c1616 case IfExp_kind: in symtable_visit_expr()
H A DPython-ast.c2744 p->kind = IfExp_kind; in _PyAST_IfExp()
4344 case IfExp_kind: in ast2obj_expr()
/third_party/python/Parser/
H A Daction_helpers.c1136 case IfExp_kind: in _PyPegen_get_expr_name()

Completed in 38 milliseconds