Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/
Dcreduce-clang-crash.py155 def skip_function(func_name): function
159 result = [x for x in matches if x and not skip_function(x)][:5]
/external/libxml2/python/
Dgenerator.py292 def skip_function(name): function
361 if skip_function(name) == 1: