Home
last modified time | relevance | path

Searched refs:is_cmethod (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DFusedNode.py150 entry.is_cmethod)
DSymtab.py138 is_cmethod = 0 variable in Entry
1990 entry.is_cmethod = 1
DExprNodes.py4383 if function.is_attribute and function.entry and function.entry.is_cmethod:
4493 if entry and entry.is_cmethod and func_type.args:
4978 if entry.is_cmethod:
5283 if entry and entry.is_cmethod:
5346 if self.entry and self.entry.is_cmethod and not self.is_called:
5412 if (entry.is_variable and not entry.fused_cfunction) or entry.is_cmethod:
5509 if self.entry and self.entry.is_cmethod:
5585 elif self.entry and self.entry.is_cmethod and self.entry.utility_code:
DPyrexTypes.py2659 if entry.is_cmethod: