OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declare_no_pointers
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.dynamic.safety/
declare_no_pointers.pass.cpp
12
// void
declare_no_pointers
(char* p, size_t n);
20
std::
declare_no_pointers
(p, 10);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
memory.cpp
183
declare_no_pointers
(char*, size_t)
function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
memory
582
void
declare_no_pointers
(char *p, size_t n);
[
all
...]
Completed in 55 milliseconds