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

References

include/llvm/ADT/IndexedMap.h
   55     void reserve(typename StorageT::size_type s) {
   59     void resize(typename StorageT::size_type s) {
   77     typename StorageT::size_type size() const {
include/llvm/ADT/MapVector.h
   47   using size_type = typename VectorType::size_type;
include/llvm/ADT/SetVector.h
   52   using size_type = typename vector_type::size_type;
include/llvm/ADT/SmallVector.h
  344   void resize(size_type N) {
  357   void resize(size_type N, const T &NV) {
  369   void reserve(size_type N) {
  388     size_type NumInputs = std::distance(in_start, in_end);
  397   void append(size_type NumInputs, const T &Elt) {
  412   void assign(size_type NumElts, const T &Elt) {
  526   iterator insert(iterator I, size_type NumToInsert, const T &Elt) {
  686   for (size_type i = 0; i != NumShared; ++i)
tools/clang/include/clang/Driver/Action.h
   49   using size_type = ActionList::size_type;
tools/clang/include/clang/Driver/Job.h
  174   using size_type = list_type::size_type;
tools/clang/include/clang/Lex/Preprocessor.h
  847   CachedTokensTy::size_type CachedLexPos = 0;
  854   std::vector<CachedTokensTy::size_type> BacktrackPositions;
tools/clang/lib/Lex/Lexer.cpp
  231   typename T::size_type i = 0, e = Str.size();
tools/clang/lib/Lex/PPCaching.cpp
  124   for (CachedTokensTy::size_type i = CachedLexPos; i != 0; --i) {
usr/include/c++/7.4.0/bits/stl_queue.h
  448       typedef typename	_Sequence::size_type		 size_type;
usr/include/c++/7.4.0/bits/stl_stack.h
  129       typedef typename _Sequence::size_type		size_type;
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 2417     typedef typename ContainerView::type::size_type SizeType;