/llvm-project/clang/test/Sema/ |
H A D | ptrauth.c | 36 …float *mismatch = __builtin_ptrauth_strip(dp, VALID_DATA_KEY); // expected-warning {{incompatible … in test_strip() local 47 …float *mismatch = __builtin_ptrauth_blend_discriminator(dp, value); // expected-error {{incompatib… in test_blend_discriminator() local 58 …void *mismatch = __builtin_ptrauth_string_discriminator("test string"); // expected-error {{incomp… in test_string_discriminator() local 78 …float *mismatch = __builtin_ptrauth_sign_unauthenticated(dp, VALID_DATA_KEY, 0); // expected-warni… in test_sign_unauthenticated() local 97 …float *mismatch = __builtin_ptrauth_auth(dp, VALID_DATA_KEY, 0); // expected-warning {{incompatibl… in test_auth() local 120 …float *mismatch = __builtin_ptrauth_auth_and_resign(dp, VALID_DATA_KEY, 0, VALID_DATA_KEY, dp); //… in test_auth_and_resign() local 137 …int *mismatch = __builtin_ptrauth_sign_generic_data(dp, 0); // expected-error {{incompatible integ… in test_sign_generic_data() local
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve99.f90 | 45 subroutine mismatch() subroutine 51 end subroutine mismatch argument
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | mismatch.h | 154 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred) { mismatch() function 163 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { mismatch() function 189 mismatch(_InputIterator1 __first1, mismatch() function 208 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) { mismatch() function
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_tag_mismatch_aarch64.S | 112 mismatch: label
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | contiguous_container.cpp | 39 auto mismatch = std::mismatch(a.begin(), a.end(), b.begin(), b.end()); in GetFirstMismatch() local
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_algorithm_impl.h | 644 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forward… in mismatch() function 655 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forward… in mismatch() function 664 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forward… in mismatch() function 673 mismatch(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forward… in mismatch() function
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 14097 bool mismatch = false; CheckArgumentWithTypeTag() local [all...] |
H A D | SemaDecl.cpp | 12293 bool mismatch = true; CheckMain() local
|