OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaults_tuple
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Utility/
CythonFunction.c
40
PyObject *
defaults_tuple
; /* Const defaults tuple */
member in struct:__anon16375
248
op->
defaults_tuple
= PyTuple_GET_ITEM(res, 0);
249
Py_INCREF(op->
defaults_tuple
);
268
tmp = op->
defaults_tuple
;
269
op->
defaults_tuple
= value;
276
PyObject* result = op->
defaults_tuple
;
280
result = op->
defaults_tuple
;
452
op->
defaults_tuple
= NULL;
472
Py_CLEAR(m->
defaults_tuple
);
510
Py_VISIT(m->
defaults_tuple
);
[
all
...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
FusedNode.py
29
defaults_tuple
TupleNode of defaults (letting PyCFunctionNode build
42
defaults_tuple
= None
variable in class:FusedCFuncDefNode
702
self.
defaults_tuple
= TupleNode(self.pos, args=args)
703
self.
defaults_tuple
= self.
defaults_tuple
.analyse_types(env, skip_children=True)
704
self.
defaults_tuple
= ProxyNode(self.
defaults_tuple
)
708
fused_func.
defaults_tuple
= CloneNode(self.
defaults_tuple
)
714
pycfunc.
defaults_tuple
= CloneNode(self.defaults_tuple
[
all
...]
ExprNodes.py
7347
defaults_tuple
= None
variable in class:PyCFunctionNode
[
all
...]
Completed in 3436 milliseconds