/llvm-project/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
H A D | element_type.compile.pass.cpp | 25 typedef char element_type; typedef 31 typedef char element_type; typedef 47 static int element_type; member 53 typedef int element_type; typedef
|
H A D | difference_type.compile.pass.cpp | 25 typedef short element_type; global() typedef 31 typedef short element_type; global() typedef
|
H A D | pointer.compile.pass.cpp | 22 using element_type = int; typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.assoc.types/readable.traits/ |
H A D | iter_value_t.compile.pass.cpp | 44 using element_type = double; typedef 69 using element_type = long; typedef
|
H A D | indirectly_readable_traits.compile.pass.cpp | 84 using element_type = U; typedef 90 using element_type = U; typedef
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 27 CompilerType element_type, in GetCompilerTypeForFormat() argument 127 CompilerType element_type) { in GetItemFormatForFormat() argument 199 CalculateNumChildren(CompilerType container_elem_type,uint64_t num_elements,CompilerType element_type) CalculateNumChildren() argument 258 CompilerType element_type; Update() local [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/replace-auto-ptr/ |
H A D | memory.h | 14 typedef X element_type; typedef 38 typedef void element_type; typedef
|
/llvm-project/libcxx/test/libcxx/iterators/ |
H A D | contiguous_iterators.pass.cpp | 109 typedef int element_type; // enable to_address via pointer_traits typedef in my_contiguous_iterator 136 using element_type = int; typedef 144 using element_type = int; typedef
|
/llvm-project/libcxx/include/__memory/ |
H A D | auto_ptr.h | 34 typedef _Tp element_type; typedef 85 typedef void element_type; typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/ |
H A D | contiguous_iterator.compile.pass.cpp | 35 typedef int element_type; typedef 104 typedef short element_type; typedef 139 typedef int element_type; typedef 170 typedef void element_type; typedef 217 typedef int element_type; typedef
|
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/ |
H A D | to_address.pass.cpp | 23 using element_type = Irrelevant; typedef 30 using element_type = Irrelevant; typedef 58 using element_type = Irrelevant; typedef 85 using element_type = Irrelevant; typedef
|
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/ |
H A D | to_address.pass.cpp | 25 using element_type = Irrelevant; typedef 32 using element_type = Irrelevant; typedef 60 using element_type = Irrelevant; typedef 87 using element_type = Irrelevant; typedef
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | linetable-eh.cpp | 22 typedef _Tp element_type; typedef in shared_ptr
|
H A D | 2010-07-23-DeclLoc.cpp | 17 typedef _Tp element_type; typedef in std::auto_ptr
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | CFUtils.h | 24 typedef T element_type; typedef
|
/llvm-project/libcxx/include/__mdspan/ |
H A D | default_accessor.h | 45 using element_type = _ElementType; global() member
|
H A D | mdspan.h | 83 using element_type = _ElementType; global() variable
|
/llvm-project/libcxx/test/support/ |
H A D | read_write.h | 18 using element_type = long; member
|
/llvm-project/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/ |
H A D | pointer_to.pass.cpp | 30 typedef T element_type; typedef
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | adt.h | 29 typedef T element_type; typedef
|
H A D | simple_packed_serialization.h | 268 using element_type = char; variable 297 using element_type = typename std::vector<T>::value_type; variable 323 using element_type = std::pair<K, V>; variable
|
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
H A D | difference_type.pass.cpp | 63 typedef char element_type; global() typedef
|
/llvm-project/libcxx/test/std/containers/views/mdspan/mdspan/ |
H A D | CustomTestAccessors.h | 77 using element_type = ElementType; global() member [all...] |
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | SimplePackedSerialization.h | 277 using element_type = char; variable 299 using element_type = typename std::vector<T>::value_type; variable 321 using element_type = typename SmallVectorImpl<T>::value_type; variable
|
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/ |
H A D | iterator_sentinel.pass.cpp | 74 typedef std::remove_reference_t<reference> element_type; typedef in throw_operator_minus
|