HomeSort by relevance Sort by last modified time
    Searched refs:test_result_of_imp (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
result_of11.pass.cpp 28 void test_result_of_imp() function
40 test_result_of_imp<PMD(F &), char &>();
41 test_result_of_imp<PMD(F const &), char const &>();
42 test_result_of_imp<PMD(F volatile &), char volatile &>();
43 test_result_of_imp<PMD(F const volatile &), char const volatile &>();
45 test_result_of_imp<PMD(F &&), char &&>();
46 test_result_of_imp<PMD(F const &&), char const &&>();
47 test_result_of_imp<PMD(F volatile &&), char volatile &&>();
48 test_result_of_imp<PMD(F const volatile &&), char const volatile &&>();
50 test_result_of_imp<PMD(F ), char &&>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
result_of.pass.cpp 40 void test_result_of_imp() function
50 test_result_of_imp<S(int), short> ();
51 test_result_of_imp<S&(unsigned char, int&), double> ();
52 test_result_of_imp<PF1(), bool> ();
53 test_result_of_imp<PMS(std::unique_ptr<S>, int), void> ();
54 test_result_of_imp<PMS(S, int), void> ();
55 test_result_of_imp<PMS(const S&, int), void> ();
57 test_result_of_imp<PMD(S), char&&> ();
59 test_result_of_imp<PMD(const S*), const char&> ();
61 test_result_of_imp<int (F::* (F &)) () &, int> ()
    [all...]

Completed in 235 milliseconds