Searched refs:TmpFeatures (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp80 Vector<uint32_t> TmpFeatures; local
103 TmpFeatures.clear(); // use a vector from outer scope to avoid resizes.
105 TmpFeatures.push_back(N);
106 std::sort(TmpFeatures.begin(), TmpFeatures.end());
107 Files[CurrentFileIdx].Features = TmpFeatures;

Completed in 51 milliseconds