OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_result_of_imp
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
result_of11.pass.cpp
31
void
test_result_of_imp
()
function
47
test_result_of_imp
<PMD(F &), char &>();
48
test_result_of_imp
<PMD(F const &), char const &>();
49
test_result_of_imp
<PMD(F volatile &), char volatile &>();
50
test_result_of_imp
<PMD(F const volatile &), char const volatile &>();
52
test_result_of_imp
<PMD(F &&), char &&>();
53
test_result_of_imp
<PMD(F const &&), char const &&>();
54
test_result_of_imp
<PMD(F volatile &&), char volatile &&>();
55
test_result_of_imp
<PMD(F const volatile &&), char const volatile &&>();
57
test_result_of_imp
<PMD(F ), char &&>()
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.other/
result_of11.pass.cpp
32
void
test_result_of_imp
()
function
49
test_result_of_imp
<PMD(F &), char &>();
50
test_result_of_imp
<PMD(F const &), char const &>();
51
test_result_of_imp
<PMD(F volatile &), char volatile &>();
52
test_result_of_imp
<PMD(F const volatile &), char const volatile &>();
54
test_result_of_imp
<PMD(F &&), char &&>();
55
test_result_of_imp
<PMD(F const &&), char const &&>();
56
test_result_of_imp
<PMD(F volatile &&), char volatile &&>();
57
test_result_of_imp
<PMD(F const volatile &&), char const volatile &&>();
59
test_result_of_imp
<PMD(F ), char &&>()
[
all
...]
/prebuilts/ndk/r11/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 110 milliseconds