Home
last modified time | relevance | path

Searched refs:Just (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/external/llvm/test/Analysis/BasicAA/
Dcs-cs.ll26 ; 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 …]
Dguards.ll15 ; 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/
Delements.cc479 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 …]
Dkeys.cc145 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 …]
Dvalue-serializer.cc278 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 …]
Dcontexts.cc181 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/
Dregexp-utils.cc117 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/
DNOTICE2 by Just van Rossum, Letterror, The Netherlands.
10 in supporting documentation, and that the names of Just van Rossum
DLICENSE.txt2 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/
Dspec-09-18.data1 - | # Just the style
/external/ImageMagick/PerlMagick/demo/
DREADME1 This directory contains a number of PerlMagick demonstration scripts. Just
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D02-dump1 # Just echo our DHCP options we have
D01-test1 # Just echo our DHCP options we have
/external/llvm/test/Transforms/JumpThreading/
D2012-07-19-NoSuccessorIndirectBr.ll3 ; Just check that it doesn't crash / assert
/external/markdown/tests/markdown-test/
Dlinks-inline.txt1 Just a [URL](/url/).
/external/markdown/MarkdownTest/Tests_2004/
DLinks, inline style.text1 Just a [URL](/url/).
/external/clang/test/Parser/
Dobjc-diag-width.mm3 // Just shouldn't crash. -verify suppresses the crash, so don't use it.
/external/llvm/test/YAMLParser/
Dspec-09-18.test7 - | # Just the style
/external/markdown/tests/misc/
Dtabs-in-lists.txt7 Just a blank line:
/external/llvm/test/MC/X86/AlignedBundling/
Dasm-printing-bundle-directives.s3 # Just a simple test for the assembly emitter - making sure it emits back the
/external/llvm/test/CodeGen/SPARC/
D2012-05-01-LowerArguments.ll1 ; Just check that this doesn't crash:
/external/v8/src/builtins/
Dbuiltins-object.cc74 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/
Doptimize-options.ll7 ; Just check that we get a non-empty set of passes for each -O option.
/external/llvm/test/CodeGen/Thumb/
Dand_neg.ll2 ; Just shouldn't crash, PR28348
/external/curl/tests/data/
DDISABLED2 # test cases are run by runtests.pl. Just add the plain test case numbers, one

12345678910>>...15