Home
last modified time | relevance | path

Searched refs:FIXED_TYPE (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/c-analyzer/cpython/
D_analyzer.py13 FIXED_TYPE,
186 if any(None if v is FIXED_TYPE else v for v in unsupported):
188 elif FIXED_TYPE in unsupported:
189 return FIXED_TYPE
218 return 'mutable' if checked is FIXED_TYPE else checked
231 return FIXED_TYPE
248 if unsupported is FIXED_TYPE:
285 elif unsupported is not FIXED_TYPE:
292 elif self.unsupported is FIXED_TYPE:
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py14 FIXED_TYPE = _misc.Labeled('FIXED_TYPE') variable