Searched refs:typespecs (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | analyze.py | 22 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 …]
|
D | datafiles.py | 50 typespecs = _analyze.get_typespecs(types) 54 typespecs, 61 return types, typespecs
|
D | __init__.py | 63 typespecs = _analyze.get_typespecs(types) 68 typespecs,
|