Searched refs:knowntypes (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Tools/c-analyzer/cpython/ |
D | _analyzer.py | 132 def analyze_resolved(resolved, decl, types, knowntypes, extra=None): argument 150 unsupported = _check_unsupported(decl, typedeps, types, knowntypes) 156 def _check_unsupported(decl, typedeps, types, knowntypes): argument 161 return _check_members(decl, typedeps, types, knowntypes) 167 return _check_typedep(decl, typedeps, types, knowntypes) 170 def _check_members(decl, typedeps, types, knowntypes): argument 184 checked = _check_typedep(member, typedecl, types, knowntypes) 194 def _check_typedep(decl, typedecl, types, knowntypes): argument 209 return _check_vartype(decl, typedecl, types, knowntypes) 213 return _check_vartype(decl, typedecl, types, knowntypes) [all …]
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | __init__.py | 52 knowntypes, knowntypespecs = _datafiles.get_known( 71 knowntypes,
|
D | datafiles.py | 47 knowntypes = knowntypespecs = {} 57 knowntypes,
|
D | analyze.py | 31 def analyze_decl(decl, typespecs, knowntypespecs, types, knowntypes, *, argument 39 return analyze_resolved(resolved, decl, types, knowntypes)
|