/external/llvm/test/Analysis/BasicAA/ |
D | cs-cs.ll | 26 ; CHECK: Just Ref: Ptr: i8* %p <-> %a = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* … 30 ; CHECK: Just Ref: Ptr: i8* %p <-> %b = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* … 64 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 65 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 66 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 67 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 68 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 fa… 69 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 fa… 83 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 84 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… [all …]
|
D | guards.ll | 15 ; CHECK: Just Ref: Ptr: i8* %P <-> tail call void (i1, ...) @llvm.experimental.guard(i1 true) [ … 16 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void (i1, ...) @llvm.experimental.guard(i1 true) [ … 19 ; CHECK: Just Ref: tail call void (i1, ...) @llvm.experimental.guard(i1 true) [ "deopt"() ] <-> … 20 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 f…
|
/external/v8/src/ |
D | elements.cc | 479 if (search_for_hole) return Just(true); in IncludesValueSlowPath() 486 if (value->SameValueZero(*element_k)) return Just(true); in IncludesValueSlowPath() 489 return Just(false); in IncludesValueSlowPath() 506 if (value->StrictEquals(*element_k)) return Just<int64_t>(k); in IndexOfValueSlowPath() 509 return Just<int64_t>(-1); in IndexOfValueSlowPath() 1050 return Just(true); in CollectValuesOrEntriesImpl() 1601 *result = Just(found); in IncludesValueFastPath() 1627 if (search_for_hole) return Just(true); in IncludesValueImpl() 1635 if (value->SameValueZero(element_k)) return Just(true); in IncludesValueImpl() 1649 if (value->SameValueZero(*element_k)) return Just(true); in IncludesValueImpl() [all …]
|
D | keys.cc | 145 return Just(true); in AddKeysFromJSProxy() 149 return Just(true); in AddKeysFromJSProxy() 160 return Just(true); in CollectKeys() 173 Maybe<bool> result = Just(false); // Dummy initialization. in CollectKeys() 192 return Just(true); in CollectKeys() 479 if (result.is_null()) return Just(true); in CollectInterceptorKeysInternal() 482 return Just(true); in CollectInterceptorKeysInternal() 491 if (!object->HasIndexedInterceptor()) return Just(true); in CollectInterceptorKeys() 493 if (!object->HasNamedInterceptor()) return Just(true); in CollectInterceptorKeys() 501 return Just(true); in CollectInterceptorKeys() [all …]
|
D | value-serializer.cc | 278 return Just(true); in WriteObject() 285 return Just(true); in WriteObject() 289 return Just(true); in WriteObject() 310 return Just(true); in WriteObject() 394 return Just(true); in WriteJSReceiver() 434 return Just(true); in WriteJSReceiver() 439 return Just(true); in WriteJSReceiver() 499 return Just(true); in WriteJSObject() 514 return Just(true); in WriteJSObjectSlow() 619 return Just(true); in WriteJSArray() [all …]
|
D | contexts.cc | 181 if (!unscopables->IsJSReceiver()) return Just(true); in UnscopableLookup() 188 return Just(!blacklist->BooleanValue()); in UnscopableLookup() 272 maybe = Just(ABSENT); in Lookup() 282 maybe = Just(found.FromJust() ? NONE : ABSENT); in Lookup()
|
/external/v8/src/regexp/ |
D | regexp-utils.cc | 117 if (!object->IsJSReceiver()) return Just(false); in IsRegExp() 124 return Just(true); in IsRegExp() 133 if (!match->IsUndefined(isolate)) return Just(match->BooleanValue()); in IsRegExp() 134 return Just(object->IsJSRegExp()); in IsRegExp()
|
/external/fonttools/ |
D | NOTICE | 2 by Just van Rossum, Letterror, The Netherlands. 10 in supporting documentation, and that the names of Just van Rossum
|
D | LICENSE.txt | 2 by Just van Rossum, Letterror, The Netherlands. 10 in supporting documentation, and that the names of Just van Rossum
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-09-18.data | 1 - | # Just the style
|
/external/ImageMagick/PerlMagick/demo/ |
D | README | 1 This directory contains a number of PerlMagick demonstration scripts. Just
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 02-dump | 1 # Just echo our DHCP options we have
|
D | 01-test | 1 # Just echo our DHCP options we have
|
/external/llvm/test/Transforms/JumpThreading/ |
D | 2012-07-19-NoSuccessorIndirectBr.ll | 3 ; Just check that it doesn't crash / assert
|
/external/markdown/tests/markdown-test/ |
D | links-inline.txt | 1 Just a [URL](/url/).
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Links, inline style.text | 1 Just a [URL](/url/).
|
/external/clang/test/Parser/ |
D | objc-diag-width.mm | 3 // Just shouldn't crash. -verify suppresses the crash, so don't use it.
|
/external/llvm/test/YAMLParser/ |
D | spec-09-18.test | 7 - | # Just the style
|
/external/markdown/tests/misc/ |
D | tabs-in-lists.txt | 7 Just a blank line:
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | asm-printing-bundle-directives.s | 3 # Just a simple test for the assembly emitter - making sure it emits back the
|
/external/llvm/test/CodeGen/SPARC/ |
D | 2012-05-01-LowerArguments.ll | 1 ; Just check that this doesn't crash:
|
/external/v8/src/builtins/ |
D | builtins-object.cc | 74 return Just(!next_source->IsString() || in FastAssign() 89 if (!map->IsJSObjectMap()) return Just(false); in FastAssign() 90 if (!map->OnlyHasSimpleProperties()) return Just(false); in FastAssign() 94 return Just(false); in FastAssign() 143 return Just(true); in FastAssign() 875 : Just(false); in BUILTIN() 887 : Just(true); in BUILTIN() 899 : Just(true); in BUILTIN()
|
/external/llvm/test/Other/ |
D | optimize-options.ll | 7 ; Just check that we get a non-empty set of passes for each -O option.
|
/external/llvm/test/CodeGen/Thumb/ |
D | and_neg.ll | 2 ; Just shouldn't crash, PR28348
|
/external/curl/tests/data/ |
D | DISABLED | 2 # test cases are run by runtests.pl. Just add the plain test case numbers, one
|