Searched refs:npos (Results 101 - 125 of 298) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp177 if (Idx == StringRef::npos)
181 ValuesStr = ValuesStr.slice(Idx + 1, StringRef::npos);
/freebsd-current/contrib/kyua/utils/fs/
H A Dpath_test.cpp183 ATF_REQUIRE(absolute.find("/bin/ls") != std::string::npos);
/freebsd-current/contrib/kyua/utils/
H A Dstacktrace.cpp96 std::string::npos
H A Dstacktrace_test.cpp330 ATF_REQUIRE(core_name.get().str().find("core") != std::string::npos);
346 ATF_REQUIRE(core_name.get().str().find("core") != std::string::npos);
/freebsd-current/contrib/kyua/engine/
H A Dfilters.cpp87 if (pos == std::string::npos) {
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp169 if (EndOfIdentifier == std::string::npos) {
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.cpp173 if (percent == StringRef::npos) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp118 if (Attrs.find("shape=") == std::string::npos)
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp144 if (col == StringRef::npos)
H A DRetainSummaryManager.cpp480 (StrInStrNoCase(FName, "InsertValue") != StringRef::npos ||
481 StrInStrNoCase(FName, "AddValue") != StringRef::npos ||
482 StrInStrNoCase(FName, "SetValue") != StringRef::npos ||
483 StrInStrNoCase(FName, "AppendValue") != StringRef::npos ||
484 StrInStrNoCase(FName, "SetAttribute") != StringRef::npos)
/freebsd-current/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp112 if (splitter == std::string::npos) {
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp82 return getName(D).find(FilterString) != std::string::npos;
/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp134 else if (F.find("+hvxv") != std::string::npos) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp114 if (spacePos != std::string::npos) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp83 if (LLVM_LIKELY(Pos != StringRef::npos)) {
H A DSpecialCaseList.cpp37 for (size_t pos = 0; (pos = Regexp.find('*', pos)) != std::string::npos;
H A DDataExtractor.cpp163 if (Pos != StringRef::npos) {
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp345 if (FirstSep != llvm::StringRef::npos)
353 if (FirstSep == llvm::StringRef::npos) {
368 if (FirstSep == llvm::StringRef::npos) {
651 if (colon_pos != llvm::StringRef::npos)
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp168 if (Dx == StringRef::npos)
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp84 return I != StringRef::npos &&
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp232 if (n2 == StringRef::npos) {
247 if (n3 == StringRef::npos) {
266 while (n3 != StringRef::npos) {
270 if (n3 == StringRef::npos || n3 == 0)
282 n4 = (n4 != StringRef::npos) ? n3 + n4 + 1 : Rest.size();
289 if (n5 == StringRef::npos)
332 if (pos == LineIt->npos || (*LineIt)[pos] == '#')
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp123 size_t pos = llvm::StringRef::npos) {
125 left_pos = llvm::StringRef::npos;
129 if (pos == llvm::StringRef::npos || s[pos] == left_char)
135 if (pos == llvm::StringRef::npos)
229 if (context_end == llvm::StringRef::npos)
/freebsd-current/contrib/wpa/src/ap/
H A Ddrv_callbacks.c627 u8 *npos; local
630 npos = owe_assoc_req_process(hapd, sta,
635 if (npos)
636 p = npos;
638 if (!npos &&
645 if (!npos || status != WLAN_STATUS_SUCCESS)
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp281 if (End == StringRef::npos)
289 if (End != StringRef::npos && *(TokenPtr + End) == '\"')
499 if (Pos == StringRef::npos) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp448 if (Line.find("ERROR:") != Line.npos ||
449 Line.find("runtime error:") != Line.npos)

Completed in 7211 milliseconds

1234567891011>>