Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp399 static bool isUnsupportedFunction(Function *F) { in isUnsupportedFunction() function
466 if (!F || isUnsupportedFunction(F)) { in mutate()