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.cpp1508 bool FirstFeature = true; in MatchAndEmitInstruction() local
1512 Msg += FirstFeature ? " " : ", "; in MatchAndEmitInstruction()
1514 FirstFeature = false; in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1408 bool FirstFeature = true; in MatchAndEmitInstruction() local
1412 Msg += FirstFeature ? " " : ", "; in MatchAndEmitInstruction()
1414 FirstFeature = false; in MatchAndEmitInstruction()