reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/RegionIterator.h
   56   static_assert(std::is_pointer<NodeRef>::value,
include/llvm/CodeGen/DIE.h
  383                       std::is_pointer<T>::value,
include/llvm/ExecutionEngine/JITSymbol.h
   45   static_assert(std::is_pointer<T>::value, "T must be a pointer type");
include/llvm/Support/BinaryStreamWriter.h
  136     static_assert(!std::is_pointer<T>::value,
include/llvm/Support/GenericDomTree.h
  221   static_assert(std::is_pointer<typename GraphTraits<NodeT *>::NodeRef>::value,
  226   static_assert(std::is_pointer<ParentPtr>::value,
include/llvm/Support/GraphWriter.h
   77   static_assert(std::is_pointer<NodeRef>::value,
include/llvm/Support/type_traits.h
   36       !std::is_pointer<UnderlyingT>::value &&
tools/clang/lib/AST/Interp/Source.h
   59   static typename std::enable_if<!std::is_pointer<T>::value, T>::type
   66   static typename std::enable_if<std::is_pointer<T>::value, T>::type
usr/include/c++/7.4.0/bits/unique_ptr.h
  134         __and_<__not_<is_pointer<_Dp>>,
  439                 __and_<is_pointer<_Up>,
usr/include/c++/7.4.0/ext/alloc_traits.h
   76 		      std::__not_<std::is_pointer<_Ptr>>>;
usr/include/c++/7.4.0/type_traits
  611     : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,