Home
last modified time | relevance | path

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

/third_party/python/Python/
Dast_unparse.c866 case IfExp_kind: in append_ast_expr()
Dast.c254 case IfExp_kind: in validate_expr()
Dast_opt.c514 case IfExp_kind: in astfold_expr()
Dsymtable.c1623 case IfExp_kind: in symtable_visit_expr()
Dcompile.c2673 case IfExp_kind: { in compiler_jump_if()
2747 assert(e->kind == IfExp_kind); in compiler_ifexp()
5198 case IfExp_kind: in compiler_visit_expr1()
DPython-ast.c2707 p->kind = IfExp_kind; in _PyAST_IfExp()
4262 case IfExp_kind: in ast2obj_expr()
/third_party/python/Include/internal/
Dpycore_ast.h333 Lambda_kind=5, IfExp_kind=6, Dict_kind=7, Set_kind=8, enumerator
/third_party/python/Parser/
Dpegen.c241 case IfExp_kind: in _PyPegen_get_expr_name()