Home
last modified time | relevance | path

Searched defs:mismatch (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dptrauth.c36 …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 Dresolve99.f9045 subroutine mismatch() subroutine
51 end subroutine mismatch argument
/llvm-project/libcxx/include/__algorithm/
H A Dmismatch.h154 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 Dhwasan_tag_mismatch_aarch64.S112 mismatch: label
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dcontiguous_container.cpp39 auto mismatch = std::mismatch(a.begin(), a.end(), b.begin(), b.end()); in GetFirstMismatch() local
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h644 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 DSemaChecking.cpp14097 bool mismatch = false; CheckArgumentWithTypeTag() local
[all...]
H A DSemaDecl.cpp12293 bool mismatch = true; CheckMain() local