Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/Support/
DUnicodeCharRanges.h53 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet()
90 const CharRanges Ranges; variable
/external/llvm/unittests/Support/
DSourceMgrTest.cpp40 const Twine &Msg, ArrayRef<SMRange> Ranges, in printMessage()
131 SMRange Ranges[] = { getRange(0, 3), getRange(4, 3) }; in TEST_F() local
142 SMRange Ranges[] = { getRange(0, 3), getRange(2, 4) }; in TEST_F() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.cpp40 auto &Ranges = VarInstrRanges[Var]; in startInstrRange() local
52 auto &Ranges = VarInstrRanges[Var]; in endInstrRange() local
65 const auto &Ranges = I->second; in getRegisterForVar() local
DDwarfUnit.h55 SmallVector<RangeSpan, 2> Ranges; variable
227 void addRangeList(RangeSpanList Ranges) { CURangeLists.push_back(Ranges); } in addRangeList()
/external/clang/include/clang/Frontend/
DTextDiagnostic.h92 SmallVectorImpl<CharSourceRange>& Ranges, in emitCodeContext()
/external/chromium_org/base/metrics/
Dbucket_ranges.h31 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/guava/guava/src/com/google/common/collect/
DRanges.java71 public final class Ranges { class
72 private Ranges() {} in Ranges() method in Ranges
/external/llvm/lib/Support/
DSourceMgr.cpp144 ArrayRef<SMRange> Ranges, in GetMessage()
224 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
230 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
239 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, in SMDiagnostic()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp126 ArrayRef<CharSourceRange> Ranges, in emitDiagnostic()
325 ArrayRef<CharSourceRange> Ranges, in mapDiagnosticRanges()
389 ArrayRef<CharSourceRange> Ranges, in emitCaret()
411 ArrayRef<CharSourceRange> Ranges, in emitMacroExpansions()
DSerializedDiagnosticPrinter.cpp72 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc()
619 ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage()
647 void SDiagsWriter::EmitCodeContext(SmallVectorImpl<CharSourceRange> &Ranges, in EmitCodeContext()
677 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
/external/clang/lib/StaticAnalyzer/Checkers/
DDereferenceChecker.cpp53 SmallVectorImpl<SourceRange> &Ranges, in AddDerefSource()
105 SmallVector<SourceRange, 2> Ranges; in reportBug() local
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc184 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound()
198 Range *Ranges, unsigned NumRanges, in renderMemorySnippet()
/external/clang/tools/clang-format/
DClangFormat.cpp126 std::vector<CharSourceRange> &Ranges) { in fillRanges()
222 std::vector<CharSourceRange> Ranges; in format() local
/external/clang/tools/libclang/
DCXLoadedDiagnostic.h84 std::vector<CXSourceRange> Ranges; variable
DCIndexDiagnostic.cpp119 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticMessage()
136 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc()
141 SmallVectorImpl<CharSourceRange>& Ranges, in emitCodeContext()
/external/clang/unittests/Format/
DFormatTestProto.cpp26 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length)); in format() local
DFormatTestJS.cpp26 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length)); in format() local
/external/chromium_org/ash/wm/workspace/
Dmagnetism_matcher.h52 typedef std::vector<Range> Ranges; typedef
/external/chromium_org/sandbox/linux/seccomp-bpf/
Dsandbox_bpf.h197 typedef std::vector<Range> Ranges; typedef
/external/llvm/lib/TableGen/
DTGParser.cpp566 bool TGParser::ParseRangePiece(std::vector<unsigned> &Ranges) { in ParseRangePiece()
630 bool TGParser::ParseOptionalRangeList(std::vector<unsigned> &Ranges) { in ParseOptionalRangeList()
652 bool TGParser::ParseOptionalBitList(std::vector<unsigned> &Ranges) { in ParseOptionalBitList()
1480 std::vector<unsigned> Ranges = ParseRangeList(); in ParseValue() local
1502 std::vector<unsigned> Ranges = ParseRangeList(); in ParseValue() local
1761 std::vector<unsigned> Ranges; in ParseForeachDeclaration() local
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp160 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent() local
316 ArrayRef<SourceRange> Ranges = piece->getRanges(); in FlushDiagnosticsImpl() local
DRangeConstraintManager.cpp344 const RangeSet *Ranges = State->get<ConstraintRange>(Sym); in checkNull() local
576 ConstraintRangeTy Ranges = St->get<ConstraintRange>(); in print() local
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h95 const MDNode *Ranges; variable
DLexicalScopes.h125 SmallVector<InsnRange, 4> Ranges; variable

123