Searched defs:mutate (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | IRMutator.cpp | 35 void IRMutationStrategy::mutate(Module &M, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 46 void IRMutationStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 50 void IRMutationStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 79 void InjectorIRStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() function in InjectorIRStrategy 106 void InjectorIRStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate() function in InjectorIRStrategy 153 void InstDeleterIRStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() function in InstDeleterIRStrategy 172 void InstDeleterIRStrategy::mutate(Instruction &Inst, RandomIRBuilder &IB) { in mutate() function in InstDeleterIRStrategy
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | IRMutator.h | 51 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { in mutate() function
|
/third_party/skia/experimental/sorttoy/ |
D | Cmds.h | 154 void mutate(SkIPoint trans) { in mutate() function
|
/third_party/python/Lib/test/ |
D | test_dict.py | 1236 def check_reentrant_insertion(self, mutate): argument 1250 def mutate(d): function 1254 def mutate(d): function 1259 def mutate(d): function
|
D | test_io.py | 2333 def mutate(bufio, pos1, pos2): function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 609 void mutate(unsigned Tag, unsigned Line, uint64_t SizeInBits, in mutate() function 906 void mutate(unsigned Tag, unsigned Line, unsigned RuntimeLang, in mutate() function
|