Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py7 _KIND = _info.KIND variable
29 return _KIND.is_type_decl(item.kind)
33 return _KIND.is_decl(item.kind)
62 if decl.kind is _KIND.TYPEDEF:
66 elif decl.kind is _KIND.FUNCTION:
69 elif decl.kind is _KIND.VARIABLE:
77 return decl.kind in (_KIND.VARIABLE, _KIND.FUNCTION)
85 if decl.kind is _KIND.FUNCTION:
104 if decl.kind is _KIND.FUNCTION:
111 if not decl.kind is _KIND.VARIABLE:
[all …]
/third_party/python/Tools/c-analyzer/c_analyzer/
Dmatch.py9 _KIND = _info.KIND variable
63 if kind is not _KIND.VARIABLE:
110 if decl.kind is _KIND.TYPEDEF:
121 if decl.kind is _KIND.TYPEDEF:
132 if decl.kind is _KIND.TYPEDEF:
141 if not _KIND.is_decl(decl.kind):
188 if decl.kind == _KIND.VARIABLE:
/third_party/python/Lib/test/test_importlib/
Dtest_abc.py134 return {cls._KIND: cls() if inst else cls
143 cls = self.SPLIT[self._KIND]
Dutil.py78 specialized._KIND = kind