HomeSort by relevance Sort by last modified time
    Searched full:is_cfunction (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Symtab.py 63 # is_cfunction boolean Is a C function
137 is_cfunction = 0 variable in class:Entry
629 if entry and not entry.type.is_cfunction:
735 entry.is_cfunction = 1
    [all...]
PyrexTypes.py 154 # is_cfunction boolean Is a C function type
210 is_cfunction = 0 variable in class:PyrexType
2330 is_cfunction = 1 variable in class:CFuncType
    [all...]
ExprNodes.py 470 return self.is_literal or self.is_temp or self.type.is_array or self.type.is_cfunction
702 if (src_type.is_cfunction and not dst_type.is_fused and
703 dst_type.is_ptr and dst_type.base_type.is_cfunction):
    [all...]
ParseTreeTransforms.py     [all...]
Nodes.py 530 if base_type.is_cpp_class or base_type.is_cfunction:
563 if base_type.is_cfunction:
667 and not (exc_val_type.is_cfunction
685 if return_type.is_cfunction:
    [all...]
ModuleNode.py     [all...]
Optimize.py     [all...]

Completed in 1234 milliseconds