Home
last modified time | relevance | path

Searched defs:Mutate (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dqualified-auto.cpp146 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()
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp531 size_t MutationDispatcher::Mutate(uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate() function in fuzzer::MutationDispatcher
/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp656 void IRPromoter::Mutate() { in Mutate() function in IRPromoter