Home
last modified time | relevance | path

Searched refs:typespecs (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Tools/c-analyzer/c_analyzer/
Danalyze.py22 typespecs = {}
24 if decl.shortkey not in typespecs:
25 typespecs[decl.shortkey] = [decl]
27 typespecs[decl.shortkey].append(decl)
28 return typespecs
31 def analyze_decl(decl, typespecs, knowntypespecs, types, knowntypes, *, argument
33 resolved = resolve_decl(decl, typespecs, knowntypespecs, types)
100 def resolve_decl(decl, typespecs, knowntypespecs, types): argument
126 typedecl = find_typedecl(decl, typespec, typespecs)
149 def find_typedecl(decl, typespec, typespecs): argument
[all …]
Ddatafiles.py50 typespecs = _analyze.get_typespecs(types)
54 typespecs,
61 return types, typespecs
D__init__.py63 typespecs = _analyze.get_typespecs(types)
68 typespecs,