/llvm-project/libcxx/include/__memory/ |
H A D | allocator.h | 42 _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 D | const_pointer.pass.cpp | 48 typedef CPtr<const T> const_pointer; typedef 55 typedef void const_pointer; typedef
|
H A D | size_type.pass.cpp | 41 struct const_pointer {}; global() struct
|
H A D | difference_type.pass.cpp | 42 struct const_pointer {}; global() struct
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | simplify-subscript-expr.cpp | 29 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 D | sso_allocator.h | 31 typedef const void* const_pointer; typedef
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | adt.h | 34 typedef const T *const_pointer; typedef
|
H A D | error.h | 198 using const_pointer = const std::remove_reference_t<T> *; variable
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | EnumeratedArray.h | 38 using const_pointer = const ValueType *; variable
|
H A D | ArrayRef.h | 45 using const_pointer = const value_type *; variable 311 using const_pointer = const value_type *; global() variable
|
H A D | ilist_node.h | 278 using const_pointer = typename OptionsT::const_pointer; member
|
H A D | simple_ilist.h | 93 using const_pointer = typename OptionsT::const_pointer; variable
|
H A D | AllocatorList.h | 80 using const_pointer = const T *; variable
|
H A D | SparseMultiSet.h | 189 using const_pointer = const ValueT *; variable
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 43 using const_pointer = const value_type *; variable
|
/llvm-project/libc/src/__support/CPP/ |
H A D | span.h | 44 using const_pointer = const T *; global() variable
|
H A D | string_view.h | 55 using const_pointer = const char *; global() variable
|
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
H A D | p8.cpp | 85 typedef const void* const_pointer; typedef in redecl::n1::allocator
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ErrorOr.h | 70 using const_pointer = const std::remove_reference_t<T> *; variable
|
/llvm-project/libcxx/test/libcxx/memory/ |
H A D | allocation_guard.pass.cpp | 35 using const_pointer = const value_type*; global() typedef
|
/llvm-project/libcxx/test/support/ |
H A D | test_allocator.h | 79 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 D | nasty_containers.h | 34 typedef typename nested_container::const_pointer const_pointer; typedef 168 typedef typename nested_container::const_pointer const_pointer; typedef
|
H A D | controlled_allocators.h | 295 typedef const void* const_pointer; typedef
|
/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 98 using const_pointer = const T *; variable
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTVector.h | 94 using const_pointer = const T *; variable
|