Home
last modified time | relevance | path

Searched defs:make_ptr (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclVisitor.h26 template <typename T> struct make_ptr { typedef T *type; }; argument
H A DCommentVisitor.h19 template <typename T> struct make_ptr { typedef T *type; }; argument
H A DStmtVisitor.h26 template <typename T> struct make_ptr { typedef T *type; }; argument
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/bundled/
H A Dformat.h651 inline stdext::checked_array_iterator<T*> make_ptr(T *ptr, std::size_t size) in make_ptr() function
657 inline T *make_ptr(T *ptr, std::size_t) in make_ptr() function
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dformat.h655 inline stdext::checked_array_iterator<T*> make_ptr(T *ptr, std::size_t size) in make_ptr() function
661 inline T *make_ptr(T *ptr, std::size_t) in make_ptr() function