HomeSort by relevance Sort by last modified time
    Searched refs:getRanges (Results 1 - 25 of 67) sorted by null

1 2 3

  /system/netd/server/
UidRanges.h 29 const std::vector<Range>& getRanges() const;
UidRanges.cpp 29 const std::vector<UidRanges::Range>& UidRanges::getRanges() const {
RouteController.cpp 709 for (const UidRanges::Range& range : uidRanges.getRanges()) {
    [all...]
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 156 Info.getRanges(),
DiagnosticRenderer.cpp 187 Diag.getRanges(), Diag.getFixIts(),
SerializedDiagnosticPrinter.cpp 562 Info.getRanges(),
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 167 /// getRanges - Return the range tag for the memory reference.
168 const MDNode *getRanges() const { return Ranges; }
LexicalScopes.h 62 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; }
SelectionDAGNodes.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 234 ArrayRef<SourceRange> Ranges = piece->getRanges();
333 if (X.getRanges().size() != Y.getRanges().size())
334 return X.getRanges().size() < Y.getRanges().size();
338 for (unsigned i = 0, n = X.getRanges().size(); i < n; ++i) {
339 SourceRange XR = X.getRanges()[i];
340 SourceRange YR = Y.getRanges()[i];
    [all...]
PlistDiagnostics.cpp 160 ArrayRef<SourceRange> Ranges = P.getRanges();
316 ArrayRef<SourceRange> Ranges = piece->getRanges();
HTMLDiagnostics.cpp 535 ArrayRef<SourceRange> Ranges = P.getRanges();
BugReporterVisitors.cpp 118 std::tie(Beg, End) = BR.getRanges();
    [all...]
BugReporter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 60 const SmallVectorImpl<RangeSpan> &getRanges() const { return Ranges; }
222 /// getRanges - Get the list of ranges for this unit.
223 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; }
224 SmallVectorImpl<RangeSpan> &getRanges() { return CURanges; }
DwarfDebug.cpp 338 const SmallVectorImpl<InsnRange> &Ranges = Scope->getRanges();
408 attachRangesOrLowHighPC(TheCU, *ScopeDIE, Scope->getRanges());
429 attachRangesOrLowHighPC(TheCU, *ScopeDIE, Scope->getRanges());
    [all...]
  /external/llvm/include/llvm/Support/
SourceMgr.h 261 ArrayRef<std::pair<unsigned, unsigned> > getRanges() const {
  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 627 public int getRanges() {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 325 for (unsigned i = 0, e = D.getRanges().size(); i != e; ++i) {
326 std::pair<unsigned, unsigned> Range = D.getRanges()[i];
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 116 << PD->path.back()->getRanges();
127 << (*PI)->getRanges();
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 300 SmallVectorImpl<InsnRange> &InsnRanges = Scope->getRanges();
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 293 virtual std::pair<ranges_iterator, ranges_iterator> getRanges();
PathDiagnostic.h 401 ArrayRef<SourceRange> getRanges() const { return ranges; }
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 748 milliseconds

1 2 3