Home | History | Annotate | Download | only in header-tools

Lines Matching refs:dups

54 dups = { }
85 if dups:
87 for i in dups:
90 for i2 in dups[i]:
99 if dups:
101 if dups[i] and "rtl.h" in dups[i]:
102 dups[i].remove("rtl.h")
103 if not dups[i]:
104 dups.pop (i, None)
108 dups["diagnostic-core.h"].append (includes["diagnostic-core.h"][0])
127 if dups.get("diagnostic-core.h"):
128 for f in dups["diagnostic-core.h"]:
138 if dups.get("diagnostic.h"):
139 for f in dups["diagnostic.h"]:
208 if dups.get(name) == None:
209 dups[name] = [ owner ]
211 dups[name].append (owner)
298 dups = { }