Home
last modified time | relevance | path

Searched defs:npos (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dinvariants.cc36 csize_type npos = std::string::npos; in test01() local
119 csize_type npos = std::string::npos; in test02() local
H A Dsubstr.cc33 csize_type npos = std::string::npos; in test01() local
H A Dappend.cc33 csize_type npos = std::string::npos; in test01() local
H A Drfind.cc32 csize_type npos = std::string::npos; in test01() local
H A Dfind.cc33 csize_type npos = std::string::npos; in test01() local
H A Delement_access.cc33 csize_type npos = std::string::npos; in test01() local
H A Dinsert.cc32 csize_type npos = std::string::npos; in test01() local
H A Dreplace.cc33 csize_type npos = std::string::npos; in test01() local
H A Dctor_copy_dtor.cc34 csize_type npos = std::string::npos; in test01() local
H A Dinserters_extractors.cc41 csize_type npos = std::string::npos; in test01() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dvstring.h78 static const size_type npos = static_cast<size_type>(-1); in _GLIBCXX_BEGIN_NAMESPACE() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dabi_check.cc215 const string::size_type npos = string::npos; in line_to_symbol_info() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DStringRef.cpp22 constexpr size_t StringRef::npos; member in StringRef
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dbasic_string.tcc73 basic_string<_CharT, _Traits, _Alloc>::npos; member in basic_string<_CharT, _Traits, _Alloc>
/openbsd-src/usr.bin/mandoc/
H A Droff.c1376 int npos; /* position in numeric expression */ roff_expand() local
3467 int npos; roff_onearg() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dbasic_string.tcc60 basic_string<_CharT, _Traits, _Alloc>::npos; member in std::basic_string<_CharT, _Traits, _Alloc>
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp1360 const auto npos = static_cast<uintmax_t>(-1); in remove_all_impl() local