Home
last modified time | relevance | path

Searched defs:check1 (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp30 int check1[count<int>::value == 1? 1 : -1]; variable
49 int check1[count<int>::value == 1? 1 : -1]; variable
83 int check1[is_same<square<1, 2, -3>::type, variable
200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer, variable
254 int check1[Arity<int(float, double)>::value == 2? 1 : -1]; variable
Ddeduction.cpp49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
Dpartial-ordering.cpp28 int check1[X1<tuple<int>>::value == 2? 1 : -1]; variable
Dmulti-level-substitution.cpp48 int check1[X<short, int>::Inner<tuple<pair<short, unsigned short>, variable
/external/clang/test/SemaCXX/
Dtypo-correction-crash.cpp2 auto check1() { in check1() function
Dpragma-pack.cpp55 int check1[__alignof(X<int, true>) == 1 ? 1 : -1]; variable
Dissue547.cpp65 int check1[classify_function<f1>::value == 8? 1 : -1]; variable
Dcxx1y-deduced-return-type.cpp148 …int &check1 = take_fn(arg_single); // expected-error {{no matching}} expected-note@-2 {{couldn't i… variable
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
Dp2.cpp10 S<s> check1; // ok, s is value-dependent in T() local
Dp2-0x.cpp11 S<s> check1; // ok, s is value-dependent in T() local
/external/clang/test/Parser/
Dcxx-attributes.cpp18 int check1[__alignof__(T1) == 1 ? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dcwg1170.cpp40 int check1[has_copy_constructor<HasNonConstCopy>::value? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp9.cpp16 int check1[X<1, 1>::value == 1? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization variable
Dp9-0x.cpp50 int check1[is_same<split_arrays<int[1], float[2], double[3]>::element_types, variable
/external/v8/src/compiler/
Deffect-control-linearizer.cc1178 Node* check1 = __ WordEqual(value_map, __ HeapNumberMapConstant()); in LowerCheckNumber() local
1294 Node* check1 = graph()->NewNode(machine()->Word32Equal(), lhs, minint); in LowerCheckedInt32Div() local
1371 Node* check1 = __ Int32LessThan(lhs, zero); in LowerCheckedInt32Mod() local
1731 Node* check1 = __ Uint32LessThanOrEqual( in LowerObjectIsNonCallable() local
1935 Node* check1 = __ WordEqual(entry, __ UndefinedConstant()); in LowerStringFromCharCode() local
1973 Node* check1 = __ Uint32LessThanOrEqual( in LowerStringFromCodePoint() local
2221 Node* check1 = ObjectIsSmi(to_number); in LowerPlainPrimitiveToWord32() local
2247 Node* check1 = ObjectIsSmi(to_number); in LowerPlainPrimitiveToFloat64() local
2317 Node* check1 = __ Uint32LessThan(index, elements_length); in LowerMaybeGrowFastElements() local
2363 Node* check1 = __ Uint32LessThan(index, length); in LowerMaybeGrowFastElements() local
[all …]
Dsimplified-lowering.cc2868 Node* check1 = graph()->NewNode(simplified()->ObjectIsSmi(), vfalse0); in DoJSToNumberTruncatesToFloat64() local
2949 Node* check1 = graph()->NewNode(simplified()->ObjectIsSmi(), vfalse0); in DoJSToNumberTruncatesToWord32() local
3158 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), rhs, minus_one); in Int32Div() local
3235 Node* check1 = graph()->NewNode(machine()->Word32And(), rhs, msk); in Int32Mod() local
3269 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), rhs, minus_one); in Int32Mod() local
3361 Node* check1 = graph()->NewNode(machine()->Word32And(), rhs, msk); in Uint32Mod() local
Djs-builtin-reducer.cc377 Node* check1 = in ReduceFastArrayIteratorNext() local
540 Node* check1 = efalse0 = graph()->NewNode( in ReduceTypedArrayIteratorNext() local
1834 Node* check1 = in ReduceStringIteratorNext() local
Djs-typed-lowering.cc1511 Node* check1 = graph()->NewNode( in ReduceJSOrdinaryHasInstance() local
1809 Node* check1 = graph()->NewNode(simplified()->ReferenceEqual(), receiver, in ReduceJSConvertReceiver() local
Dwasm-compiler.cc2022 Node* check1 = graph()->NewNode(m->Word32And(), right, msk); in BuildI32AsmjsRemS() local
2055 Node* check1 = graph()->NewNode(m->Int32LessThan(), right, minus_one); in BuildI32AsmjsRemS() local
2544 Node* check1 = BuildTestNotSmi(object); in BuildChangeTaggedToFloat64() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java203 SimpleBigDecimal check1; in round() local
/external/clang/test/CXX/drs/
Ddr4xx.cpp996 int check1[__SCHAR_MAX__ >= 127 ? 1 : -1]; variable
1006 int check1[__PTRDIFF_WIDTH__ >= 16 ? 1 : -1]; variable
1190 int check1[ __is_trivially_copyable(const int) ? 1 : -1]; variable
Ddr1xx.cpp562 int check1[__is_pod(int(A::*)) ? 1 : -1]; variable
748 int check1[-1 < zero ? 1 : -1]; variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc97 auto check1 = ops::CheckNumerics(s.WithOpName("check1"), c, "foo"); in TEST_F() local
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF com/google/common/base/ExtraObjectsMethodsForWeb.class ExtraObjectsMethodsForWeb ...