Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__numeric/
H A Dmidpoint.h58 && is_object_v<remove_pointer_t<_TPtr>>
59 && ! is_void_v<remove_pointer_t<_TPtr>>
60 && (sizeof(remove_pointer_t<_TPtr>) > 0), _TPtr>
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DCFBundle.cpp37 using CFReleaser = std::unique_ptr<std::remove_pointer_t<T>,
38 CFDeleter<std::remove_pointer_t<T>>>;
/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dremove_pointer.h40 template <class _Tp> using remove_pointer_t = __remove_pointer_t<_Tp>; variable
/openbsd-src/gnu/llvm/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.h57 !convertible_to<remove_pointer_t<_From>(*)[], remove_pointer_t<_To>(*)[]>;
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A Dtype_traits.h59 using type = const std::remove_pointer_t<T> *;
H A DCasting.h172 using ResultType = std::remove_pointer_t<PointerType>;
391 using DecayedFrom = std::remove_cv_t<std::remove_pointer_t<From>>;
H A DGenericDomTree.h232 using ParentType = std::remove_pointer_t<ParentPtr>;
253 using ParentType = std::remove_pointer_t<ParentPtr>;
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DTypeSwitch.h56 using CaseT = std::remove_cv_t<std::remove_pointer_t< in Case()
H A DSTLExtras.h224 bool = std::is_function_v<std::remove_pointer_t<remove_cvref_t<T>>>>
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h63 std::is_function<std::remove_pointer_t<T>>::value, in jitTargetAddressToFunction()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dexecutor_address.h82 template <typename T, typename WrapFn = defaultWrap<std::remove_pointer_t<T>>>
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h87 template <typename T, typename WrapFn = defaultWrap<std::remove_pointer_t<T>>>
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValueMap.h245 using KeySansPointerT = std::remove_pointer_t<KeyT>;
/openbsd-src/gnu/llvm/libcxx/include/
H A Dtype_traits214 using remove_pointer_t = typename remove_pointer<T>::type; // C++14
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc972 SYMBOL(remove_pointer_t, std::, <type_traits>)
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp916 static_assert(std::is_function_v<std::remove_pointer_t<Printer>>, in printStateTraitWithLocationContextJson()