Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c840 case IfExp_kind: in append_ast_expr()
Dast_opt.c494 case IfExp_kind: in astfold_expr()
Dcompile.c2456 case IfExp_kind: { in compiler_jump_if()
2530 assert(e->kind == IfExp_kind); in compiler_ifexp()
4842 case IfExp_kind: in compiler_visit_expr1()
Dsymtable.c1572 case IfExp_kind: in symtable_visit_expr()
Dast.c242 case IfExp_kind: in validate_expr()
1104 case IfExp_kind: in get_expr_name()
DPython-ast.c2000 p->kind = IfExp_kind; in IfExp()
3314 case IfExp_kind: in ast2obj_expr()
/external/python/cpython2/Include/
DPython-ast.h188 IfExp_kind=5, Dict_kind=6, Set_kind=7, ListComp_kind=8, enumerator
/external/python/cpython3/Include/
DPython-ast.h233 Lambda_kind=5, IfExp_kind=6, Dict_kind=7, Set_kind=8, enumerator
/external/python/cpython2/Python/
Dsymtable.c1217 case IfExp_kind: in symtable_visit_expr()
Dcompile.c1475 assert(e->kind == IfExp_kind); in compiler_ifexp()
2983 case IfExp_kind: in compiler_visit_expr()
Dast.c454 case IfExp_kind: in set_context()
DPython-ast.c1606 p->kind = IfExp_kind; in IfExp()
2637 case IfExp_kind: in ast2obj_expr()