Searched refs:remove_pointer_t (Results 1 – 21 of 21) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ByteProvider.h | 49 using remove_pointer_t = typename std::remove_pointer<T>::type; 51 std::is_same<decltype(test<remove_pointer_t>(0)), yes>::value;
|
H A D | AccelTable.h | 150 std::is_base_of<AccelTableData, std::remove_pointer_t<T>>()); in getValues()
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | remove_pointer.h | 48 using remove_pointer_t = __remove_pointer_t<_Tp>; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | type_traits.h | 59 using type = const std::remove_pointer_t<T> *;
|
H A D | GenericDomTree.h | 230 using ParentType = std::remove_pointer_t<ParentPtr>; 251 using ParentType = std::remove_pointer_t<ParentPtr>;
|
H A D | Casting.h | 172 using ResultType = std::remove_pointer_t<PointerType>; 390 using DecayedFrom = std::remove_cv_t<std::remove_pointer_t<From>>;
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | data.h | 40 concept __ptr_to_object = is_pointer_v<_Tp> && is_object_v<remove_pointer_t<_Tp>>;
|
H A D | subrange.h | 59 !convertible_to<remove_pointer_t<_From> (*)[], remove_pointer_t<_To> (*)[]>;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | TypeSwitch.h | 56 using CaseT = std::remove_cv_t<std::remove_pointer_t< in Case()
|
H A D | STLExtras.h | 209 bool = std::is_function_v<std::remove_pointer_t<remove_cvref_t<T>>>>
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | executor_address.h | 82 template <typename T, typename WrapFn = defaultWrap<std::remove_pointer_t<T>>>
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 63 std::is_function<std::remove_pointer_t<T>>::value, in jitTargetAddressToFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | ExecutorAddress.h | 87 template <typename T, typename WrapFn = defaultWrap<std::remove_pointer_t<T>>>
|
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/ |
H A D | mdspan.h | 283 mdspan(_Pointer&&) -> mdspan<remove_pointer_t<remove_reference_t<_Pointer>>, extents<size_t>>;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | type_traits.cppm |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 245 using KeySansPointerT = std::remove_pointer_t<KeyT>;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | mdspan | 372 -> mdspan<remove_pointer_t<remove_reference_t<Pointer>>, extents<size_t>>;
|
H A D | type_traits | 214 using remove_pointer_t = typename remove_pointer<T>::type; // C++14
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 183 using BT = std::remove_pointer_t<NodeRef>;
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 921 static_assert(std::is_function_v<std::remove_pointer_t<Printer>>, in printStateTraitWithLocationContextJson()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2484 SYMBOL(remove_pointer_t, std::, <type_traits>)
|