Searched refs:mutator (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/clang/cmake/modules/ |
H A D | ProtobufMutator.cmake | 8 set(PBM_LIB_PATH ${PBM_PATH}-build/src/libprotobuf-mutator.a) 9 set(PBM_FUZZ_LIB_PATH ${PBM_PATH}-build/src/libfuzzer/libprotobuf-mutator-libfuzzer.a) 13 GIT_REPOSITORY https://github.com/google/libprotobuf-mutator.git
|
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/ |
H A D | README.txt | 13 language and then uses libprotobuf-mutator to mutate instantiations of that 77 - binutils // needed for libprotobuf-mutator 78 - liblzma-dev // needed for libprotobuf-mutator 79 - libz-dev // needed for libprotobuf-mutator 80 - docbook2x // needed for libprotobuf-mutator 122 Like, clang-proto-fuzzer, llvm-proto-fuzzer is also a protobuf-mutator based
|
H A D | CMakeLists.txt | 48 # Build and include libprotobuf-mutator
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | FuzzingLLVM.rst | 157 replace:: :ref:`libprotobuf-mutator based fuzzer <fuzzing-llvm-protobuf>` 185 Some of the in-tree fuzzers that use this type of mutator are `clang-fuzzer`_, 191 Structured Fuzzing using ``libprotobuf-mutator`` 207 The only in-tree fuzzer that uses ``libprotobuf-mutator`` today is 210 .. _libprotobuf-mutator: https://github.com/google/libprotobuf-mutator argument
|
H A D | GarbageCollection.rst | 317 Some collectors need to be informed when the mutator (the program that needs 746 The mutator carefully maintains a linked list of stack roots. 749 The mutator maintains a reference count for each object and frees an object 768 Denotes a multithreaded mutator; the collector must still stop the mutator 770 multithreaded mutator is a complicated problem. It generally requires highly 775 In this technique, the mutator and the collector run concurrently, with the 776 goal of eliminating pause times. In a *cooperative* collector, the mutator
|
H A D | ProgrammersManual.rst | 3126 public mutator methods, instead, simply call ``setName`` on a value, which will
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | README.txt | 135 Only a concurrent mutator can trigger a collection at the libcall safe point.
|
/openbsd/gnu/usr.bin/perl/ |
H A D | gv.c | 3589 bool mutator = (flags & AMGf_assign) && (PL_op->op_flags & OPf_STACKED); in Perl_try_amagic_bin() local 3592 (mutator ? AMGf_assign: 0) in Perl_try_amagic_bin() 3605 if ( mutator in Perl_try_amagic_bin() 3609 targ = mutator ? left : PAD_SV(PL_op->op_targ); in Perl_try_amagic_bin()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlootut.pod | 196 sets it. Another term for a setter is B<mutator>
|
H A D | perl5300delta.pod | 1115 Fix for "mutator not seen in (lex = ...) .= ..."
|
H A D | perlsub.pod | 1118 mutator can check the supplied argument before setting the attribute
|
H A D | perl56delta.pod | 1098 act as mutators (accessor $z->Re(), mutator $z->Re(3)).
|
H A D | perl561delta.pod | 1696 act as mutators (accessor $z->Re(), mutator $z->Re(3)).
|