Home
last modified time | relevance | path

Searched defs:Ranges (Results 1 – 25 of 67) sorted by relevance

123

/external/llvm/include/llvm/Support/
DUnicodeCharRanges.h59 LLVM_CONSTEXPR UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet()
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet()
99 const CharRanges Ranges; variable
/external/llvm/unittests/Support/
DSourceMgrTest.cpp41 const Twine &Msg, ArrayRef<SMRange> Ranges, in printMessage()
132 SMRange Ranges[] = { getRange(0, 3), getRange(4, 3) }; in TEST_F() local
143 SMRange Ranges[] = { getRange(0, 3), getRange(2, 4) }; in TEST_F() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.cpp41 auto &Ranges = VarInstrRanges[Var]; in startInstrRange() local
53 auto &Ranges = VarInstrRanges[Var]; in endInstrRange() local
66 const auto &Ranges = I->second; in getRegisterForVar() local
DDwarfUnit.h55 SmallVector<RangeSpan, 2> Ranges; variable
58 RangeSpanList(MCSymbol *Sym, SmallVector<RangeSpan, 2> Ranges) in RangeSpanList()
/external/clang/include/clang/Frontend/
DTextDiagnostic.h92 SmallVectorImpl<CharSourceRange>& Ranges, in emitCodeContext()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp126 ArrayRef<CharSourceRange> Ranges, in emitDiagnostic()
396 ArrayRef<CharSourceRange> Ranges, in mapDiagnosticRanges()
452 ArrayRef<CharSourceRange> Ranges, in emitCaret()
465 ArrayRef<CharSourceRange> Ranges, in emitSingleMacroExpansion()
519 ArrayRef<CharSourceRange> Ranges, in checkRangesForMacroArgExpansion()
563 ArrayRef<CharSourceRange> Ranges, in emitMacroExpansions()
DSerializedDiagnosticPrinter.cpp78 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc()
682 ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage()
710 void SDiagsWriter::EmitCodeContext(SmallVectorImpl<CharSourceRange> &Ranges, in EmitCodeContext()
740 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
/external/libchrome/base/metrics/
Dbucket_ranges.h35 typedef std::vector<HistogramBase::Sample> Ranges; typedef
/external/llvm/lib/MC/MCParser/
DMCAsmParser.cpp36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) { in TokError()
/external/libchrome/sandbox/linux/bpf_dsl/
Dpolicy_compiler.h76 typedef std::vector<Range> Ranges; typedef
/external/llvm/lib/Support/
DSourceMgr.cpp137 ArrayRef<SMRange> Ranges, in GetMessage()
217 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
223 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
232 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, in SMDiagnostic()
/external/clang/unittests/Format/
DSortIncludesTest.cpp24 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); in sort() local
32 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); in newCursor() local
DFormatTestProto.cpp26 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length)); in format() local
DFormatTestSelective.cpp26 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length)); in format() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDereferenceChecker.cpp55 SmallVectorImpl<SourceRange> &Ranges, in AddDerefSource()
107 SmallVector<SourceRange, 2> Ranges; in reportBug() local
/external/clang/tools/libclang/
DCXLoadedDiagnostic.h84 std::vector<CXSourceRange> Ranges; variable
DCIndexDiagnostic.cpp118 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticMessage()
135 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc()
140 SmallVectorImpl<CharSourceRange>& Ranges, in emitCodeContext()
/external/clang/tools/clang-format/
DClangFormat.cpp131 std::vector<tooling::Range> &Ranges) { in fillRanges()
250 std::vector<tooling::Range> Ranges; in format() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStringRange.java159 static final class Ranges implements Comparable<Ranges> { class in StringRange
161 public Ranges(String s) { in Ranges() method in StringRange.Ranges
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DStringRange.java163 static final class Ranges implements Comparable<Ranges> { class in StringRange
165 public Ranges(String s) { in Ranges() method in StringRange.Ranges
/external/llvm/lib/TableGen/
DTGParser.cpp548 bool TGParser::ParseRangePiece(std::vector<unsigned> &Ranges) { in ParseRangePiece()
611 bool TGParser::ParseOptionalRangeList(std::vector<unsigned> &Ranges) { in ParseOptionalRangeList()
633 bool TGParser::ParseOptionalBitList(std::vector<unsigned> &Ranges) { in ParseOptionalBitList()
1483 std::vector<unsigned> Ranges = ParseRangeList(); in ParseValue() local
1505 std::vector<unsigned> Ranges = ParseRangeList(); in ParseValue() local
1766 std::vector<unsigned> Ranges; in ParseForeachDeclaration() local
/external/clang/lib/Format/
DFormat.cpp1419 ArrayRef<CharSourceRange> Ranges) in Formatter()
1708 SmallVector<CharSourceRange, 8> Ranges; member in clang::format::__anonc03d9b7e0111::Formatter
1725 static bool affectsRange(ArrayRef<tooling::Range> Ranges, unsigned Start, in affectsRange()
1740 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortIncludes()
1793 ArrayRef<tooling::Range> Ranges, in sortIncludes()
1878 ArrayRef<CharSourceRange> Ranges, in reformat()
1888 ArrayRef<tooling::Range> Ranges, in reformat()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc234 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound()
257 Range *Ranges, unsigned NumRanges, in renderMemorySnippet()
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp161 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent() local
316 ArrayRef<SourceRange> Ranges = piece->getRanges(); in FlushDiagnosticsImpl() local
DRangeConstraintManager.cpp87 PrimRangeSet Ranges(RS.ranges); in addRange() local
375 const RangeSet *Ranges = State->get<ConstraintRange>(Sym); in checkNull() local
684 ConstraintRangeTy Ranges = St->get<ConstraintRange>(); in print() local

123