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/
H A D_analyzer.py13 FIXED_TYPE,
188 if any(None if v is FIXED_TYPE else v for v in unsupported):
190 elif FIXED_TYPE in unsupported:
191 return FIXED_TYPE
220 return 'mutable' if checked is FIXED_TYPE else checked
233 return FIXED_TYPE
250 if unsupported is FIXED_TYPE:
287 elif unsupported is not FIXED_TYPE:
294 elif self.unsupported is FIXED_TYPE:
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py14 FIXED_TYPE = _misc.Labeled('FIXED_TYPE') variable

Completed in 4 milliseconds