/external/libcxxabi/test/ |
D | catch_member_function_pointer_01.pass.cpp | 23 typedef void (A::*mf2)() const; typedef 46 catch (mf2) in test1() 66 catch (mf2) in test2() 94 throw (mf2)0; in test_derived() 105 catch (mf2) in test_derived() 110 assert(!can_convert<mf2>((dmf1)0)); in test_derived() 116 catch (mf2) in test_derived() 129 assert(!can_convert<mf2>((dmf2)0)); in test_derived() 135 catch (mf2) in test_derived()
|
/external/llvm-project/libcxxabi/test/ |
D | catch_member_function_pointer_01.pass.cpp | 22 typedef void (A::*mf2)() const; typedef 45 catch (mf2) in test1() 65 catch (mf2) in test2() 93 throw (mf2)0; in test_derived() 104 catch (mf2) in test_derived() 109 assert(!can_convert<mf2>((dmf1)0)); in test_derived() 115 catch (mf2) in test_derived() 128 assert(!can_convert<mf2>((dmf2)0)); in test_derived() 134 catch (mf2) in test_derived()
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p21.cpp | 6 template<typename U> void mf2(T, U); // expected-note{{previous}} 15 void X<int>::mf2(int, int = 17) // expected-error{{default}} in mf2() function in X 19 void X<int>::mf2(int, U = U()) // expected-error{{default}} in mf2() function in X
|
D | p18.cpp | 5 void mf2(); 20 void A<Y>::B<double>::mf2() { } // expected-error{{does not refer}} in mf2() function in A::B
|
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p21.cpp | 6 template<typename U> void mf2(T, U); // expected-note{{previous}} 15 void X<int>::mf2(int, int = 17) // expected-error{{default}} in mf2() function in X 19 void X<int>::mf2(int, U = U()) // expected-error{{default}} in mf2() function in X
|
D | p18.cpp | 5 void mf2(); 20 void A<Y>::B<double>::mf2() { } // expected-error{{does not refer}} in mf2() function in A::B
|
/external/python/cryptography/tests/ |
D | test_fernet.py | 175 mf2 = MultiFernet([f2, f1]) 180 assert mf2.decrypt(mf1_ciphertext) == plaintext 182 rotated = mf2.rotate(mf1_ciphertext) 185 assert mf2.decrypt(rotated) == plaintext 195 mf2 = MultiFernet([f2, f1]) 206 mf2.rotate(mf1_ciphertext) 217 mf2 = MultiFernet([f2]) 220 mf2.rotate(mf1.encrypt(b"abc"))
|
/external/llvm-project/clang/test/SemaCXX/ |
D | pr36536.cpp | 35 void mf2(); 41 void A<Y>::B<double>::mf2() { in mf2() function in tpl2::A::B
|
D | attr-flatten.cpp | 16 static void mf2() __attribute__((flatten)); 33 [[gnu::flatten]] static void mf2();
|
D | attr-no-split-stack.cpp | 16 static void mf2() __attribute__((no_split_stack)); 33 [[gnu::no_split_stack]] static void mf2();
|
D | attr-no-speculative-load-hardening.cpp | 16 static void mf2() __attribute__((no_speculative_load_hardening)); 33 [[clang::no_speculative_load_hardening]] static void mf2();
|
D | attr-speculative-load-hardening.cpp | 16 static void mf2() __attribute__((speculative_load_hardening)); 44 [[clang::speculative_load_hardening]] static void mf2();
|
D | cxx1y-variable-templates_in_class.cpp | 413 void mf2() { in mf2() function 423 …x.mf2(); // expected-note{{in instantiation of member function 'template_vars_in_template::S<int>:… in useit()
|
/external/clang/test/SemaCXX/ |
D | attr-no-split-stack.cpp | 16 static void mf2() __attribute__((no_split_stack)); 33 [[gnu::no_split_stack]] static void mf2();
|
D | attr-flatten.cpp | 16 static void mf2() __attribute__((flatten)); 33 [[gnu::flatten]] static void mf2();
|
/external/llvm-project/llvm/test/CodeGen/RISCV/rvv/ |
D | load-add-store-32.ll | 86 ; CHECK-NEXT: vsetvli a3, zero, e32,mf2,tu,mu 88 ; CHECK-NEXT: vsetvli a1, zero, e32,mf2,tu,mu 90 ; CHECK-NEXT: vsetvli a1, zero, e32,mf2,tu,mu 92 ; CHECK-NEXT: vsetvli a1, zero, e32,mf2,tu,mu
|
D | load-add-store-16.ll | 86 ; CHECK-NEXT: vsetvli a3, zero, e16,mf2,tu,mu 88 ; CHECK-NEXT: vsetvli a1, zero, e16,mf2,tu,mu 90 ; CHECK-NEXT: vsetvli a1, zero, e16,mf2,tu,mu 92 ; CHECK-NEXT: vsetvli a1, zero, e16,mf2,tu,mu
|
D | load-add-store-8.ll | 86 ; CHECK-NEXT: vsetvli a3, zero, e8,mf2,tu,mu 88 ; CHECK-NEXT: vsetvli a1, zero, e8,mf2,tu,mu 90 ; CHECK-NEXT: vsetvli a1, zero, e8,mf2,tu,mu 92 ; CHECK-NEXT: vsetvli a1, zero, e8,mf2,tu,mu
|
/external/llvm-project/llvm/test/MC/RISCV/rvv/ |
D | vsetvl.s | 35 vsetvli a2, a0, e32,mf2,ta,ma 36 # CHECK-INST: vsetvli a2, a0, e32,mf2,ta,ma
|
/external/libvpx/libvpx/test/ |
D | non_greedy_mv_test.cc | 63 static void compare_mf(const MV *mf1, const MV *mf2, int rows, int cols, in compare_mf() argument 71 MV mv2 = mf2[idx]; in compare_mf()
|
/external/clang/test/SemaTemplate/ |
D | member-template-access-expr.cpp | 68 float* (X1::*mf2)(int) = &X1::f1<>; in test_X1() local
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | member-template-access-expr.cpp | 68 float* (X1::*mf2)(int) = &X1::f1<>; in test_X1() local
|
/external/clang/test/CXX/drs/ |
D | dr3xx.cpp | 396 void mf2(); 401 …template<class Y> template<> void A<Y>::B<double>::mf2() {} // expected-error {{does not refer int… 407 void mf2(); 415 …template<class Y> template<> void A<Y>::B<double>::mf2() {} // expected-error {{does not refer int…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | attr-swift-async.m | 33 SA(swift_private, 2) void mf2(void (^)()); field
|
/external/llvm-project/clang/test/CXX/drs/ |
D | dr3xx.cpp | 472 void mf2(); 477 …template<class Y> template<> void A<Y>::B<double>::mf2() {} // expected-error {{does not refer int… 483 void mf2(); 491 …template<class Y> template<> void A<Y>::B<double>::mf2() {} // expected-error {{does not refer int…
|