| /openbsd-src/gnu/llvm/llvm/include/llvm/FuzzMutate/ |
| H A D | IRMutator.h | 51 virtual void mutate(Module &M, RandomIRBuilder &IB); 52 virtual void mutate(Function &F, RandomIRBuilder &IB); 53 virtual void mutate(BasicBlock &BB, RandomIRBuilder &IB); 54 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { in mutate() function 93 using IRMutationStrategy::mutate; 94 void mutate(Function &F, RandomIRBuilder &IB) override; 95 void mutate(BasicBlock &BB, RandomIRBuilder &IB) override; 104 using IRMutationStrategy::mutate; 105 void mutate(Function &F, RandomIRBuilder &IB) override; 106 void mutate(Instruction &Inst, RandomIRBuilder &IB) override; [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 44 void IRMutationStrategy::mutate(Module &M, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 53 mutate(*RS.getSelection(), IB); in mutate() 56 void IRMutationStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 57 mutate(*makeSampler(IB.Rand, make_pointer_range(F)).getSelection(), IB); in mutate() 60 void IRMutationStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 61 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB); in mutate() 77 Strategy->mutate(M, IB); in mutateModule() 89 void InjectorIRStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() function in InjectorIRStrategy 90 IRMutationStrategy::mutate(F, IB); in mutate() 116 void InjectorIRStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate() function in InjectorIRStrategy [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ExternalClangExamples.rst | 51 `<https://github.com/eschulte/clang-mutate>`_
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/ |
| H A D | README.txt | 13 language and then uses libprotobuf-mutator to mutate instantiations of that
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl07.rst | 265 #. The ability to mutate variables with the '=' operator. 299 In order to mutate variables, we have to change our existing variables 614 Now that we have an assignment operator, we can mutate loop variables 634 actually mutate the value! Okay, we have now officially implemented our
|
| H A D | LangImpl06.rst | 733 side-effects, but it can't actually define and mutate a variable itself.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | InstrRefDebugInfo.md | 139 Optimisations come in two flavours: those that mutate a `MachineInstr` to make
|
| H A D | Passes.rst | 46 the analysis passes. Transform passes all mutate the program in some way.
|
| H A D | ProgrammersManual.rst | 1869 #. StringRef's do not allow you to mutate the pointed-to string bytes and it
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/ |
| H A D | BuildingAJIT2.rst | 39 a Module to mutate it into a (hopefully) more optimized but semantically
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 723 void mutate(unsigned Tag, unsigned Line, uint64_t SizeInBits, in mutate() function 1099 void mutate(unsigned Tag, unsigned Line, unsigned RuntimeLang, in mutate() function 1105 DIType::mutate(Tag, Line, SizeInBits, AlignInBits, OffsetInBits, Flags); in mutate()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/faq/ |
| H A D | index.txt | 789 shared_object_a.mutate (); // must hold lock for shared_object_ 802 object_a.mutate ();
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/faq/ |
| H A D | index.txt | 891 shared_object_a.mutate (); // must hold lock for shared_object_ 904 object_a.mutate ();
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 741 CT->mutate(Tag, Line, RuntimeLang, SizeInBits, AlignInBits, OffsetInBits, in buildODRType()
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
| H A D | perlxs.pod | 746 mutate(o) 761 a subroutine. Thus the above code for mutate() can be rewritten as 764 mutate(o)
|
| /openbsd-src/share/dict/ |
| H A D | web2 | 121302 mutate
|