Searched defs:Mutate (Results 1 – 3 of 3) sorted by relevance
146 void loopRef(std::vector<int> &Mutate, const std::vector<int> &Constant) { in loopRef()157 void loopPtr(const std::vector<int *> &Mutate, const std::vector<const int *> &Constant) { in loopPtr()
531 size_t MutationDispatcher::Mutate(uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate() function in fuzzer::MutationDispatcher
656 void IRPromoter::Mutate() { in Mutate() function in IRPromoter