Home
last modified time | relevance | path

Searched defs:const_pointer (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dallocator.h39 typedef const void* const_pointer; typedef
54 typedef const void* const_pointer; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTrieRawHashMap.h254 class const_pointer; variable
257 friend class const_pointer; variable
271 const_pointer(const pointer &P) : const_pointer::PointerImpl(P) {} in const_pointer() function
274 const_pointer(PointerBase Result) : const_pointer::PointerImpl(Result) {} in const_pointer() function
H A DEnumeratedArray.h38 using const_pointer = const ValueType *; variable
H A DArrayRef.h45 using const_pointer = const value_type *; variable
307 using const_pointer = const value_type *; variable
H A Dilist_node.h284 using const_pointer = typename OptionsT::const_pointer; member
H A Dsimple_ilist.h93 using const_pointer = typename OptionsT::const_pointer; variable
H A DAllocatorList.h80 using const_pointer = const T *; variable
H A DSparseMultiSet.h189 using const_pointer = const ValueT *; variable
H A DSmallVector.h261 using const_pointer = const T *; variable
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator.h44 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; typedef
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dsso_allocator.h30 typedef const void* const_pointer; global() typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dadt.h34 typedef const T *const_pointer; typedef
H A Derror.h198 using const_pointer = const std::remove_reference_t<T> *; variable
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h43 using const_pointer = const value_type *; variable
/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dspan.h47 using const_pointer = const T *; variable
H A Dstring_view.h57 using const_pointer = const char *; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h70 using const_pointer = const std::remove_reference_t<T> *; variable
H A DError.h503 using const_pointer = const std::remove_reference_t<T> *; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h98 using const_pointer = const T *; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h94 using const_pointer = const T *; variable
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Dvector.h102 using const_pointer = typename __alloc_traits::const_pointer; variable