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

References

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  448            .Execute(coord_s, &matches) &&
  449       !RegularExpression("^([0-9]+),([0-9]+)$").Execute(coord_s, &matches) &&
  450       !RegularExpression("^([0-9]+)$").Execute(coord_s, &matches))
  456     if (idx + 1 < matches.size()) {
  457       return !llvm::StringRef(matches[idx + 1]).getAsInteger<uint32_t>(10, i);