Searched defs:check1 (Results 1 - 23 of 23) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp9.cpp16 int check1[X<1, 1>::value == 1? 1 : -1]; variable
/external/clang/test/SemaCXX/
H A Dissue547.cpp65 int check1[classify_function<f1>::value == 8? 1 : -1]; variable
H A Dtypo-correction-crash.cpp2 auto check1() { function
H A Dpragma-pack.cpp55 int check1[__alignof(X<int, true>) == 1 ? 1 : -1]; member in namespace:llvm_support_endian
H A Dcxx1y-deduced-return-type.cpp148 int &check1 = take_fn(arg_single); // expected-error {{no matching}} expected-note@-2 {{couldn't infer}} member in namespace:Templates
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; member in namespace:DeductionWithConversion
H A Dpartial-ordering.cpp28 int check1[X1<tuple<int>>::value == 2? 1 : -1]; variable
H A Dmetafunctions.cpp30 int check1[count<int>::value == 1? 1 : -1]; member in namespace:Count
49 int check1[count<int>::value == 1? 1 : -1]; member in namespace:CountWithPackExpansion
83 int check1[is_same<square<1, 2, -3>::type, member in namespace:Math
200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer, member in namespace:TemplateTemplateApply
254 int check1[Arity<int(float, double)>::value == 2? 1 : -1]; member in namespace:FunctionTypes
H A Dmulti-level-substitution.cpp48 int check1[X<short, int>::Inner<tuple<pair<short, unsigned short>, member in namespace:PacksAtDifferentLevels
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp21.cpp27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization variable
H A Dp9-0x.cpp50 int check1[is_same<split_arrays<int[1], float[2], double[3]>::element_types, member in namespace:DeduceNonTypeTemplateArgsInArray
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
H A Dp2-0x.cpp11 S<s> check1; // ok, s is value-dependent local
H A Dp2.cpp10 S<s> check1; // ok, s is value-dependent local
/external/clang/test/Parser/
H A Dcxx-attributes.cpp18 int check1[__alignof__(T1) == 1 ? 1 : -1]; member in namespace:PR17666
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dcwg1170.cpp40 int check1[has_copy_constructor<HasNonConstCopy>::value? 1 : -1]; variable
/external/clang/test/CXX/drs/
H A Ddr4xx.cpp996 int check1[__SCHAR_MAX__ >= 127 ? 1 : -1]; member in namespace:dr483::climits
1006 int check1[__PTRDIFF_WIDTH__ >= 16 ? 1 : -1]; member in namespace:dr483::cstdint
1190 int check1[ __is_trivially_copyable(const int) ? 1 : -1]; member in namespace:dr496
H A Ddr1xx.cpp562 int check1[__is_pod(int(A::*)) ? 1 : -1]; member in namespace:dr148
748 int check1[-1 < zero ? 1 : -1]; member in namespace:dr172
/external/v8/src/compiler/
H A Djs-builtin-reducer.cc389 Node* check1 = local
392 check1, if_false0);
539 Node* check1 = efalse0 = graph()->NewNode( local
541 check1 = graph()->NewNode(simplified()->BooleanNot(), check1);
543 graph()->NewNode(simplified()->CheckIf(), check1, efalse0, if_false0);
1693 Node* check1 = local
1699 check1, if_true0);
H A Deffect-control-linearizer.cc1244 Node* check1 = graph()->NewNode(machine()->WordEqual(), value_map, local
1247 common()->DeoptimizeUnless(DeoptimizeReason::kNotAHeapNumber), check1,
1273 Node* check1 = local
1277 common()->DeoptimizeUnless(DeoptimizeReason::kWrongInstanceType), check1,
1374 Node* check1 = graph()->NewNode(machine()->Word32Equal(), lhs, minint); local
1376 check1, if_false0);
1474 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), lhs, zero); local
1476 graph()->NewNode(common()->Branch(BranchHint::kFalse), check1, control);
2228 Node* check1 = graph()->NewNode( local
2233 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_true
2261 Node* check1 = graph()->NewNode( local
2491 Node* check1 = graph()->NewNode(machine()->WordEqual(), entry, local
2549 Node* check1 = graph()->NewNode( local
2906 Node* check1 = ObjectIsSmi(vfalse0); local
2962 Node* check1 = ObjectIsSmi(vfalse0); local
3073 Node* check1 = local
3137 Node* check1 = local
3314 Node* check1 = local
3341 Node* check1 = graph()->NewNode(machine()->Float64Equal(), input, zero); local
3444 Node* check1 = local
3472 Node* check1 = graph()->NewNode(machine()->Float64Equal(), input, zero); local
3585 Node* check1 = graph()->NewNode(machine()->Float64LessThan(), half, temp1); local
3672 Node* check1 = local
3699 Node* check1 = graph()->NewNode(machine()->Float64Equal(), input, zero); local
[all...]
H A Djs-typed-lowering.cc1378 Node* check1 = graph()->NewNode( local
1382 graph()->NewNode(common()->Branch(BranchHint::kFalse), check1, control);
1673 Node* check1 = graph()->NewNode(simplified()->ReferenceEqual(), receiver, local
1676 graph()->NewNode(common()->Branch(BranchHint::kFalse), check1, if_false0);
H A Dsimplified-lowering.cc2742 Node* check1 = graph()->NewNode(simplified()->ObjectIsSmi(), vfalse0); local
2743 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0);
2823 Node* check1 = graph()->NewNode(simplified()->ObjectIsSmi(), vfalse0); local
2824 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0);
3032 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), rhs, minus_one); local
3033 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0);
3109 Node* check1 = graph()->NewNode(machine()->Word32And(), rhs, msk); local
3110 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_true0);
3143 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), rhs, minus_one); local
3145 check1, if_false
3235 Node* check1 = graph()->NewNode(machine()->Word32And(), rhs, msk); local
[all...]
H A Dwasm-compiler.cc2419 Node* check1 = BuildTestNotSmi(object); local
2421 graph()->NewNode(common->Branch(BranchHint::kFalse), check1, control);
/external/openssh/
H A Dsshkey.c3157 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; local
3304 if ((r = sshbuf_get_u32(decrypted, &check1)) != 0 ||
3307 if (check1 != check2) {
3626 u_int16_t check1, check2; local
3696 if ((r = sshbuf_get_u16(decrypted, &check1)) != 0 ||
3699 if (check1 != check2) {

Completed in 521 milliseconds