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

References

lib/Support/Unix/Host.inc
   38   std::string::size_type DarwinDashIdx = TargetTripleString.find("-darwin");
   44   std::string::size_type MacOSDashIdx = TargetTripleString.find("-macos");
lib/TableGen/Record.cpp
 1158       std::string::size_type found;
 1159       std::string::size_type idx = 0;
tools/clang/lib/AST/DeclPrinter.cpp
 1274   std::string::size_type pos, lastPos = 0;
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1228   std::string::size_type ReadOnlyPos = TyName.find(ReadOnlyQual);
 1234     std::string::size_type WriteOnlyPos = TyName.find(WriteOnlyQual);
 1239       std::string::size_type ReadWritePos = TyName.find(ReadWriteQual);
 1311         std::string::size_type pos = typeName.find("unsigned");
 1358         std::string::size_type pos = typeName.find("unsigned");
tools/clang/lib/Driver/Driver.cpp
 4489     std::string::size_type End = std::string::npos;
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  628   std::string::size_type DotPos = Filename.rfind('.');
 4444   std::string::size_type loc = 0;
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  564   std::string::size_type DotPos = Filename.rfind('.');
 3631   std::string::size_type loc = 0;
tools/clang/lib/Lex/Lexer.cpp
  231   typename T::size_type i = 0, e = Str.size();
tools/clang/tools/extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
   46   std::string::size_type Pos = Result.find_first_of('"');
tools/lldb/include/lldb/Utility/StringLexer.h
   20   typedef std::string::size_type Position;
   21   typedef std::string::size_type Size;
tools/lldb/tools/driver/Driver.cpp
  460   std::string::size_type pos = 0;
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  269     const std::string::size_type colon_pos = final_host_and_port.find(':');
usr/include/c++/7.4.0/bits/basic_string.h
  101       static const size_type	npos = static_cast<size_type>(-1);
  156       size_type		_M_string_length;
  163 	size_type        _M_allocated_capacity;
  171       _M_length(size_type __length)
  199       _M_capacity(size_type __capacity)
  203       _M_set_length(size_type __n)
  215       _M_create(size_type&, size_type);
  215       _M_create(size_type&, size_type);
  225       _M_destroy(size_type __size) throw()
  247       _M_construct_aux_2(size_type __req, _CharT __c)
  272       _M_construct(size_type __req, _CharT __c);
  298       size_type
  299       _M_check(size_type __pos, const char* __s) const
  309       _M_check_length(size_type __n1, size_type __n2, const char* __s) const
  309       _M_check_length(size_type __n1, size_type __n2, const char* __s) const
  317       size_type
  318       _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT
  318       _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT
  335       _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
  344       _S_move(_CharT* __d, const _CharT* __s, size_type __n)
  353       _S_assign(_CharT* __d, size_type __n, _CharT __c)
  390       _S_compare(size_type __n1, size_type __n2) _GLIBCXX_NOEXCEPT
  390       _S_compare(size_type __n1, size_type __n2) _GLIBCXX_NOEXCEPT
  406       _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
  406       _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
  407 		size_type __len2);
  410       _M_erase(size_type __pos, size_type __n);
  410       _M_erase(size_type __pos, size_type __n);
  450       basic_string(const basic_string& __str, size_type __pos,
  465       basic_string(const basic_string& __str, size_type __pos,
  466 		   size_type __n)
  481       basic_string(const basic_string& __str, size_type __pos,
  482 		   size_type __n, const _Alloc& __a)
  499       basic_string(const _CharT* __s, size_type __n,
  519       basic_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc())
  750 	    size_type __capacity;
  919       size_type
  925       size_type
  930       size_type
  945       resize(size_type __n, _CharT __c);
  958       resize(size_type __n)
  982       size_type
 1007       reserve(size_type __res_arg = 0);
 1036       operator[] (size_type __pos) const _GLIBCXX_NOEXCEPT
 1053       operator[](size_type __pos)
 1074       at(size_type __n) const
 1095       at(size_type __n)
 1228       append(const basic_string& __str, size_type __pos, size_type __n = npos)
 1228       append(const basic_string& __str, size_type __pos, size_type __n = npos)
 1240       append(const _CharT* __s, size_type __n)
 1256 	const size_type __n = traits_type::length(__s);
 1270       append(size_type __n, _CharT __c)
 1341 	const size_type __size = this->size();
 1393       assign(const basic_string& __str, size_type __pos, size_type __n = npos)
 1393       assign(const basic_string& __str, size_type __pos, size_type __n = npos)
 1409       assign(const _CharT* __s, size_type __n)
 1442       assign(size_type __n, _CharT __c)
 1523       insert(const_iterator __p, size_type __n, _CharT __c)
 1526 	const size_type __pos = __p - begin();
 1570 	  const size_type __pos = __p - begin();
 1621       insert(size_type __pos1, const basic_string& __str)
 1644       insert(size_type __pos1, const basic_string& __str,
 1645 	     size_type __pos2, size_type __n = npos)
 1645 	     size_type __pos2, size_type __n = npos)
 1667       insert(size_type __pos, const _CharT* __s, size_type __n)
 1667       insert(size_type __pos, const _CharT* __s, size_type __n)
 1686       insert(size_type __pos, const _CharT* __s)
 1710       insert(size_type __pos, size_type __n, _CharT __c)
 1710       insert(size_type __pos, size_type __n, _CharT __c)
 1731 	const size_type __pos = __p - begin();
 1788       erase(size_type __pos = 0, size_type __n = npos)
 1788       erase(size_type __pos = 0, size_type __n = npos)
 1811 	const size_type __pos = __position - begin();
 1830         const size_type __pos = __first - begin();
 1870       replace(size_type __pos, size_type __n, const basic_string& __str)
 1870       replace(size_type __pos, size_type __n, const basic_string& __str)
 1892       replace(size_type __pos1, size_type __n1, const basic_string& __str,
 1892       replace(size_type __pos1, size_type __n1, const basic_string& __str,
 1893 	      size_type __pos2, size_type __n2 = npos)
 1893 	      size_type __pos2, size_type __n2 = npos)
 1917       replace(size_type __pos, size_type __n1, const _CharT* __s,
 1917       replace(size_type __pos, size_type __n1, const _CharT* __s,
 1918 	      size_type __n2)
 1942       replace(size_type __pos, size_type __n1, const _CharT* __s)
 1942       replace(size_type __pos, size_type __n1, const _CharT* __s)
 1966       replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c)
 1966       replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c)
 1966       replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c)
 2005 	      const _CharT* __s, size_type __n)
 2047       replace(__const_iterator __i1, __const_iterator __i2, size_type __n,
 2235       _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2,
 2235       _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2,
 2235       _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2,
 2239       _M_replace(size_type __pos, size_type __len1, const _CharT* __s,
 2239       _M_replace(size_type __pos, size_type __len1, const _CharT* __s,
 2240 		 const size_type __len2);
 2243       _M_append(const _CharT* __s, size_type __n);
 2259       size_type
 2260       copy(_CharT* __s, size_type __n, size_type __pos = 0) const;
 2260       copy(_CharT* __s, size_type __n, size_type __pos = 0) const;
 2326       size_type
 2327       find(const _CharT* __s, size_type __pos, size_type __n) const
 2327       find(const _CharT* __s, size_type __pos, size_type __n) const
 2340       size_type
 2341       find(const basic_string& __str, size_type __pos = 0) const
 2372       size_type
 2373       find(const _CharT* __s, size_type __pos = 0) const _GLIBCXX_NOEXCEPT
 2389       size_type
 2390       find(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT;
 2402       size_type
 2403       rfind(const basic_string& __str, size_type __pos = npos) const
 2436       size_type
 2437       rfind(const _CharT* __s, size_type __pos, size_type __n) const
 2437       rfind(const _CharT* __s, size_type __pos, size_type __n) const
 2450       size_type
 2451       rfind(const _CharT* __s, size_type __pos = npos) const
 2467       size_type
 2468       rfind(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT;
 2481       size_type
 2482       find_first_of(const basic_string& __str, size_type __pos = 0) const
 2516       size_type
 2517       find_first_of(const _CharT* __s, size_type __pos, size_type __n) const
 2517       find_first_of(const _CharT* __s, size_type __pos, size_type __n) const
 2530       size_type
 2531       find_first_of(const _CharT* __s, size_type __pos = 0) const
 2550       size_type
 2551       find_first_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT
 2565       size_type
 2566       find_last_of(const basic_string& __str, size_type __pos = npos) const
 2600       size_type
 2601       find_last_of(const _CharT* __s, size_type __pos, size_type __n) const
 2601       find_last_of(const _CharT* __s, size_type __pos, size_type __n) const
 2614       size_type
 2615       find_last_of(const _CharT* __s, size_type __pos = npos) const
 2634       size_type
 2635       find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
 2648       size_type
 2649       find_first_not_of(const basic_string& __str, size_type __pos = 0) const
 2683       size_type
 2684       find_first_not_of(const _CharT* __s, size_type __pos,
 2685 			size_type __n) const _GLIBCXX_NOEXCEPT;
 2697       size_type
 2698       find_first_not_of(const _CharT* __s, size_type __pos = 0) const
 2715       size_type
 2716       find_first_not_of(_CharT __c, size_type __pos = 0) const
 2730       size_type
 2731       find_last_not_of(const basic_string& __str, size_type __pos = npos) const
 2765       size_type
 2766       find_last_not_of(const _CharT* __s, size_type __pos,
 2767 		       size_type __n) const _GLIBCXX_NOEXCEPT;
 2779       size_type
 2780       find_last_not_of(const _CharT* __s, size_type __pos = npos) const
 2797       size_type
 2798       find_last_not_of(_CharT __c, size_type __pos = npos) const
 2814       substr(size_type __pos = 0, size_type __n = npos) const
 2814       substr(size_type __pos = 0, size_type __n = npos) const
 2835 	const size_type __size = this->size();
 2836 	const size_type __osize = __str.size();
 2837 	const size_type __len = std::min(__size, __osize);
 2926       compare(size_type __pos, size_type __n, const basic_string& __str) const;
 2926       compare(size_type __pos, size_type __n, const basic_string& __str) const;
 2952       compare(size_type __pos1, size_type __n1, const basic_string& __str,
 2952       compare(size_type __pos1, size_type __n1, const basic_string& __str,
 2953 	      size_type __pos2, size_type __n2 = npos) const;
 2953 	      size_type __pos2, size_type __n2 = npos) const;
 2994       compare(size_type __pos, size_type __n1, const _CharT* __s) const;
 2994       compare(size_type __pos, size_type __n1, const _CharT* __s) const;
 3021       compare(size_type __pos, size_type __n1, const _CharT* __s,
 3021       compare(size_type __pos, size_type __n1, const _CharT* __s,
 3022 	      size_type __n2) const;
 5944       typedef typename __string_type::size_type		__size_type;
usr/include/c++/7.4.0/bits/basic_string.tcc
  167 	size_type __len = 0;
  168 	size_type __capacity = size_type(_S_local_capacity);
  215 	size_type __dnew = static_cast<size_type>(std::distance(__beg, __end));
  385 	const size_type __n1 = __i2 - __i1;
 1162       typedef typename __string_type::size_type	  __size_type;
 1176       typedef typename __string_type::size_type	  __size_type;
usr/include/c++/7.4.0/bits/locale_facets_nonio.tcc
  386       typedef typename string::size_type                  size_type;
usr/include/c++/7.4.0/bits/regex_compiler.tcc
  604       for (typename _StringT::size_type __i = 0;
usr/include/c++/7.4.0/sstream
   81       typedef typename __string_type::size_type		__size_type;
utils/TableGen/AsmWriterInst.cpp
   60   std::string::size_type LastEmitted = 0;
   62     std::string::size_type DollarPos =
  110       std::string::size_type VarEnd = DollarPos+1;
  150           std::string::size_type ModifierStart = VarEnd;
utils/TableGen/CodeGenInstruction.cpp
  183   std::string::size_type DotIdx = OpName.find_first_of('.');
  231   std::string::size_type wpos = CStr.find_first_of(" \t");
  232   std::string::size_type start = CStr.find_first_not_of(" \t");
  255   std::string::size_type pos = CStr.find_first_of('=');
  326   std::string::size_type bidx, eidx;
utils/TableGen/FastISelEmitter.cpp
  421   std::string::size_type pos = OpName.find("::");
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  646     for (std::string::size_type index = 0; index < name.size(); ++index) {
utils/unittest/googletest/src/gtest.cc
  925   ::std::string::size_type pos = 0;
  927     const ::std::string::size_type colon = str.find(delimiter, pos);