Searched refs:is_typedef (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py19 def is_typedef(self): member in class:Node
22 if x.is_typedef():
514 def is_typedef(self): member in class:DeclarationSpecifiers
632 if self.is_typedef():
666 def is_typedef(self): member in class:Declaration
669 return spec.is_typedef()
722 if declspec.is_typedef():
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFusedNode.py267 if dtype.is_typedef:
272 if dtype.is_typedef:
461 if dtype.is_typedef:
H A DPyrexTypes.py158 # is_typedef boolean Is a typedef type
216 is_typedef = 0 variable in class:PyrexType
322 is_typedef = 1 variable in class:CTypedefType
1669 while real_type.is_typedef and not real_type.typedef_is_external:
1671 if real_type.is_typedef and real_type.typedef_is_external:
1726 if (not src_type.is_complex and src_type.is_numeric and src_type.is_typedef
H A DBuffer.py624 if dtype.is_typedef or dtype.is_struct_or_union:
H A DMemoryView.py202 (dtype.is_typedef and valid_memslice_dtype(dtype.typedef_base_type))
H A DModuleNode.py707 if type.is_typedef: # Must test this first!
718 if type.is_typedef: # Must test this first!

Completed in 184 milliseconds