Searched refs:mismatch (Results 1 - 25 of 74) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr26833.c8 int mismatch = 0; local
9 for(i = 0;op && (i<*num_operands)&& !mismatch; i++)
12 mismatch = 1;
13 if (mismatch)
16 if (!mismatch)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sparc/
H A Dmism-1.s1 ! Test architecture mismatch warnings.
2 ! We don't test every possible mismatch, we just want to be reasonable sure
3 ! the mismatch checking code works.
10 divscc %g1,%g2,%g3 ! { dg-error "mismatch|sparclite" "sparclite divscc mismatch" }
12 scan %g1,%g2,%g3 ! { dg-error "mismatch|sparclite" "sparclite scan mismatch" }
16 movrz %g1,%g2,%g3 ! { dg-error "mismatch|v9" "v9 fp reg mismatch" }
20 shutdown ! { dg-error "mismatch|v9
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Dargs-1.c16 #error _R3000 / _R4000 mismatch
20 #error __mips_hard_float / __mips_soft_float mismatch
24 #error _MIPSEL / _MIPSEB mismatch
30 #error __mips64 / _R4000 mismatch
34 #error __mips64 / __mips mismatch
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/mips/
H A Dargs-1.c16 #error _R3000 / _R4000 mismatch
20 #error __mips_hard_float / __mips_soft_float mismatch
24 #error _MIPSEL / _MIPSEB mismatch
30 #error __mips64 / _R4000 mismatch
34 #error __mips64 / __mips mismatch
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Darch-err-1.s1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
H A Darch-err-2.s1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
H A Darch-err-3.s1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
H A Darch-err-4.s1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
H A Darch-err-5.s1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dinfinityl_dbl_ieee754.c13 #error double / long double mismatch
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/mismatch/
H A D1.cc18 // 25.1.7 [lib.mismatch]
36 VERIFY( std::mismatch(con1.begin(), con1.end(), con2.begin()).first.ptr
44 VERIFY( std::mismatch(con1.begin(), con1.end(), con2.begin()).second.ptr
52 VERIFY( std::mismatch(con1.begin(), con1.end(), con2.begin()).first.ptr
60 VERIFY( std::mismatch(con1.begin(), con1.end(), con2.begin()).second.ptr
68 VERIFY( std::mismatch(con3.begin(), con3.end(), con2.begin()).first.ptr
76 VERIFY( std::mismatch(con3.begin(), con3.end(), con2.begin()).second.ptr
H A Dcheck_type.cc18 // 25.1.7 [lib.mismatch]
43 return std::mismatch(lhs1, lhs1, rhs1);
49 return std::mismatch(lhs2, lhs2, rhs2, predicate);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/mismatch/
H A D1.cc19 // 25.1.7 [lib.mismatch]
37 VERIFY( std::mismatch(con1.begin(), con1.end(), con2.begin()).first.ptr
45 VERIFY( std::mismatch(con1.begin(), con1.end(), con2.begin()).second.ptr
53 VERIFY( std::mismatch(con1.begin(), con1.end(), con2.begin()).first.ptr
61 VERIFY( std::mismatch(con1.begin(), con1.end(), con2.begin()).second.ptr
69 VERIFY( std::mismatch(con3.begin(), con3.end(), con2.begin()).first.ptr
77 VERIFY( std::mismatch(con3.begin(), con3.end(), con2.begin()).second.ptr
H A Dcheck_type.cc19 // 25.1.7 [lib.mismatch]
44 return std::mismatch(lhs1, lhs1, rhs1);
50 return std::mismatch(lhs2, lhs2, rhs2, predicate);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dexpr-1.s2 % the known expression evaluation order mismatch problem.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/
H A Derr-be.s5 ! Check that a mismatch between command-line options and the .big
H A Derr-le.s5 ! Check that a mismatch between command-line options and the .big
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dalgobase.h50 // NB: equal and lexicographical_compare require mismatch.
55 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:std::__parallel
57 { return _GLIBCXX_STD_P::mismatch(__begin1, __end1, __begin2); }
62 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:std::__parallel
64 { return _GLIBCXX_STD_P::mismatch(__begin1, __end1, __begin2, __pred); }
72 { return _GLIBCXX_STD_P::mismatch(__begin1, __end1, __begin2, __pred); }
74 // Parallel mismatch for random access iterators
90 return _GLIBCXX_STD_P::mismatch(__begin1, __end1, __begin2, __pred);
96 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:std::__parallel
114 mismatch(_IIter function in namespace:std::__parallel
[all...]
H A Dfind_selectors.h146 { return mismatch(__begin1, __end1, __begin2,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/backward/
H A Dalgobase.h75 using std::mismatch;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dweakref1.d7 # confused symbol reference count mismatch with a bfd assertion. Linking
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dbfin-parse.c657 return yyerror ("Source multiplication register mismatch");
3211 return yyerror ("Register mismatch");
3224 return yyerror ("Register mismatch");
3302 return yyerror ("Register mismatch");
3315 return yyerror ("Register mismatch");
3336 return yyerror ("Register mismatch");
3354 return yyerror ("Register mismatch");
3379 return yyerror ("Bar operand mismatch");
3747 return yyerror ("Register mismatch");
3846 return yyerror ("Register mismatch");
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/misc/
H A Dautopoint.in269 func_fatal_error "Version mismatch: specified -V $ver but the package uses gettext version $xver"
452 # original - too great risk of version mismatch.
454 mismatch=
468 mismatch=yes
475 if test -n "$mismatch"; then
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c473 int remote_major, remote_minor, mismatch; local
548 mismatch = 0;
559 mismatch = 1;
581 mismatch = 1;
584 if (mismatch)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_ident.c62 int i, compat, mismatch, arglimit, iskey; local
70 mismatch = argc < isp->dis_varargs;
73 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc);
76 mismatch = argc != isp->dis_argc;
80 if (mismatch) {
81 xyerror(D_PROTO_LEN, "%s%s%s prototype mismatch: %d %s%s"
333 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"
443 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"

Completed in 184 milliseconds

123