Searched refs:npos (Results 201 - 225 of 298) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1375 comments_string.npos;
1831 if (first_eol_char != std::string::npos) {
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp380 if (Pos != StringRef::npos) {
399 if (Pos != StringRef::npos) {
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc543 if (line_end == ::std::string::npos) {
/freebsd-current/sbin/devd/
H A Ddevd.cc423 while ((pos = rv.find("\\\"", pos)) != rv.npos) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp265 Name = Name.substr(3, std::string::npos);
H A DFuzzerLoop.cpp398 if (Descr.find(Options.ExitOnSrcPos) != std::string::npos) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp819 if (Pos == StringRef::npos) {
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp78 if (Pos == StringRef::npos)
/freebsd-current/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp431 if (StrEnd == StringLiteral::npos) {
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp254 CmpEnd = CmpEnd == StringRef::npos ? Name.size() : CmpEnd;
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp41 if (suffix != StringRef::npos)
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp161 if (CommaOrBracePos == StringRef::npos) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp320 while ((offset = expr.find(from)) != expr.npos)
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp171 while ((Cursor = Filepath.find("\\.\\", Cursor)) != std::string::npos)
177 while ((Cursor = Filepath.find("\\..\\", Cursor)) != std::string::npos) {
183 if (PrevSlash == std::string::npos)
194 while ((Cursor = Filepath.find("\\\\", Cursor)) != std::string::npos)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp426 if (last_dot != std::string::npos) {
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp676 if (pos == StringRef::npos)
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp294 Name = Name.substr(Prefix().size(), StringRef::npos);
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp417 if (pos != std::string::npos)
H A DSearchableTableEmitter.cpp810 if (FieldName.find(':') != std::string::npos ||
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp507 ThinLTOPrefixReplace.find(';') != StringRef::npos);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp559 if (ThunkName[0] == '?' && ThunkName.find("@") != std::string::npos) {
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2236 if (s1Term != StringRef::npos)
2240 if (s2Term != StringRef::npos)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1681 if (Dot != StringRef::npos) {
1683 StringRef DotStr = Name.slice(Dot, StringRef::npos);
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1264 StringRef::npos ||
1266 StringRef::npos) {
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2089 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just
2277 llvm::StringRef::npos) // if there is no ], this is a syntax error

Completed in 571 milliseconds

1234567891011>>