Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c822 case IfExp_kind: in append_ast_expr()
Dast_opt.c536 case IfExp_kind: in astfold_expr()
Dcompile.c2152 case IfExp_kind: { in compiler_jump_if()
2223 assert(e->kind == IfExp_kind); in compiler_ifexp()
4415 case IfExp_kind: in compiler_visit_expr()
Dsymtable.c1409 case IfExp_kind: in symtable_visit_expr()
Dast.c239 case IfExp_kind: in validate_expr()
1059 case IfExp_kind: in set_context()
DPython-ast.c1867 p->kind = IfExp_kind; in IfExp()
3117 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.h208 IfExp_kind=5, Dict_kind=6, Set_kind=7, ListComp_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()