HomeSort by relevance Sort by last modified time
    Searched refs:is_typedef (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 19 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/
FusedNode.py 267 if dtype.is_typedef:
272 if dtype.is_typedef:
461 if dtype.is_typedef:
PyrexTypes.py 158 # is_typedef boolean Is a typedef type
216 is_typedef = 0 variable in class:PyrexType
322 is_typedef = 1 variable in class:CTypedefType
    [all...]
Buffer.py 624 if dtype.is_typedef or dtype.is_struct_or_union:
MemoryView.py 202 (dtype.is_typedef and valid_memslice_dtype(dtype.typedef_base_type))
    [all...]
ModuleNode.py 707 if type.is_typedef: # Must test this first!
718 if type.is_typedef: # Must test this first!
    [all...]

Completed in 474 milliseconds