Searched refs:npos (Results 276 - 300 of 402) sorted by relevance

<<11121314151617

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h1237 if (ext.first && ext.second != string_type::npos)
1253 return ext.first && ext.second != string_type::npos;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp453 if (TargetTriple.find("-unknown-gnu") != StringRef::npos ||
454 TargetTriple.find("-pc-gnu") != StringRef::npos)
946 if (ArchPrefixLen == StringRef::npos)
1293 if (ParentProcPos == StringRef::npos)
1296 if (LineEnd == StringRef::npos)
2359 if (Val.find_first_of("/\\") != StringRef::npos) {
4997 std::string::size_type End = std::string::npos;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp998 if (val.find('=') != StringRef::npos) {
2041 if (Val.find('=') == StringRef::npos)
2047 if (Val.find('=') == StringRef::npos)
2064 if (Val.find('=') == StringRef::npos)
2695 if (Val.find('=') == StringRef::npos)
2970 if (Val.find('=') != StringRef::npos){
4197 if (Comma == StringRef::npos ||
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp491 (PropertyName.find("delegate") != StringRef::npos) ||
492 (PropertyName.find("dataSource") != StringRef::npos)) {
1342 if (Ix == StringRef::npos)
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2523 if (Constraints.find("=&A") != std::string::npos)
2527 if (position1 != std::string::npos) {
2532 if (position2 != std::string::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp818 else if (SanitizedEntry.find(',') == StringRef::npos)
1662 FuncOverlap.BaseName.npos)) {
2087 Func.Name.find(ShowFunction) != Func.Name.npos);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddynobj.cc61 if (open_paren != std::string::npos
62 && close_paren != std::string::npos)
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddynobj.cc61 if (open_paren != std::string::npos
62 && close_paren != std::string::npos)
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Ddynobj.cc61 if (open_paren != std::string::npos
62 && close_paren != std::string::npos)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerLoop.cpp397 if (Descr.find(Options.ExitOnSrcPos) != std::string::npos) {
H A DFuzzerTracePC.cpp313 Name = Name.substr(3, std::string::npos);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp635 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp637 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProf.h819 if (It == StringRef::npos)
/netbsd-current/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dstring.bench.cpp327 maybeOpaque(std::string::npos, opaque));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp319 assert(NameRef.find_first_of(0) == StringRef::npos &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp347 if (StrEnd == StringLiteral::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp223 if (I.first.find(FunctionSamples::UniqSuffix) != StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp798 if (Pos == StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp161 if (Delimiter > 0 && Delimiter != std::string::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp177 while ((Cursor = Filepath.find("\\.\\", Cursor)) != std::string::npos)
183 while ((Cursor = Filepath.find("\\..\\", Cursor)) != std::string::npos) {
189 if (PrevSlash == std::string::npos)
200 while ((Cursor = Filepath.find("\\\\", Cursor)) != std::string::npos)
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DPrintfFormatString.cpp161 if (CommaOrBracePos == StringRef::npos) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp818 if (Name.find('@') == StringRef::npos)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DLinux.cpp211 StringRef::npos)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp40 if (suffix != StringRef::npos)

Completed in 243 milliseconds

<<11121314151617