OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_remove_reference
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.ref/
remove_ref.pass.cpp
18
void
test_remove_reference
()
function
28
test_remove_reference
<void, void>();
29
test_remove_reference
<int, int>();
30
test_remove_reference
<int[3], int[3]>();
31
test_remove_reference
<int*, int*>();
32
test_remove_reference
<const int*, const int*>();
34
test_remove_reference
<int&, int>();
35
test_remove_reference
<const int&, const int>();
36
test_remove_reference
<int(&)[3], int[3]>();
37
test_remove_reference
<int*&, int*>()
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.ref/
remove_ref.pass.cpp
17
void
test_remove_reference
()
function
27
test_remove_reference
<void, void>();
28
test_remove_reference
<int, int>();
29
test_remove_reference
<int[3], int[3]>();
30
test_remove_reference
<int*, int*>();
31
test_remove_reference
<const int*, const int*>();
33
test_remove_reference
<int&, int>();
34
test_remove_reference
<const int&, const int>();
35
test_remove_reference
<int(&)[3], int[3]>();
36
test_remove_reference
<int*&, int*>()
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.ref/
remove_ref.pass.cpp
18
void
test_remove_reference
()
function
28
test_remove_reference
<void, void>();
29
test_remove_reference
<int, int>();
30
test_remove_reference
<int[3], int[3]>();
31
test_remove_reference
<int*, int*>();
32
test_remove_reference
<const int*, const int*>();
34
test_remove_reference
<int&, int>();
35
test_remove_reference
<const int&, const int>();
36
test_remove_reference
<int(&)[3], int[3]>();
37
test_remove_reference
<int*&, int*>()
[
all
...]
Completed in 266 milliseconds