Home
last modified time | relevance | path

Searched refs:check2 (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/test/Transforms/CorrelatedValuePropagation/
Dicmp.ll11 declare void @check2(i1) #1
16 ; CHECK: call void @check2(i1 true)
29 tail call void @check2(i1 %tmp48) #4
38 ; CHECK: call void @check2(i1 true)
60 tail call void @check2(i1 %tmp48) #4
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp31 int check2[count<float, double>::value == 2? 1 : -1]; variable
50 int check2[count<float, double>::value == 2? 1 : -1]; variable
93 int check2[is_same<square_tuple<int_tuple<1, 2, -3> >::type, variable
230 int check2[is_same<apply_each_nested<int, add_reference_meta, variable
255 int check2[Arity<int(float...)>::value == 1? 1 : -1]; variable
Ddeduction.cpp50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1]; variable
Dpartial-ordering.cpp29 int check2[X1<tuple<int, int>>::value == 1? 1 : -1]; variable
/external/clang/test/SemaCXX/
Dpragma-pack.cpp20 namespace check2 { namespace
56 int check2[__alignof(X<long double, true>) == 2 ? 1 : -1]; variable
Dtypo-correction-crash.cpp8 auto check2() { in check2() function
Dissue547.cpp66 int check2[classify_function<f2>::value == 9? 1 : -1]; variable
/external/ltp/testcases/commands/du/
Ddu01.sh86 check2="^10[2-3][0-9][0-9][[:space:]]testfile"
101 2) du_test "du testfile" ${check2};;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java204 SimpleBigDecimal check2; in round() local
208 check2 = eta0.add(fourEta1); in round()
214 check2 = eta0.subtract(fourEta1); in round()
235 if (check2.compareTo(ECConstants.TWO) >= 0) in round()
256 if (check2.compareTo(MINUS_TWO) < 0) in round()
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp9.cpp27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
Dp2.cpp12 typename S<n>::T check2; // ok, n is value-dependent in T() local
Dp2-0x.cpp13 typename S<n>::T check2; // ok, n is value-dependent in T() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DXLocaleMatcherTest.java148 check2(sorted); in check()
152 check2(sorted); in check()
158 private void check2(Set<ULocale> sorted) { in check2() method in XLocaleMatcherTest
DLocaleMatcherTest.java474 check2(sorted); in check()
478 check2(sorted); in check()
484 private void check2(Set<ULocale> sorted) { in check2() method in LocaleMatcherTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DXLocaleMatcherTest.java145 check2(sorted); in check()
149 check2(sorted); in check()
155 private void check2(Set<ULocale> sorted) { in check2() method in XLocaleMatcherTest
DLocaleMatcherTest.java471 check2(sorted); in check()
475 check2(sorted); in check()
481 private void check2(Set<ULocale> sorted) { in check2() method in LocaleMatcherTest
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp28 int check2[X<int(float, int)>::value == 0? 1 : -1]; // uses primary template variable
Dp9-0x.cpp52 int check2[is_same<split_arrays<int[1], float[2], double[3]>::bounds_types, variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dcwg1170.cpp41 int check2[has_copy_constructor<HasDeletedCopy>::value? -1 : 1]; variable
/external/clang/test/SemaObjCXX/
Darc-libstdcxx.mm8 int check2[std::__is_scalar<__autoreleasing id>::__value? -1 : 1];
/external/javaparser/javaparser-testing/src/test/test_sourcecode/com/github/javaparser/printer/
DJavaConcepts.java164 super.<T, E>check2(val1, val2); in JavaConcepts()
388 public <A, B> void check2(A val1, B val2) { in check2() method in Base
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/samples/
DJavaConcepts.java168 super.<T, E>check2(val1, val2); in JavaConcepts()
392 public <A, B> void check2(A val1, B val2) { in check2() method in Base
/external/v8/src/compiler/
Deffect-control-linearizer.cc1380 Node* check2 = __ Word32Equal(__ Word32And(rhs, msk), zero); in LowerCheckedInt32Mod() local
1381 __ GotoIf(check2, &if_power_of_two); in LowerCheckedInt32Mod()
1737 Node* check2 = __ Word32Equal( in LowerObjectIsNonCallable() local
1740 __ Goto(&done, check2); in LowerObjectIsNonCallable()
1988 Node* check2 = __ WordEqual(entry, __ UndefinedConstant()); in LowerStringFromCodePoint() local
1989 __ GotoIf(check2, &cache_miss); in LowerStringFromCodePoint()
2521 Node* check2 = __ Float64LessThanOrEqual(input, minus_two_52); in LowerFloat64RoundUp() local
2522 __ GotoIf(check2, &if_less_than_minus_two_52); in LowerFloat64RoundUp()
2611 Node* check2 = __ Float64LessThanOrEqual(input, minus_two_52); in BuildFloat64RoundDown() local
2612 __ GotoIf(check2, &if_less_than_minus_two_52); in BuildFloat64RoundDown()
[all …]
/external/llvm/test/Transforms/Util/MemorySSA/
Dphi-translation.ll30 ; CHECK-LABEL: define void @check2
31 define void @check2(i1 %val1, i1 %val2, i1 %val3) {
/external/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp573 template <typename T> decltype(h(T())) check2(); // expected-note{{candidate template ignored: subs…
574 decltype(check2<int>()) y; // expected-error{{no matching function for call to 'check2'}}

12