Home | History | Annotate | Download | only in utils

Lines Matching refs:decls

4 #  1) Update the 'decls' list below with your fuzzing configuration.
25 if i not in model.decls:
28 if i in model.decls:
34 model.decls[i] = True
37 decls = [
70 self.decls = {}
141 model.modules[n] = (model.source, model.decls)
142 (model.source, model.decls) = ('', {})
148 d = random.choice([decl for decl in decls if decl.valid(model)])
159 model.decls.update(model.modules[module_name][1])