Searched refs:npos (Results 251 - 275 of 402) sorted by relevance

<<11121314151617

/netbsd-current/external/bsd/atf/dist/tools/
H A Datf-report.cpp646 if (pos == std::string::npos)
H A Datf-run.cpp493 if (colon_pos != std::string::npos && colon_pos < s.size() - 1) {
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsearching.d360 size_t npos = needle.length - 1;
361 while (pred(needle[npos], haystack[npos+hpos]))
363 if (npos == 0) return haystack[hpos .. $];
364 --npos;
366 hpos += max(skip[npos], cast(sizediff_t) npos - occurrence(haystack[npos+hpos]));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp79 if (Pos == StringRef::npos)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp219 Name.find(FuncFilter.NameFilter) != Name.npos)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp339 if (Pos != StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp113 if (Map.find('=') == StringRef::npos)
/netbsd-current/external/apache2/llvm/dist/clang/tools/driver/
H A Ddriver.cpp123 Edit.slice(2, Edit.size()-1).find('/') != StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp276 while ((Index = Text.find_first_of("\n\r<&", From)) != StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp458 if (info.IsReader && creationCode.find(prop.getName()) == StringRef::npos)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1090 return NumWhitespaceChars == StringRef::npos
2103 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash);
2105 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1;
2854 while (Pos != StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp565 if (F.getName().find(" load]") != std::string::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-config/
H A Dllvm-config.cpp268 if (NextOffset == std::string::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp776 if (EqIdx == std::string::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPerfReader.cpp423 if (!Records.empty() && Records[0].find('/') == StringRef::npos) {
H A DPerfReader.h517 if (Line.find('/') != StringRef::npos)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp471 if (Pos != llvm::StringRef::npos && SymbolName.substr(0, Pos) == Name) {
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d376 size_t npos = needle.length - 1;
377 while (pred(needle[npos], haystack[npos+hpos]))
379 if (npos == 0) return haystack[hpos .. $];
380 --npos;
382 hpos += max(skip[npos], cast(ptrdiff_t) npos - occurrence(haystack[npos+hpos]));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinferior.c980 gdb_assert (pos != std::string::npos);
/netbsd-current/external/mit/isl/dist/interface/
H A Dgenerator.cc304 if (pos == std::string::npos)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp312 if (Pos != StringRef::npos) {
331 if (Pos != StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp418 failIf(ColonPos == std::string::npos, "expected ':': " + InputFile);
456 if (Pos == std::string::npos)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h1168 if (ext.first && ext.second != string_type::npos)
1184 return ext.first && ext.second != string_type::npos;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h1234 if (ext.first && ext.second != string_type::npos)
1250 return ext.first && ext.second != string_type::npos;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc1252 if (radix_index != string_view::npos)
1557 if (last_nonzero_digit_pos == string_view::npos)

Completed in 242 milliseconds

<<11121314151617