/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
peephole.c | 39 PyObject *newconst, *constant;
local 50 newconst = PyTuple_New(n);
51 if (newconst == NULL)
59 PyTuple_SET_ITEM(newconst, i, constant);
63 if (PyList_Append(consts, newconst)) {
64 Py_DECREF(newconst);
67 Py_DECREF(newconst);
70 add a new LOAD_CONST newconst on top of the BUILD_TUPLE n */
90 PyObject *newconst, *v, *w;
local 105 newconst = PyNumber_Power(v, w, Py_None); 203 PyObject *newconst=NULL, *v; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
peephole.c | 39 PyObject *newconst, *constant;
local 50 newconst = PyTuple_New(n);
51 if (newconst == NULL)
59 PyTuple_SET_ITEM(newconst, i, constant);
63 if (PyList_Append(consts, newconst)) {
64 Py_DECREF(newconst);
67 Py_DECREF(newconst);
70 add a new LOAD_CONST newconst on top of the BUILD_TUPLE n */
90 PyObject *newconst, *v, *w;
local 105 newconst = PyNumber_Power(v, w, Py_None); 192 PyObject *newconst=NULL, *v; local [all...] |
/external/python/cpython2/Python/ |
peephole.c | 39 PyObject *newconst, *constant; local 50 newconst = PyTuple_New(n); 51 if (newconst == NULL) 59 PyTuple_SET_ITEM(newconst, i, constant); 63 if (PyList_Append(consts, newconst)) { 64 Py_DECREF(newconst); 67 Py_DECREF(newconst); 70 add a new LOAD_CONST newconst on top of the BUILD_TUPLE n */ 90 PyObject *newconst, *v, *w; local 105 newconst = PyNumber_Power(v, w, Py_None) 192 PyObject *newconst=NULL, *v; local [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
universe.go | 88 def(NewConst(token.NoPos, nil, c.name, Typ[c.kind], c.val))
|
object.go | 150 func NewConst(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const {
|
decl.go | 461 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
|
resolver.go | 297 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
|
/prebuilts/go/linux-x86/src/go/types/ |
universe.go | 88 def(NewConst(token.NoPos, nil, c.name, Typ[c.kind], c.val))
|
object.go | 150 func NewConst(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const {
|
decl.go | 461 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
|
resolver.go | 297 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
|
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
parser.go | 370 return types.NewConst(token.NoPos, pkg, name, typ, val)
|
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
parser.go | 370 return types.NewConst(token.NoPos, pkg, name, typ, val)
|
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
bimport.go | 261 p.declare(types.NewConst(pos, pkg, name, typ, val))
|
/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
bimport.go | 261 p.declare(types.NewConst(pos, pkg, name, typ, val))
|
/external/jarjar/lib/ |
asm-4.0.jar | |
/prebuilts/devtools/tools/lib/ |
asm-4.0.jar | |
asm-5.0.3.jar | |
asm-5.0.4.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-4.0.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/ |
asm-4.0.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.1/ |
asm-4.1.jar | |
/external/guice/lib/build/ |
asm-5.0.3.jar | |
/external/r8/deps/ |
asm-5.1.jar | |
/prebuilts/go/darwin-x86/api/ |
go1.5.txt | 440 pkg go/types, func NewConst(token.Pos, *Package, string, Type, constant.Value) *Const [all...] |