Searched refs:compiler_list (Results 1 – 1 of 1) sorted by relevance
87 compiler_list = []89 if util.has_compiler(compiler) and (len(compiler_list) == 0 or not args.fast):90 compiler_list.append(compiler)94 if len(compiler_list) == 0:96 return compiler_list271 compiler_list = initalize_compiler_list() variable273 for compiler in compiler_list: