OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_pointer
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
pointer.pass.cpp
29
void
test_pointer
()
function
39
test_pointer
<void*>();
40
test_pointer
<int*>();
41
test_pointer
<const int*>();
42
test_pointer
<void (*)(int)>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
pointer.pass.cpp
35
void
test_pointer
()
function
45
test_pointer
<void*>();
46
test_pointer
<int*>();
47
test_pointer
<const int*>();
48
test_pointer
<void (*)(int)>();
Completed in 34 milliseconds