reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/TableGen/Record.cpp
 1161         found = Val.find(LHSs->getValue(), idx);
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  637   size_t Pos = Asm.find(SearchStr);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1228   std::string::size_type ReadOnlyPos = TyName.find(ReadOnlyQual);
 1234     std::string::size_type WriteOnlyPos = TyName.find(WriteOnlyQual);
 1239       std::string::size_type ReadWritePos = TyName.find(ReadWriteQual);
tools/clang/lib/Frontend/ASTConsumers.cpp
   79       return getName(D).find(FilterString) != std::string::npos;
tools/clang/unittests/AST/MatchVerifier.h
  272     if (Dump.str().find(ExpectSubstring) == std::string::npos) {
tools/clang/unittests/Tooling/TransformerTest.cpp
   69   auto I = Actual.find(HL);
tools/clang/utils/TableGen/NeonEmitter.cpp
 1878   size_t Idx = S.find(ToReplace);
tools/lldb/include/lldb/Interpreter/CommandObject.h
   43     if (add_all || (iter->first.find(cmd_str, 0) == 0)) {
tools/lldb/source/Core/Module.cpp
 1410           if (old_path.find(new_path) == 0) {
tools/lldb/source/Interpreter/Options.cpp
 1078       size_t pos = input_line.find(tmp_arg);
 1090         size_t pos = input_line.find(tmp_arg);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  503   start_loc = transformed_text.find(m_start_marker);
  507   end_loc = transformed_text.find(m_end_marker);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  321   while ((offset = expr.find(from)) != expr.npos)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5079         if (rpath.find(loader_path) == 0) {
 5082         } else if (rpath.find(executable_path) == 0) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2684   while ((pos = str.find(oldStr, pos)) != std::string::npos) {
tools/lldb/source/Symbol/Variable.cpp
  542           member_name.find(partial_member_name) == 0) {
tools/polly/lib/Support/GICHelper.cpp
  165   while ((pos = str.find(find, pos)) != std::string::npos) {
tools/sancov/sancov.cpp
  456   size_t Pos = Path.find(ClStripPathPrefix);
utils/TableGen/SubtargetEmitter.cpp
 1214         if (SchedTables.WriterNames[idx + i].find(WriterNames[i]) ==
utils/benchmark/src/string_util.cc
  166   while ((start = str->find(from, start)) != std::string::npos) {
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 1212     return s2.find(substring_) != StringType::npos;
utils/unittest/googletest/src/gtest.cc
 1575   return haystack.find(needle) != StringType::npos;