Home
last modified time | relevance | path

Searched refs:is_pointer (Results 1 – 25 of 45) sorted by relevance

12

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
Dtype_utils.hpp63 using std::tr1::is_pointer;
87 value = is_const<T>::value && is_pointer<T>::value
106 || is_pointer<typename remove_const<T>::type>::value
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
Dtype_traits.h36 !std::is_pointer<UnderlyingT>::value &&
48 T, std::enable_if_t<std::is_pointer<T>::value>> {
58 struct add_const_past_pointer<T, std::enable_if_t<std::is_pointer<T>::value>> {
68 std::enable_if_t<std::is_pointer<T>::value>> {
DBinaryStreamWriter.h130 static_assert(!std::is_pointer<T>::value, in writeObject()
DGenericDomTree.h230 static_assert(std::is_pointer<ParentPtr>::value,
245 static_assert(std::is_pointer<typename GraphTraits<NodeT *>::NodeRef>::value,
251 static_assert(std::is_pointer<ParentPtr>::value,
DFormatProviders.h53 : public std::integral_constant<bool, std::is_pointer<T>::value &&
DGraphWriter.h76 static_assert(std::is_pointer<NodeRef>::value,
DCasting.h393 using NonConstFrom = std::conditional_t<std::is_pointer<From>::value,
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgengtype-lex.l67 int is_pointer = 0; variable
84 is_pointer = 1;
88 if (is_pointer)
/openbsd/src/gnu/gcc/gcc/
Dgengtype-lex.l70 int is_pointer = 0; variable
87 is_pointer = 1;
92 if (is_pointer)
Dgengtype-lex.c1998 int is_pointer = 0; variable
2015 is_pointer = 1;
2020 if (is_pointer)
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h51 static_assert(std::is_pointer<T>::value, "T must be a pointer type"); in jitTargetAddressToPointer()
62 static_assert(std::is_pointer<T>::value && in jitTargetAddressToFunction()
/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DSource.h50 template <typename T> std::enable_if_t<!std::is_pointer<T>::value, T> read() { in read()
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dtype_traits_fwd.h65 struct is_pointer;
Dtype_traits149 struct is_pointer
151 _DEFINE_SPEC(1, is_pointer, _Tp*, true)
177 || is_pointer<_Tp>::value
222 || is_pointer<_Tp>::value
Dfunctional_iterate.h150 typename __gnu_cxx::__enable_if<(is_pointer<_Functor>::value
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DRegionIterator.h61 static_assert(std::is_pointer<NodeRef>::value,
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBType.i908is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu…
/openbsd/src/gnu/llvm/libcxx/include/
Dtype_traits39 template <class T> struct is_pointer;
255 = is_pointer<T>::value; // C++17
491 #include <__type_traits/is_pointer.h>
DCMakeLists.txt646 __type_traits/is_pointer.h
D__tree33 #include <__type_traits/is_pointer.h>
662 …typedef __conditional_t< is_pointer<__end_node_pointer>::value, __end_node_pointer, __node_base_po…
709 …typedef __conditional_t< is_pointer<__node_pointer>::value, typename __base::__end_node_pointer, _…
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DIntervalTree.h245 std::is_pointer<T>::value>;
DHashing.h355 std::is_pointer<T>::value) &&
/openbsd/src/gnu/llvm/lldb/source/Core/
DFormatEntity.cpp835 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; in DumpValue() local
838 if ((is_array || is_pointer) && (!is_array_range) && in DumpValue()
865 } else if (is_pointer) // if pointer, value is the address stored in DumpValue()
900 if (!is_array && !is_pointer) in DumpValue()
/openbsd/src/gnu/llvm/libcxx/include/experimental/
Dpropagate_const148 static_assert(!(is_pointer<_Tp>::value && is_function<__remove_pointer_t<_Tp> >::value),
150 …static_assert(!(is_pointer<_Tp>::value && is_same<__remove_cv_t<__remove_pointer_t<_Tp> >, void>::…
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DDIE.h401 std::is_pointer<T>::value, in construct()

12