Searched refs:mismatch (Results 76 - 100 of 176) sorted by relevance

12345678

/netbsd-current/external/gpl3/gdb.old/dist/gdb/data-directory/
H A DMakefile.in133 -Warity-mismatch -Wformat -Wunused-toplevel \
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_ccm_hw_s390x.inc149 return 0; /* length mismatch */
/netbsd-current/external/gpl3/gdb/dist/gdb/data-directory/
H A DMakefile.in135 -Warity-mismatch -Wformat -Wunused-toplevel \
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-include-guard.mk145 CASES+= variable-name-mismatch
146 LINES.variable-name-mismatch= \
150 # expect: Parse_PushInput: file variable-name-mismatch.tmp, line 1
151 # expect: Parse_PushInput: file variable-name-mismatch.tmp, line 1
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h88 mismatch
481 // mismatch
799 mismatch(_IIter1, _IIter1, _IIter2);
804 mismatch(_IIter1, _IIter1, _IIter2, _BinaryPredicate);
H A Dstl_algobase.h1901 * @return A pair of iterators pointing to the first mismatch.
1911 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1934 * @return A pair of iterators pointing to the first mismatch.
1946 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1984 * @return A pair of iterators pointing to the first mismatch.
1994 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
2019 * @return A pair of iterators pointing to the first mismatch.
2031 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
H A Dranges_util.h587 inline constexpr __mismatch_fn mismatch{};
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-path.cc467 auto [a, b] = std::mismatch(begin(), end(), base.begin(), base.end());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp47 return std::mismatch(LIds.begin(), LIds.end(), RIds.begin(), RIds.end())
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_algobase.h1758 * @return A pair of iterators pointing to the first mismatch.
1768 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1791 * @return A pair of iterators pointing to the first mismatch.
1803 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1841 * @return A pair of iterators pointing to the first mismatch.
1851 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1876 * @return A pair of iterators pointing to the first mismatch.
1888 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dcomparison.d42 $(T2 mismatch,
43 `mismatch("oh hi", "ohayo")` returns `tuple(" hi", "ayo")`.)
1845 // mismatch
1848 stops at the first mismatch (according to `pred`, by default
1854 mismatch(alias pred = (a, b) => a == b, Ranges...)(Ranges rs)
1874 auto m = mismatch(x[], y[]);
1878 auto m2 = mismatch(x[], y[], x[], y[]);
1891 auto mm = mismatch(a[], b[]);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dcomparison.d42 $(T2 mismatch,
43 $(D mismatch("oh hi", "ohayo")) returns $(D tuple(" hi", "ayo")).)
1556 // mismatch
1559 stops at the first mismatch (according to $(D pred), by default
1568 mismatch(alias pred = "a == b", Range1, Range2)(Range1 r1, Range2 r2)
1583 auto m = mismatch(x, y);
1592 auto mm = mismatch(a, b);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c246 goto mismatch;
250 goto mismatch;
266 goto mismatch;
288 goto mismatch;
391 break; /* mismatch.. */
403 mismatch:
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c215 goto mismatch;
219 goto mismatch;
235 goto mismatch;
257 goto mismatch;
359 break; /* mismatch.. */
366 mismatch:
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dcvs_acls.in170 Skip the rest of processing if a mismatch on portion of the 'cvsacl' line
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d517 rtsp_cseq_error, /** 85 - mismatch of RTSP CSeq numbers */
518 rtsp_session_error, /** 86 - mismatch of RTSP Session Identifiers */
610 mismatch, /** host found, key mismatch! */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c2249 goto mismatch;
2258 mismatch:
H A Dname-lookup.c2546 int mismatch = 0;
2549 about a (possible) mismatch, when inserting the decl. */
2551 mismatch = 1;
2556 mismatch = -1;
2560 if (mismatch)
2567 if (mismatch < 0)
2545 int mismatch = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc2210 goto mismatch;
2219 mismatch:
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d517 rtsp_cseq_error, /** 85 - mismatch of RTSP CSeq numbers */
518 rtsp_session_error, /** 86 - mismatch of RTSP Session Identifiers */
617 mismatch, /** host found, key mismatch! */
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp556 std::mismatch(sys::path::begin(DirFrom), sys::path::end(DirFrom),
/netbsd-current/external/mpl/bind/dist/bin/tests/system/verify/zones/
H A Dgenzones.sh88 setup nsec-next-name-case-mismatch good
/netbsd-current/external/mit/xorg/lib/dri.old/
H A DMakefile508 COPTS.u_atomic.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-builtin-declaration-mismatch :}
/netbsd-current/external/mit/xorg/lib/dri/
H A DMakefile536 COPTS.u_atomic.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-builtin-declaration-mismatch :}
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.cc1677 bool mismatch = strcmp (nts, dts);
1680 return mismatch;
1752 bool mismatch = new_delete_mismatch_p (*ndc, *ddc); local
1755 return mismatch;

Completed in 468 milliseconds

12345678