/external/llvm-project/llvm/lib/FuzzMutate/ |
D | IRMutator.cpp | 35 void IRMutationStrategy::mutate(Module &M, RandomIRBuilder &IB) { in mutate() argument 39 auto RS = makeSampler<Function *>(IB.Rand); in mutate() 43 mutate(*RS.getSelection(), IB); in mutate() 46 void IRMutationStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() argument 47 mutate(*makeSampler(IB.Rand, make_pointer_range(F)).getSelection(), IB); in mutate() 50 void IRMutationStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate() argument 51 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB); in mutate() 59 RandomIRBuilder IB(Seed, Types); in mutateModule() local 61 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); in mutateModule() 67 Strategy->mutate(M, IB); in mutateModule() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | IRMutator.cpp | 35 void IRMutationStrategy::mutate(Module &M, RandomIRBuilder &IB) { in mutate() argument 39 auto RS = makeSampler<Function *>(IB.Rand); in mutate() 43 mutate(*RS.getSelection(), IB); in mutate() 46 void IRMutationStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() argument 47 mutate(*makeSampler(IB.Rand, make_pointer_range(F)).getSelection(), IB); in mutate() 50 void IRMutationStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate() argument 51 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB); in mutate() 59 RandomIRBuilder IB(Seed, Types); in mutateModule() local 61 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); in mutateModule() 67 Strategy->mutate(M, IB); in mutateModule() [all …]
|
/external/pcre/dist2/testdata/ |
D | testinput12 | 5 /���xxx/IB,utf,no_utf_check 12 /\x{ffff}/IB,utf 14 /\x{10000}/IB,utf 16 /\x{100}/IB,utf 18 /\x{1000}/IB,utf 20 /\x{10000}/IB,utf 22 /\x{100000}/IB,utf 24 /\x{10ffff}/IB,utf 26 /[\x{ff}]/IB,utf 28 /[\x{100}]/IB,utf [all …]
|
D | testinput10 | 145 /\x{100}/IB,utf 147 /\x{1000}/IB,utf 149 /\x{10000}/IB,utf 151 /\x{100000}/IB,utf 153 /\x{10ffff}/IB,utf 155 /[\x{ff}]/IB,utf 157 /[\x{100}]/IB,utf 159 /\x80/IB,utf 161 /\xff/IB,utf 163 /\x{D55c}\x{ad6d}\x{C5B4}/IB,utf [all …]
|
D | testoutput12-32 | 5 /���xxx/IB,utf,no_utf_check 14 /\x{ffff}/IB,utf 26 /\x{10000}/IB,utf 38 /\x{100}/IB,utf 50 /\x{1000}/IB,utf 62 /\x{10000}/IB,utf 74 /\x{100000}/IB,utf 86 /\x{10ffff}/IB,utf 98 /[\x{ff}]/IB,utf 110 /[\x{100}]/IB,utf [all …]
|
D | testoutput12-16 | 5 /���xxx/IB,utf,no_utf_check 14 /\x{ffff}/IB,utf 26 /\x{10000}/IB,utf 39 /\x{100}/IB,utf 51 /\x{1000}/IB,utf 63 /\x{10000}/IB,utf 76 /\x{100000}/IB,utf 89 /\x{10ffff}/IB,utf 102 /[\x{ff}]/IB,utf 114 /[\x{100}]/IB,utf [all …]
|
D | testoutput10 | 247 /\x{100}/IB,utf 260 /\x{1000}/IB,utf 273 /\x{10000}/IB,utf 286 /\x{100000}/IB,utf 299 /\x{10ffff}/IB,utf 312 /[\x{ff}]/IB,utf 325 /[\x{100}]/IB,utf 338 /\x80/IB,utf 351 /\xff/IB,utf 364 /\x{D55c}\x{ad6d}\x{C5B4}/IB,utf [all …]
|
D | testinput2 | 236 /((?i)b)/IB 439 /.*X/IB 443 /(.*X|^B)/IB 447 /(?s)(.*X|^B)/IB 449 /(?s:.*X|^B)/IB 654 /^[[:alnum:]]/IB 656 /^[[:^alnum:]]/IB 658 /^[[:alpha:]]/IB 660 /^[[:^alpha:]]/IB 664 /^[[:ascii:]]/IB [all …]
|
/external/clang/test/Analysis/engine/ |
D | replay-without-inlining.c | 18 } IB; typedef 19 unsigned long gl(IB *input); 20 inline void gbs(IB *input, unsigned char *buf, int count); 21 void getB(IB *st, Hdr2 *usedtobeundef); 22 inline unsigned char gb(IB *input) { in gb() 27 static void getID(IB *st, char str[4]) { in getID() 33 static void getH(IB *st, Hdr *header) { in getH() 37 static void readILBM(IB *st, Info *pic) { in readILBM() 51 int bitmapImageRepFromIFF(IB st, const unsigned char *ib, int il) { in bitmapImageRepFromIFF()
|
/external/llvm-project/clang/test/Analysis/engine/ |
D | replay-without-inlining.c | 18 } IB; typedef 19 unsigned long gl(IB *input); 20 inline void gbs(IB *input, unsigned char *buf, int count); 21 void getB(IB *st, Hdr2 *usedtobeundef); 22 inline unsigned char gb(IB *input) { in gb() 27 static void getID(IB *st, char str[4]) { in getID() 33 static void getH(IB *st, Hdr *header) { in getH() 37 static void readILBM(IB *st, Info *pic) { in readILBM() 51 int bitmapImageRepFromIFF(IB st, const unsigned char *ib, int il) { in bitmapImageRepFromIFF()
|
/external/llvm-project/llvm/unittests/FuzzMutate/ |
D | RandomIRBuilderTest.cpp | 61 RandomIRBuilder IB(Seed, {}); in TEST() local 81 Value *LastSrc = IB.newSource(BB, Insts, Srcs, Descr.SourcePreds[2]); in TEST() 103 RandomIRBuilder IB(Seed, Types); in TEST() local 125 Value *Src = IB.findOrCreateSource( in TEST() 147 RandomIRBuilder IB(Seed, {}); in TEST() local 161 IB.connectToSink(BB, Sinks, Source); in TEST() 182 RandomIRBuilder IB(Seed, Types); in TEST() local 197 Srcs[1] = IB.findOrCreateSource(BB, {Source}, Srcs, Descr.SourcePreds[1]); in TEST() 198 IB.findOrCreateSource(BB, {}, Srcs, Descr.SourcePreds[2]); in TEST() 223 RandomIRBuilder IB(Seed, Types); in TEST() local [all …]
|
/external/llvm-project/llvm/include/llvm/FuzzMutate/ |
D | IRMutator.h | 48 virtual void mutate(Module &M, RandomIRBuilder &IB); 49 virtual void mutate(Function &F, RandomIRBuilder &IB); 50 virtual void mutate(BasicBlock &BB, RandomIRBuilder &IB); 51 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { in mutate() argument 78 RandomIRBuilder &IB); 91 void mutate(Function &F, RandomIRBuilder &IB) override; 92 void mutate(BasicBlock &BB, RandomIRBuilder &IB) override; 101 void mutate(Function &F, RandomIRBuilder &IB) override; 102 void mutate(Instruction &Inst, RandomIRBuilder &IB) override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | IRMutator.h | 48 virtual void mutate(Module &M, RandomIRBuilder &IB); 49 virtual void mutate(Function &F, RandomIRBuilder &IB); 50 virtual void mutate(BasicBlock &BB, RandomIRBuilder &IB); 51 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { in mutate() argument 78 RandomIRBuilder &IB); 91 void mutate(Function &F, RandomIRBuilder &IB) override; 92 void mutate(BasicBlock &BB, RandomIRBuilder &IB) override; 101 void mutate(Function &F, RandomIRBuilder &IB) override; 102 void mutate(Instruction &Inst, RandomIRBuilder &IB) override;
|
/external/walt/hardware/enclosure/ |
D | WALT_recessed_enclosure.stl | 37 …IB��@��L@�]?<�j�IB��@��L@�JB��@�@j�IB��@�@��a?9�j�IB��@��L@j�IB��@�@�…
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-equals-default-copy.cpp | 222 struct IB : VBC { struct 223 IB(const IB &Other) : OL(Other), VBC(Other) {} in IB() function 224 IB &operator=(const IB &); 226 IB &IB::operator=(const IB &Other) { in operator =()
|
/external/selinux/secilc/docs/ |
D | cil_infiniband_statements.md | 4 …IB) partitions and subnet management, security contexts are provided for: Partition Keys (Pkey) th… 9 Label IB partition keys. This may be a single key or a range. 52 Label IB end ports.
|
/external/llvm-project/clang/test/Layout/ |
D | ms-x86-vtordisp.cpp | 422 struct __declspec(dllexport) IB : virtual IA { struct 424 IB() {} in IB() function 456 sizeof(IB)+
|
/external/clang/test/Layout/ |
D | ms-x86-vtordisp.cpp | 422 struct __declspec(dllexport) IB : virtual IA { struct 424 IB() {} in IB() function 456 sizeof(IB)+
|
/external/clang/test/Index/ |
D | cursor-dynamic-call.mm | 13 @interface IB interface 18 @interface IS : IB 36 [IB ClsMeth];
|
/external/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 258 for (SuperRegClassIterator IB(RCB, this, true); IB.isValid(); ++IB) { in getCommonSuperRegClass() local 261 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass() 266 unsigned FinalB = composeSubRegIndices(IB.getSubReg(), SubB); in getCommonSuperRegClass() 277 *BestPreB = IB.getSubReg(); in getCommonSuperRegClass()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroCleanup.cpp | 60 for (auto IB = inst_begin(F), E = inst_end(F); IB != E;) { in lowerRemainingCoroIntrinsics() local 61 Instruction &I = *IB++; in lowerRemainingCoroIntrinsics()
|
/external/llvm-project/clang/test/Index/ |
D | cursor-dynamic-call.mm | 13 @interface IB interface 18 @interface IS : IB 36 [IB ClsMeth];
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | BenchmarkRunner.cpp | 154 ClearBenchmarkOnReturn(InstructionBenchmark *IB) : IB(IB) {} in runConfiguration() 157 IB->Measurements.clear(); in runConfiguration() 162 InstructionBenchmark *const IB; in runConfiguration() member
|
/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroCleanup.cpp | 59 for (auto IB = inst_begin(F), E = inst_end(F); IB != E;) { in lowerRemainingCoroIntrinsics() local 60 Instruction &I = *IB++; in lowerRemainingCoroIntrinsics()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 311 for (SuperRegClassIterator IB(RCB, this, true); IB.isValid(); ++IB) { in getCommonSuperRegClass() local 314 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass() 319 unsigned FinalB = composeSubRegIndices(IB.getSubReg(), SubB); in getCommonSuperRegClass() 330 *BestPreB = IB.getSubReg(); in getCommonSuperRegClass()
|