Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/
H A Dcreduce-clang-crash.py158 def skip_function(func_name): function
162 result = [x for x in matches if x and not skip_function(x)][:5]