HomeSort by: relevance | last modified time | path
    Searched refs:MakeDictionaryEntryFromCMP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMutate.h 115 DictionaryEntry MakeDictionaryEntryFromCMP(T Arg1, T Arg2,
117 DictionaryEntry MakeDictionaryEntryFromCMP(const Word &Arg1, const Word &Arg2,
119 DictionaryEntry MakeDictionaryEntryFromCMP(const void *Arg1, const void *Arg2,
FuzzerMutate.cpp 193 DictionaryEntry MutationDispatcher::MakeDictionaryEntryFromCMP(
226 DictionaryEntry MutationDispatcher::MakeDictionaryEntryFromCMP(
232 return MakeDictionaryEntryFromCMP(&Arg1, &Arg2, &Arg1Mutation, &Arg2Mutation,
236 DictionaryEntry MutationDispatcher::MakeDictionaryEntryFromCMP(
238 return MakeDictionaryEntryFromCMP(Arg1.data(), Arg2.data(), Arg1.data(),
249 DE = MakeDictionaryEntryFromCMP(X.A, X.B, Data, Size);
254 DE = MakeDictionaryEntryFromCMP((uint16_t)X.A, (uint16_t)X.B, Data, Size);
256 DE = MakeDictionaryEntryFromCMP(X.A, X.B, Data, Size);
260 DE = MakeDictionaryEntryFromCMP(X.A, X.B, Data, Size);

Completed in 12 milliseconds