Home
last modified time | relevance | path

Searched refs:test_result_of (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp61 void test_result_of() in test_result_of() function
99 test_result_of<S(int), short> (); in main()
100 test_result_of<S&(unsigned char, int&), double> (); in main()
101 test_result_of<S const&(unsigned char, int&), double const &> (); in main()
102 test_result_of<S volatile&(unsigned char, int&), double volatile&> (); in main()
103 test_result_of<S const volatile&(unsigned char, int&), double const volatile&> (); in main()
121 test_result_of<RF0(), bool>(); in main()
122 test_result_of<RF1(int), bool*>(); in main()
123 test_result_of<RF2(int, long), bool&>(); in main()
124 test_result_of<RF3(int, long, int), bool const&>(); in main()
[all …]
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp62 void test_result_of() in test_result_of() function
100 test_result_of<S(int), short> (); in main()
101 test_result_of<S&(unsigned char, int&), double> (); in main()
102 test_result_of<S const&(unsigned char, int&), double const &> (); in main()
103 test_result_of<S volatile&(unsigned char, int&), double volatile&> (); in main()
104 test_result_of<S const volatile&(unsigned char, int&), double const volatile&> (); in main()
122 test_result_of<RF0(), bool>(); in main()
123 test_result_of<RF1(int), bool*>(); in main()
124 test_result_of<RF2(int, long), bool&>(); in main()
125 test_result_of<RF3(int, long, int), bool const&>(); in main()
[all …]