| /llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 36 void IRMutationStrategy::mutate(Module &M, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 49 void IRMutationStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 56 void IRMutationStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 91 void InjectorIRStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() function in InjectorIRStrategy 124 void InjectorIRStrategy::mutate(BasicBloc function in InjectorIRStrategy 174 void InstDeleterIRStrategy::mutate(Function &F, RandomIRBuilder &IB) { mutate() function in InstDeleterIRStrategy 193 void InstDeleterIRStrategy::mutate(Instruction &Inst, RandomIRBuilder &IB) { mutate() function in InstDeleterIRStrategy 222 void InstModificationIRStrategy::mutate(Instruction &Inst, mutate() function in InstModificationIRStrategy 360 void InsertFunctionStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { mutate() function in InsertFunctionStrategy 423 void InsertCFGStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { mutate() function in InsertCFGStrategy 541 void InsertPHIStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { mutate() function in InsertPHIStrategy 570 void SinkInstructionStrategy::mutate(Function &F, RandomIRBuilder &IB) { mutate() function in SinkInstructionStrategy 575 void SinkInstructionStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { mutate() function in SinkInstructionStrategy 593 void ShuffleBlockStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { mutate() function in ShuffleBlockStrategy [all...] |
| /llvm-project/clang/test/CXX/drs/ |
| H A D | cwg185.cpp | 13 void mutate(int i) const { value = i; } in mutate() function
|
| /llvm-project/clang/test/SemaCXX/ |
| H A D | builtin-constant-p.cpp | 119 constexpr int mutate_param(bool mutate, int ¶m) { in mutate_param() 125 constexpr int mutate6(bool mutate) { in mutate6()
|
| /llvm-project/mlir/include/mlir/Support/ |
| H A D | StorageUniquer.h | 252 LogicalResult mutate(TypeID id, Storage *storage, Args &&...args) { in mutate() function
|
| /llvm-project/mlir/include/mlir/IR/ |
| H A D | StorageUniquerSupport.h | 218 LogicalResult mutate(Args &&...args) { in mutate() function
|
| H A D | TypeSupport.h | 260 static LogicalResult mutate(MLIRContext *ctx, typename T::ImplType *impl, in mutate() function
|
| H A D | AttributeSupport.h | 268 static LogicalResult mutate(MLIRContext *ctx, typename T::ImplType *impl, in mutate() function
|
| /llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | IRMutator.h | 54 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { in mutate() function
|
| /llvm-project/mlir/lib/Support/ |
| H A D | StorageUniquer.cpp | 164 LogicalResult mutate(bool threadingIsEnabled, BaseStorage *storage, in mutate() function in __anon242314e60111::ParametricStorageUniquer 278 mutate(TypeID id, BaseStorage *storage, in mutate() function
|
| /llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/ |
| H A D | oop58-cpp.cpp | 135 void mutate(int y) { in mutate() function
|
| /llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | TypeDetail.h | 242 LogicalResult mutate(TypeStorageAllocator &allocator, ArrayRef<Type> body, in mutate() function
|
| /llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 735 void mutate(unsigned Tag, unsigned Line, uint64_t SizeInBits, mutate() function 1168 void mutate(unsigned Tag, unsigned Line, unsigned RuntimeLang, mutate() function
|
| /llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.cpp | 990 LogicalResult mutate( mutate() function
|
| /llvm-project/flang/lib/Semantics/ |
| H A D | expression.cpp | 549 auto &mutate{const_cast<parser::Designator &>(d)}; FixMisparsedSubstring() local
|