/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopPredication/ |
D | visited.ll | 22 ; CHECK: %unrelated.cond = icmp eq i32 %x, %i 23 ; CHECK: [[guard_cond:[^ ]+]] = and i1 %unrelated.cond, [[wide_cond]] 28 %unrelated.cond = icmp eq i32 %x, %i 29 %guard.cond.2 = and i1 %within.bounds, %unrelated.cond 30 %guard.cond.3 = and i1 %guard.cond.2, %unrelated.cond
|
D | basic.ll | 816 ; CHECK: %unrelated.cond = icmp ult i32 %x, %length 817 ; CHECK: [[guard_cond:[^ ]+]] = and i1 %unrelated.cond, [[wide_cond]] 822 %unrelated.cond = icmp ult i32 %x, %length 823 %guard.cond = and i1 %within.bounds, %unrelated.cond 854 ; CHECK: %unrelated.cond.1 = icmp eq i32 %x1, %i 855 ; CHECK-NEXT: %unrelated.cond.2 = icmp eq i32 %x2, %i 856 ; CHECK-NEXT: %unrelated.cond.3 = icmp eq i32 %x3, %i 857 ; CHECK-NEXT: %unrelated.cond.and.1 = and i1 %unrelated.cond.1, %unrelated.cond.2 858 ; CHECK-NEXT: %guard.cond = and i1 %unrelated.cond.and.1, %unrelated.cond.3 862 %unrelated.cond.1 = icmp eq i32 %x1, %i [all …]
|
/external/libchrome/base/task_scheduler/ |
D | scheduler_lock_unittest.cc | 243 SchedulerLock unrelated; in TEST() local 244 BasicLockAcquireAndWaitThread thread(&unrelated); in TEST()
|
/external/clang/docs/ |
D | ControlFlowIntegrity.rst | 38 The ``-fsanitize=cfi-{vcall,nvcall,derived-cast,unrelated-cast}`` flags 61 - ``-fsanitize=cfi-unrelated-cast``: Cast from ``void*`` or another 62 unrelated type to the wrong dynamic type. 138 type ``void*`` or another unrelated type (which can be checked with 139 ``-fsanitize=cfi-unrelated-cast``). 156 ``-fsanitize=cfi-derived-cast`` or ``-fsanitize=cfi-unrelated-cast`` enabled
|
/external/compiler-rt/lib/cfi/ |
D | cfi_blacklist.txt | 24 # Windows C++ stdlib headers that contain bad unrelated casts.
|
/external/libchrome/base/memory/ |
D | weak_ptr_unittest.nc | 37 …ence to type 'WeakPtr<base::DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<ba… 45 …ence to type 'WeakPtr<base::DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<ba…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | float-asmprint.ll | 4 ; on a big-endian target. x86_fp80 can't actually print for unrelated reasons,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | float-asmprint.ll | 4 ; on a big-endian target. x86_fp80 can't actually print for unrelated reasons,
|
/external/bcc/tools/ |
D | reset-trace_example.txt | 186 Here is an example of reset-trace detecting an unrelated tracing session: 189 Noticed unrelated tracing file /sys/kernel/debug/tracing/set_ftrace_filter isn't set as expected. N… 201 Noticed unrelated tracing file /sys/kernel/debug/tracing/set_ftrace_filter isn't set as expected. N…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | type-unique-unrelated.ll | 21 ; type-unique-unrelated2.ll look unrelated until type-unique-unrelated3.ll
|
/external/ImageMagick/.github/ |
D | ISSUE_TEMPLATE.md | 12 … Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues -->
|
/external/llvm/test/Linker/ |
D | type-unique-unrelated.ll | 21 ; type-unique-unrelated2.ll look unrelated until type-unique-unrelated3.ll
|
/external/grpc-grpc/doc/ |
D | wait-for-ready.md | 13 The RPCs SHOULD still fail before `READY` if there are unrelated reasons, such
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | memcpyopt.ll | 6 ; it has a TBAA tag which declares that it is unrelated.
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | memcpyopt.ll | 6 ; it has a TBAA tag which declares that it is unrelated.
|
/external/swiftshader/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/ |
D | memcpyopt.ll | 6 ; it has a TBAA tag which declares that it is unrelated.
|
/external/llvm/test/tools/sanstats/ |
D | elf.test | 31 # CHECK: /tmp{{[/\\]}}f.c:1 f1 cfi-unrelated-cast 4 38 # CHECK: /tmp{{[/\\]}}f.c:3 f3 cfi-unrelated-cast 11
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/sanstats/ |
D | elf.test | 31 # CHECK: /tmp{{[/\\]}}f.c:1 f1 cfi-unrelated-cast 4 38 # CHECK: /tmp{{[/\\]}}f.c:3 f3 cfi-unrelated-cast 11
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowContentResolverTest.java | 651 final Uri unrelated = Uri.parse("content://unrelated/some/path"); in shouldDelegateCallsToRegisteredProvider() local 659 assertThat(contentResolver.query(unrelated, null, null, null, null)).isNull(); in shouldDelegateCallsToRegisteredProvider() 660 assertThat(contentResolver.insert(unrelated, new ContentValues())).isNotNull(); in shouldDelegateCallsToRegisteredProvider() 661 assertThat(contentResolver.delete(unrelated, null, null)).isEqualTo(1); in shouldDelegateCallsToRegisteredProvider() 662 assertThat(contentResolver.update(unrelated, new ContentValues(), null, null)).isEqualTo(1); in shouldDelegateCallsToRegisteredProvider()
|
/external/clang/test/SemaObjCXX/ |
D | related-result-type-inference.mm | 64 __typeof__(([[NSString alloc] initAsUnrelated])) *unrelated = (Unrelated**)0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/autohvx/ |
D | isel-const-splat-bitcast.ll | 4 ; a VSPLAT, which, deeper in the expression tree had an unrelated BITCAST.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | local_vars.ll | 6 ; evolving, but still has value for unrelated changes, I
|
/external/llvm/test/CodeGen/AArch64/ |
D | local_vars.ll | 6 ; evolving, but still has value for unrelated changes, I
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 145 render_after_upload.upload_unrelated_and_draw.* tests upload an unrelated buffer and 147 unrelated upload size is equal to the rendering workload size. 156 upload. The unrelated upload size is equal to the rendering workload size.
|
/external/llvm/test/CodeGen/X86/ |
D | zext-sext.ll | 4 ; This randomly started passing after an unrelated change, if it fails again it
|