Home
last modified time | relevance | path

Searched refs:remove_pointer_t (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DByteProvider.h49 using remove_pointer_t = typename std::remove_pointer<T>::type;
51 std::is_same<decltype(test<remove_pointer_t>(0)), yes>::value;
H A DAccelTable.h150 std::is_base_of<AccelTableData, std::remove_pointer_t<T>>()); in getValues()
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_pointer.h48 using remove_pointer_t = __remove_pointer_t<_Tp>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dtype_traits.h59 using type = const std::remove_pointer_t<T> *;
H A DGenericDomTree.h230 using ParentType = std::remove_pointer_t<ParentPtr>;
251 using ParentType = std::remove_pointer_t<ParentPtr>;
H A DCasting.h172 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 Ddata.h40 concept __ptr_to_object = is_pointer_v<_Tp> && is_object_v<remove_pointer_t<_Tp>>;
H A Dsubrange.h59 !convertible_to<remove_pointer_t<_From> (*)[], remove_pointer_t<_To> (*)[]>;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h56 using CaseT = std::remove_cv_t<std::remove_pointer_t< in Case()
H A DSTLExtras.h209 bool = std::is_function_v<std::remove_pointer_t<remove_cvref_t<T>>>>
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h82 template <typename T, typename WrapFn = defaultWrap<std::remove_pointer_t<T>>>
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h63 std::is_function<std::remove_pointer_t<T>>::value, in jitTargetAddressToFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h87 template <typename T, typename WrapFn = defaultWrap<std::remove_pointer_t<T>>>
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h283 mdspan(_Pointer&&) -> mdspan<remove_pointer_t<remove_reference_t<_Pointer>>, extents<size_t>>;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h245 using KeySansPointerT = std::remove_pointer_t<KeyT>;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan372 -> mdspan<remove_pointer_t<remove_reference_t<Pointer>>, extents<size_t>>;
H A Dtype_traits214 using remove_pointer_t = typename remove_pointer<T>::type; // C++14
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h183 using BT = std::remove_pointer_t<NodeRef>;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp921 static_assert(std::is_function_v<std::remove_pointer_t<Printer>>, in printStateTraitWithLocationContextJson()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2484 SYMBOL(remove_pointer_t, std::, <type_traits>)