| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ |
| D | type_utils.hpp | 63 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/ |
| D | type_traits.h | 36 !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>> {
|
| D | BinaryStreamWriter.h | 130 static_assert(!std::is_pointer<T>::value, in writeObject()
|
| D | GenericDomTree.h | 230 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,
|
| D | FormatProviders.h | 53 : public std::integral_constant<bool, std::is_pointer<T>::value &&
|
| D | GraphWriter.h | 76 static_assert(std::is_pointer<NodeRef>::value,
|
| D | Casting.h | 393 using NonConstFrom = std::conditional_t<std::is_pointer<From>::value,
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gengtype-lex.l | 67 int is_pointer = 0; variable 84 is_pointer = 1; 88 if (is_pointer)
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gengtype-lex.l | 70 int is_pointer = 0; variable 87 is_pointer = 1; 92 if (is_pointer)
|
| D | gengtype-lex.c | 1998 int is_pointer = 0; variable 2015 is_pointer = 1; 2020 if (is_pointer)
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| D | JITSymbol.h | 51 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/ |
| D | Source.h | 50 template <typename T> std::enable_if_t<!std::is_pointer<T>::value, T> read() { in read()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | type_traits_fwd.h | 65 struct is_pointer;
|
| D | type_traits | 149 struct is_pointer 151 _DEFINE_SPEC(1, is_pointer, _Tp*, true) 177 || is_pointer<_Tp>::value 222 || is_pointer<_Tp>::value
|
| D | functional_iterate.h | 150 typename __gnu_cxx::__enable_if<(is_pointer<_Functor>::value
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | RegionIterator.h | 61 static_assert(std::is_pointer<NodeRef>::value,
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBType.i | 908 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu…
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | type_traits | 39 template <class T> struct is_pointer; 255 = is_pointer<T>::value; // C++17 491 #include <__type_traits/is_pointer.h>
|
| D | CMakeLists.txt | 646 __type_traits/is_pointer.h
|
| D | __tree | 33 #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/ |
| D | IntervalTree.h | 245 std::is_pointer<T>::value>;
|
| D | Hashing.h | 355 std::is_pointer<T>::value) &&
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | FormatEntity.cpp | 835 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/ |
| D | propagate_const | 148 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/ |
| D | DIE.h | 401 std::is_pointer<T>::value, in construct()
|