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

Definitions

include/llvm/ADT/DenseMap.h
 1169   using pointer = value_type *;
include/llvm/ADT/DenseSet.h
  113     using pointer = value_type *;
  139     using pointer = const value_type *;
include/llvm/ADT/DepthFirstIterator.h
  147   using pointer = typename super::pointer;
include/llvm/ADT/EquivalenceClasses.h
  262     using pointer = typename super::pointer;
include/llvm/ADT/PostOrderIterator.h
  137   using pointer = typename super::pointer;
include/llvm/ADT/SmallPtrSet.h
  273   using pointer = PtrTy;
include/llvm/ADT/SparseMultiSet.h
  253     using pointer = typename super::pointer;
include/llvm/ADT/ilist_iterator.h
   67   using pointer = typename Traits::pointer;
include/llvm/CodeGen/MachineInstrBundleIterator.h
  117   using pointer = typename instr_iterator::pointer;
include/llvm/CodeGen/MachineRegisterInfo.h
 1010     using pointer = std::iterator<std::forward_iterator_tag,
 1116     using pointer = std::iterator<std::forward_iterator_tag,
include/llvm/CodeGen/SelectionDAGNodes.h
  785     using pointer = std::iterator<std::forward_iterator_tag,
include/llvm/IR/CFG.h
   61   using pointer = typename super::pointer;
  142   using pointer = BlockT *;
include/llvm/IR/InstIterator.h
   45   using pointer = IIty *;
include/llvm/Option/ArgList.h
   74   using pointer = typename Traits::pointer;
tools/clang/include/clang/AST/AttrIterator.h
   59   using pointer = SpecificAttr *;
tools/clang/include/clang/AST/DeclBase.h
 1992     using pointer = const value_type *;
 2067     using pointer = void;
 2145     using pointer = void;
tools/clang/include/clang/AST/DeclCXX.h
 3344     using pointer = UsingShadowDecl *;
tools/clang/include/clang/AST/Redeclarable.h
  248     using pointer = decl_type *;
tools/clang/include/clang/Sema/IdentifierResolver.h
   75     using pointer = NamedDecl *;
unittests/ADT/SmallVectorTest.cpp
  446   typedef value_type *pointer;
usr/include/c++/7.4.0/bits/forward_list.h
  126       typedef _Tp*                               pointer;
  194       typedef const _Tp*                         pointer;
usr/include/c++/7.4.0/bits/hashtable_policy.h
  345       using pointer = typename std::conditional<__constant_iterators,
usr/include/c++/7.4.0/bits/stl_bvector.h
  217     typedef _Bit_reference* pointer;
  304     typedef const bool*          pointer;
usr/include/c++/7.4.0/bits/stl_deque.h
  133       typedef _Ptr				pointer;
usr/include/c++/7.4.0/bits/stl_iterator.h
  116       typedef typename __traits_type::pointer		pointer;
  776       typedef typename __traits_type::pointer   	pointer;
 1027       typedef _Iterator					pointer;
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  127       typedef _Pointer   pointer;
usr/include/c++/7.4.0/bits/stl_list.h
  136       typedef _Tp*				pointer;
  216       typedef const _Tp*			pointer;
usr/include/c++/7.4.0/bits/stl_tree.h
  260       typedef _Tp* pointer;
  330       typedef const _Tp* pointer;
utils/TableGen/CodeGenDAGPatterns.h
  114     using pointer = const MVT*;