Home
last modified time | relevance | path

Searched refs:declare_no_pointers (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libcxx/include/__memory/
Dpointer_safety.h39 _LIBCPP_FUNC_VIS void declare_no_pointers(char* __p, size_t __n);
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dmemory.cpp192 declare_no_pointers(char*, size_t) in declare_no_pointers() function
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dmemory660 void declare_no_pointers(char *p, size_t n); // since C++11