Home
last modified time | relevance | path

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

/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 …]
/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1693 bool FirstFeature = true; in LLVMInitializeLoongArchAsmParser()
1697 Msg += FirstFeature ? " " : ", ";
1699 FirstFeature = false;
1478 bool FirstFeature = true; MatchAndEmitInstruction() local
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp1183 auto CB = [&](size_t FirstFeature, size_t Idx, uint8_t V) { in TEST() argument
1184 Res.push_back({FirstFeature + Idx, V}); in TEST()
/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1465 bool FirstFeature = true; in MatchAndEmitInstruction()
1469 Msg += FirstFeature ? " " : ", "; in MatchAndEmitInstruction()
1471 FirstFeature = false; in MatchAndEmitInstruction()
1386 bool FirstFeature = true; MatchAndEmitInstruction() local