Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dstring-find-str-contains.cpp19 static constexpr size_t npos = -1; member in std::basic_string
35 static constexpr size_t npos = -1; member in std::basic_string_view
54 static constexpr size_t npos = -1; member in absl::string_view
H A Dstring-find-startswith.cpp15 static constexpr size_t npos = -1; member
/llvm-project/clang/test/Analysis/
H A Dllvm-conventions.cpp36 static const size_t npos = ~size_t(0); member in llvm::StringRef
/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp19 static constexpr size_t npos = StringRef::npos; variable
/llvm-project/clang/test/FixIt/
H A Dtypo.cpp11 static const int npos = -1; // expected-note{{'npos' declared here}} member in std::basic_string
/llvm-project/libc/src/__support/CPP/
H A Dstring_view.h63 LIBC_INLINE_VAR static constexpr size_t npos = -1; global() variable
/llvm-project/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp41 static const size_t npos = ~size_t(0); member in llvm::StringRef
[all...]
/llvm-project/llvm/lib/Support/
H A DStringRef.cpp22 constexpr size_t StringRef::npos; member in StringRef
[all...]
/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp715 const auto npos = static_cast<uintmax_t>(-1); remove_all_impl() local