OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_remove_volatile
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.cv/
remove_volatile.pass.cpp
28
void
test_remove_volatile
()
function
38
test_remove_volatile
<void>();
39
test_remove_volatile
<int>();
40
test_remove_volatile
<int[3]>();
41
test_remove_volatile
<int&>();
42
test_remove_volatile
<const int&>();
43
test_remove_volatile
<int*>();
44
test_remove_volatile
<volatile int*>();
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/
remove_volatile.pass.cpp
26
void
test_remove_volatile
()
function
36
test_remove_volatile
<void>();
37
test_remove_volatile
<int>();
38
test_remove_volatile
<int[3]>();
39
test_remove_volatile
<int&>();
40
test_remove_volatile
<const int&>();
41
test_remove_volatile
<int*>();
42
test_remove_volatile
<volatile int*>();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.cv/
remove_volatile.pass.cpp
26
void
test_remove_volatile
()
function
36
test_remove_volatile
<void>();
37
test_remove_volatile
<int>();
38
test_remove_volatile
<int[3]>();
39
test_remove_volatile
<int&>();
40
test_remove_volatile
<const int&>();
41
test_remove_volatile
<int*>();
42
test_remove_volatile
<volatile int*>();
Completed in 101 milliseconds