Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dast_opt.c10 make_const(expr_ty node, PyObject *val, PyArena *arena) in make_const() function
12 // Even if no new value was calculated, make_const may still in make_const()
113 return make_const(node, newval, arena); in fold_unaryop()
514 return make_const(node, newval, arena); in fold_binop()
550 return make_const(node, newval, arena); in fold_tuple()
569 return make_const(node, newval, arena); in fold_subscr()
604 return make_const(arg, newval, arena); in fold_iter()
811 return make_const(node_, PyBool_FromLong(!state->optimize), ctx_); in astfold_expr()

Completed in 2 milliseconds