Home
last modified time | relevance | path

Searched refs:is_path (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/
H A Drsp_bisect.py80 def is_path(s): function
98 if is_path(r):
156 num_files_in_rsp = sum(1 for a in rsp_entries if is_path(a))
179 list(filter(is_path, rsp_entries))[result - 1], result))