Home
last modified time | relevance | path

Searched defs:newconst (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dpeephole.c39 PyObject *newconst, *constant; in tuple_of_constants() local
90 PyObject *newconst, *v, *w; in fold_binops_on_constants() local
192 PyObject *newconst=NULL, *v; in fold_unaryops_on_constants() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dposet.go284 func (po *poset) newconst(n *Value) { func
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c8551 PyObject *newconst = PyTuple_New(n); in fold_tuple_on_constants() local