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

Definitions

include/llvm/ADT/DenseMap.h
 1166   using difference_type = ptrdiff_t;
include/llvm/ADT/DenseSet.h
  111     using difference_type = typename MapTy::iterator::difference_type;
  137     using difference_type = typename MapTy::const_iterator::difference_type;
include/llvm/ADT/Sequence.h
   38   using difference_type = typename BaseT::difference_type;
include/llvm/ADT/SmallPtrSet.h
  274   using difference_type = std::ptrdiff_t;
include/llvm/ADT/SparseMultiSet.h
  252     using difference_type = typename super::difference_type;
include/llvm/ADT/ilist_iterator.h
   69   using difference_type = ptrdiff_t;
include/llvm/ADT/iterator.h
  223   using difference_type = DifferenceTypeT;
include/llvm/CodeGen/MachineInstrBundleIterator.h
  116   using difference_type = typename instr_iterator::difference_type;
include/llvm/IR/CFG.h
  141   using difference_type = int;
include/llvm/IR/InstIterator.h
   44   using difference_type = signed;
include/llvm/Option/ArgList.h
   76   using difference_type = std::ptrdiff_t;
tools/clang/include/clang/AST/AttrIterator.h
   61   using difference_type = std::ptrdiff_t;
tools/clang/include/clang/AST/DeclBase.h
 1994     using difference_type = std::ptrdiff_t;
 2068     using difference_type =
 2146     using difference_type =
tools/clang/include/clang/AST/DeclCXX.h
 3346     using difference_type = std::ptrdiff_t;
tools/clang/include/clang/AST/Redeclarable.h
  250     using difference_type = std::ptrdiff_t;
tools/clang/include/clang/Sema/IdentifierResolver.h
   77     using difference_type = std::ptrdiff_t;
unittests/ADT/SmallVectorTest.cpp
  445   typedef int difference_type;
usr/include/c++/7.4.0/bits/forward_list.h
  128       typedef ptrdiff_t                          difference_type;
  196       typedef ptrdiff_t                          difference_type;
usr/include/c++/7.4.0/bits/hashtable_policy.h
  342       typedef std::ptrdiff_t				difference_type;
usr/include/c++/7.4.0/bits/stl_deque.h
  136       typedef ptrdiff_t				difference_type;
usr/include/c++/7.4.0/bits/stl_iterator.h
  115       typedef typename __traits_type::difference_type	difference_type;
  774       typedef typename __traits_type::difference_type 	difference_type;
 1025       typedef typename __traits_type::difference_type	difference_type;
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  125       typedef _Distance  difference_type;
usr/include/c++/7.4.0/bits/stl_list.h
  133       typedef ptrdiff_t				difference_type;
  213       typedef ptrdiff_t				difference_type;
usr/include/c++/7.4.0/bits/stl_tree.h
  263       typedef ptrdiff_t                  difference_type;
  335       typedef ptrdiff_t                  difference_type;
utils/TableGen/CodeGenDAGPatterns.h
  113     using difference_type = ptrdiff_t;