Home
last modified time | relevance | path

Searched defs:make_const_ptr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DSTLExtras.h68 template <typename T> struct make_const_ptr { struct
69 using type = std::add_pointer_t<std::add_const_t<T>>;
/external/clang/include/clang/AST/
DDeclVisitor.h27 template <typename T> struct make_const_ptr { typedef const T *type; }; argument
DCommentVisitor.h20 template <typename T> struct make_const_ptr { typedef const T *type; }; struct
DStmtVisitor.h27 template <typename T> struct make_const_ptr { typedef const T *type; }; argument