Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h193 Handle8bitCounter(FirstFeature, P - Begin, V); in ForEachNonZeroByte()
201 Handle8bitCounter(FirstFeature, P - Begin + I, V); in ForEachNonZeroByte()
207 Handle8bitCounter(FirstFeature, P - Begin, V); in ForEachNonZeroByte()
240 auto Handle8bitCounter = [&](size_t FirstFeature, in CollectFeatures()
246 HandleFeature(static_cast<uint32_t>(FirstFeature + Idx)); in CollectFeatures()
249 size_t FirstFeature = 0; in CollectFeatures() local
260 FirstFeature += in CollectFeatures()
262 FirstFeature, Handle8bitCounter); in CollectFeatures()
266 HandleFeature(static_cast<uint32_t>(FirstFeature + Idx)); in CollectFeatures()
268 FirstFeature += ValueProfileMap.SizeInBits(); in CollectFeatures()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp986 bool FirstFeature = true; in MatchAndEmitInstruction() local
990 Msg += FirstFeature ? " " : ", "; in MatchAndEmitInstruction()
992 FirstFeature = false; in MatchAndEmitInstruction()