Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h185 size_t FirstFeature, Callback Handle8bitCounter) { in ForEachNonZeroByte() argument
193 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()
243 HandleFeature(static_cast<uint32_t>(FirstFeature + Idx * 8 + in CollectFeatures()
246 HandleFeature(static_cast<uint32_t>(FirstFeature + Idx)); in CollectFeatures()
249 size_t FirstFeature = 0; in CollectFeatures() local
254 FirstFeature += 8 * ForEachNonZeroByte(Modules[i].Regions[r].Start, in CollectFeatures()
256 FirstFeature, Handle8bitCounter); in CollectFeatures()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1667 bool FirstFeature = true; in matchAndEmitInstruction() local
1671 Msg += FirstFeature ? " " : ", "; in matchAndEmitInstruction()
1673 FirstFeature = false; in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1397 bool FirstFeature = true; in matchAndEmitInstruction() local
1401 Msg += FirstFeature ? " " : ", "; in matchAndEmitInstruction()
1403 FirstFeature = false; in matchAndEmitInstruction()