Searched refs:npos (Results 176 - 200 of 402) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DSignals.cpp120 if (Argv0.find("llvm-symbolizer") != std::string::npos)
H A DSpecialCaseList.cpp44 for (size_t pos = 0; (pos = Regexp.find('*', pos)) != std::string::npos;
H A DRegex.cpp216 return Str.find_first_of(RegexMetachars) == StringRef::npos;
H A DBinaryStreamReader.cpp84 if (LLVM_LIKELY(Pos != StringRef::npos)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp101 if (FS.find_lower("+wavefrontsize") != StringRef::npos) {
102 if (FS.find_lower("wavefrontsize16") == StringRef::npos)
104 if (FS.find_lower("wavefrontsize32") == StringRef::npos)
106 if (FS.find_lower("wavefrontsize64") == StringRef::npos)
H A DAMDGPUPrintfRuntimeBinding.cpp114 ConvSpecifiers, CurFmtSpecifierIdx)) != StringRef::npos) {
119 if (pTag != StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp169 if (EndOfIdentifier == std::string::npos) {
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp641 assert(Idx != StringRef::npos);
644 assert(Transformer.find('(') == StringRef::npos &&
652 if (Transformer.find_first_of("PCKWS") != StringRef::npos)
1041 assert(Idx != StringRef::npos);
H A DNeonEmitter.cpp385 if (Mods.find('!') != StringRef::npos)
945 assert_with_loc(End != StringRef::npos, "unmatched modifier group paren");
1109 while (S.find('$') != std::string::npos) {
1768 assert_with_loc(Idx != std::string::npos, "name should contain '" + ToReplace + "'!");
2127 Def->getName().find('h') != std::string::npos)
2137 if (Def->getName().find('r') != std::string::npos ||
2138 Def->getName().find("cvt") != std::string::npos)
2147 if (Def->getName().find('r') != std::string::npos)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp143 if (col == StringRef::npos)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp122 if (Attrs.find("shape=") == std::string::npos)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp168 if (percent == StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp258 if (thinlto_prefix_replace.find(';') == std::string::npos)
262 if (thinlto_object_suffix_replace.find(';') == std::string::npos)
694 options::thinlto_object_suffix_replace.find(';') != StringRef::npos);
856 assert(PrefixReplace.empty() || PrefixReplace.find(';') != StringRef::npos);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dmain.cc100 if (slash != std::string::npos)
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dmain.cc100 if (slash != std::string::npos)
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dmain.cc100 if (slash != std::string::npos)
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Ddwz.c111 if (dwz_pos == std::string::npos)
/netbsd-current/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c1077 int i, j, ngood, sn, bic, r, npos; local
1096 npos = 0;
1113 ++npos;
1141 lfs_sb_getfsmnt(fs), goal, cip->clean, npos);
1144 lfs_sb_getfsmnt(fs), goal, cip->clean, npos);
1175 lfs_sb_getfsmnt(fs), (int)goal, cip->clean, npos);
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Ddrv_callbacks.c561 u8 *npos; local
563 npos = owe_assoc_req_process(hapd, sta,
567 if (npos)
568 p = npos;
569 if (!npos &&
577 if (!npos || reason != WLAN_STATUS_SUCCESS)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp145 if (n2 == StringRef::npos) {
160 if (n3 == StringRef::npos) {
179 while (n3 != StringRef::npos) {
183 if (n3 == StringRef::npos || n3 == 0)
195 n4 = (n4 != StringRef::npos) ? n3 + n4 + 1 : Rest.size();
202 if (n5 == StringRef::npos)
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs_test.cpp470 ATF_REQUIRE(t1.str().find("XXXXXX") == std::string::npos);
471 ATF_REQUIRE(t2.str().find("XXXXXX") == std::string::npos);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFImportFile.cpp114 if (Pos == StringRef::npos && From.startswith("_") && To.startswith("_")) {
120 if (Pos == StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransforms.cpp99 fname.find("Create") != StringRef::npos ||
100 fname.find("Copy") != StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp158 if (LParenPos == StringRef::npos)
1638 if (LastNewlinePos == StringRef::npos) {
1787 ContentStartsOnNewline || (NewCode->find('\n') != std::string::npos);
2061 if (Split.first == StringRef::npos) {
2104 if (NextSplit.first == StringRef::npos) {
2232 if (SplitBeforeNext.first != StringRef::npos) {
2255 if (Split.first == StringRef::npos) {
2319 if (SplitAfterLastLine.first != StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp324 if (ContextId.find(" @ ") != StringRef::npos) {
364 if (CalleeContext.find(" @ ") == StringRef::npos)

Completed in 251 milliseconds

1234567891011>>