/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
H A D | invariants.cc | 36 csize_type npos = std::string::npos; in test01() local 119 csize_type npos = std::string::npos; in test02() local
|
H A D | substr.cc | 33 csize_type npos = std::string::npos; in test01() local
|
H A D | append.cc | 33 csize_type npos = std::string::npos; in test01() local
|
H A D | rfind.cc | 32 csize_type npos = std::string::npos; in test01() local
|
H A D | find.cc | 33 csize_type npos = std::string::npos; in test01() local
|
H A D | element_access.cc | 33 csize_type npos = std::string::npos; in test01() local
|
H A D | insert.cc | 32 csize_type npos = std::string::npos; in test01() local
|
H A D | replace.cc | 33 csize_type npos = std::string::npos; in test01() local
|
H A D | ctor_copy_dtor.cc | 34 csize_type npos = std::string::npos; in test01() local
|
H A D | inserters_extractors.cc | 41 csize_type npos = std::string::npos; in test01() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | vstring.h | 78 static const size_type npos = static_cast<size_type>(-1); in _GLIBCXX_BEGIN_NAMESPACE() local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/ |
H A D | abi_check.cc | 215 const string::size_type npos = string::npos; in line_to_symbol_info() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | StringRef.cpp | 22 constexpr size_t StringRef::npos; member in StringRef
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | basic_string.tcc | 73 basic_string<_CharT, _Traits, _Alloc>::npos; member in basic_string<_CharT, _Traits, _Alloc>
|
/openbsd-src/usr.bin/mandoc/ |
H A D | roff.c | 1376 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 D | basic_string.tcc | 60 basic_string<_CharT, _Traits, _Alloc>::npos; member in std::basic_string<_CharT, _Traits, _Alloc>
|
/openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
H A D | operations.cpp | 1360 const auto npos = static_cast<uintmax_t>(-1); in remove_all_impl() local
|