Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dpointer_safety.h40 _LIBCPP_FUNC_VIS void undeclare_no_pointers(char* __p, size_t __n);
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dmemory.cpp197 undeclare_no_pointers(char*, size_t) in undeclare_no_pointers() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmemory661 void undeclare_no_pointers(char *p, size_t n); // since C++11