Lines Matching defs:compile
3 # Script to compile and runs benches.
225 def compile(bench_paths, **args):
271 # we can only compile one bench suite at a time
587 pattern = re.compile(
617 pattern = re.compile(
661 pattern = re.compile(
692 pattern = re.compile('^(?P<define>\w+)=(?P<value>.+)')
769 pattern = re.compile('^(?:'
1190 if args.get('compile'):
1191 return compile(**args)
1405 help="Description of *.toml files to compile. May be a directory "
1408 '-c', '--compile',
1413 help="Source file to compile, possibly injecting internal benches.")