Searched defs:npos (Results 1 – 15 of 15) sorted by relevance
51 iterator npos = pos; in erase_after() local
22 Node** npos = cache.Find(graph.zone(), i); in TEST() local85 Node** npos = cache.Find(graph.zone(), i); in TEST() local128 Node** npos = cache.Find(graph.zone(), p); in TEST() local
71 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
186 static const int32_t npos; // = 0x7fffffff; variable
35 const TiXmlString::size_type TiXmlString::npos = static_cast< size_type >(-1); member in TiXmlString
59 static const size_type npos; // = -1; variable
30 const TiXmlString::size_type TiXmlString::npos = static_cast< TiXmlString::size_type >(-1); member in TiXmlString
62 static const size_type npos; // = -1; variable
87 const StringPiece::size_type StringPiece::npos = size_type(-1); member in StringPiece
122 static const size_type npos; variable
11 static const int npos = -1; // expected-note{{'npos' declared here}} member in std::basic_string
44 static const size_t npos = ~size_t(0); variable
30 size_t npos = (size_t)(-1); in GetFileNameParts() local
41 static const size_t npos = ~size_t(0); member in llvm::StringRef
20 const size_t StringRef::npos; member in StringRef