Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/include/llvm/Support/
HDUnicodeCharRanges.h54 LLVM_CONSTEXPR UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet()
56 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet()
94 const CharRanges Ranges; variable
HDSourceMgr.h240 std::vector<std::pair<unsigned, unsigned> > Ranges; variable
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDbgValueHistoryCalculator.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
HDDwarfUnit.h55 SmallVector<RangeSpan, 2> Ranges; variable
58 RangeSpanList(MCSymbol *Sym, SmallVector<RangeSpan, 2> Ranges) in RangeSpanList()
HDDwarfDebug.cpp322 const SmallVectorImpl<InsnRange> &Ranges = Scope->getRanges(); in isLexicalScopeDIENull() local
794 const DbgValueHistoryMap::InstrRanges &Ranges) { in buildLocationList()
893 const auto &Ranges = I.second; in collectVariableInfo() local
1123 const auto &Ranges = I.second; in beginFunction() local
HDDwarfCompileUnit.cpp399 DIE &Die, SmallVector<RangeSpan, 2> Ranges) { in attachRangesOrLowHighPC()
408 DIE &Die, const SmallVectorImpl<InsnRange> &Ranges) { in attachRangesOrLowHighPC()
/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDTextDiagnostic.h92 SmallVectorImpl<CharSourceRange>& Ranges, in emitCodeContext()
/NextBSD/contrib/llvm/lib/Support/
HDSourceMgr.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()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDDiagnosticRenderer.cpp126 ArrayRef<CharSourceRange> Ranges, in emitDiagnostic()
325 ArrayRef<CharSourceRange> Ranges, in mapDiagnosticRanges()
389 ArrayRef<CharSourceRange> Ranges, in emitCaret()
411 ArrayRef<CharSourceRange> Ranges, in emitMacroExpansions()
HDSerializedDiagnosticPrinter.cpp77 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc()
693 ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage()
721 void SDiagsWriter::EmitCodeContext(SmallVectorImpl<CharSourceRange> &Ranges, in EmitCodeContext()
751 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
HDTextDiagnostic.cpp679 ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage()
775 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc()
1060 SmallVectorImpl<CharSourceRange>& Ranges, in emitSnippetAndCaret()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDMCAsmParser.cpp36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) { in TokError()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDereferenceChecker.cpp53 SmallVectorImpl<SourceRange> &Ranges, in AddDerefSource()
105 SmallVector<SourceRange, 2> Ranges; in reportBug() local
HDMallocSizeofChecker.cpp231 SmallVector<SourceRange, 4> Ranges; in checkASTCodeBody() local
/NextBSD/contrib/compiler-rt/lib/ubsan/
HDubsan_diag.cc210 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound()
233 Range *Ranges, unsigned NumRanges, in renderMemorySnippet()
HDubsan_diag.h180 Range Ranges[MaxRanges]; variable
/NextBSD/contrib/llvm/lib/TableGen/
HDTGParser.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
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDPlistDiagnostics.cpp161 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent() local
316 ArrayRef<SourceRange> Ranges = piece->getRanges(); in FlushDiagnosticsImpl() local
HDRangeConstraintManager.cpp344 const RangeSet *Ranges = State->get<ConstraintRange>(Sym); in checkNull() local
576 ConstraintRangeTy Ranges = St->get<ConstraintRange>(); in print() local
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineMemOperand.h97 const MDNode *Ranges; variable
HDLexicalScopes.h128 SmallVector<InsnRange, 4> Ranges; variable
/NextBSD/contrib/llvm/tools/clang/lib/Format/
HDFormat.cpp1279 ArrayRef<CharSourceRange> Ranges) in Formatter()
1554 SmallVector<CharSourceRange, 8> Ranges; member in clang::format::__anon7b6db1140111::Formatter
1565 ArrayRef<CharSourceRange> Ranges, in reformat()
1574 ArrayRef<tooling::Range> Ranges, in reformat()
/NextBSD/contrib/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp662 ArrayRef<SMRange> Ranges = None, in Error()
670 ArrayRef<SMRange> Ranges = None, in ErrorAndEatStatement()
2682 ArrayRef<SMRange> Ranges = in MatchAndEmitATTInstruction() local
2810 ArrayRef<SMRange> Ranges = in MatchAndEmitIntelInstruction() local
2839 ArrayRef<SMRange> Ranges = in MatchAndEmitIntelInstruction() local
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h83 SmallVector<SourceRange, 4> Ranges; variable
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDMemCpyOptimizer.cpp205 std::list<MemsetRange> Ranges; member in __anon7d7e1a900211::MemsetRanges
385 MemsetRanges Ranges(DL); in INITIALIZE_PASS_DEPENDENCY() local

12