Home
last modified time | relevance | path

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

12

/llvm-project/libcxx/include/__memory/
H A Dallocator.h42 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; global() typedef
57 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; global() typedef
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Dconst_pointer.pass.cpp48 typedef CPtr<const T> const_pointer; typedef
55 typedef void const_pointer; typedef
H A Dsize_type.pass.cpp41 struct const_pointer {}; global() struct
H A Ddifference_type.pass.cpp42 struct const_pointer {}; global() struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-subscript-expr.cpp29 using const_pointer = const T*; typedef in std::basic_string_view
44 using const_pointer = const T*; typedef in MyVector
/llvm-project/libcxx/src/include/
H A Dsso_allocator.h31 typedef const void* const_pointer; typedef
/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
/llvm-project/llvm/include/llvm/ADT/
H A DEnumeratedArray.h38 using const_pointer = const ValueType *; variable
H A DArrayRef.h45 using const_pointer = const value_type *; variable
311 using const_pointer = const value_type *; global() variable
H A Dilist_node.h278 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
/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h43 using const_pointer = const value_type *; variable
/llvm-project/libc/src/__support/CPP/
H A Dspan.h44 using const_pointer = const T *; global() variable
H A Dstring_view.h55 using const_pointer = const char *; global() variable
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp85 typedef const void* const_pointer; typedef in redecl::n1::allocator
/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h70 using const_pointer = const std::remove_reference_t<T> *; variable
/llvm-project/libcxx/test/libcxx/memory/
H A Dallocation_guard.pass.cpp35 using const_pointer = const value_type*; global() typedef
/llvm-project/libcxx/test/support/
H A Dtest_allocator.h79 typedef const value_type* const_pointer; typedef
213 typedef const value_type* const_pointer; global() typedef
448 typedef const value_type* const_pointer; global() typedef
H A Dnasty_containers.h34 typedef typename nested_container::const_pointer const_pointer; typedef
168 typedef typename nested_container::const_pointer const_pointer; typedef
H A Dcontrolled_allocators.h295 typedef const void* const_pointer; typedef
/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h98 using const_pointer = const T *; variable
/llvm-project/clang/include/clang/AST/
H A DASTVector.h94 using const_pointer = const T *; variable

12