Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp373 auto IsUnsupportedTy = [](Type *T) { in mutate() local
376 if (!F || IsUnsupportedTy(F->getReturnType()) || in mutate()
377 any_of(F->getFunctionType()->params(), IsUnsupportedTy)) { in mutate()