Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp78 Vector<uint32_t> TmpFeatures; in Parse() local
100 TmpFeatures.clear(); // use a vector from outer scope to avoid resizes. in Parse()
102 TmpFeatures.push_back(N); in Parse()
103 std::sort(TmpFeatures.begin(), TmpFeatures.end()); in Parse()
104 Files[CurrentFileIdx].Features = TmpFeatures; in Parse()