| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | UnicodeCharRanges.h | 54 LLVM_CONSTEXPR UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet() 56 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet() 94 const CharRanges Ranges; variable
|
| HD | SourceMgr.h | 240 std::vector<std::pair<unsigned, unsigned> > Ranges; variable
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DbgValueHistoryCalculator.cpp | 41 auto &Ranges = VarInstrRanges[Var]; in startInstrRange() local 53 auto &Ranges = VarInstrRanges[Var]; in endInstrRange() local 66 const auto &Ranges = I->second; in getRegisterForVar() local
|
| HD | DwarfUnit.h | 55 SmallVector<RangeSpan, 2> Ranges; variable 58 RangeSpanList(MCSymbol *Sym, SmallVector<RangeSpan, 2> Ranges) in RangeSpanList()
|
| HD | DwarfDebug.cpp | 322 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
|
| HD | DwarfCompileUnit.cpp | 399 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/ |
| HD | TextDiagnostic.h | 92 SmallVectorImpl<CharSourceRange>& Ranges, in emitCodeContext()
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | SourceMgr.cpp | 137 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/ |
| HD | DiagnosticRenderer.cpp | 126 ArrayRef<CharSourceRange> Ranges, in emitDiagnostic() 325 ArrayRef<CharSourceRange> Ranges, in mapDiagnosticRanges() 389 ArrayRef<CharSourceRange> Ranges, in emitCaret() 411 ArrayRef<CharSourceRange> Ranges, in emitMacroExpansions()
|
| HD | SerializedDiagnosticPrinter.cpp | 77 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()
|
| HD | TextDiagnostic.cpp | 679 ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage() 775 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc() 1060 SmallVectorImpl<CharSourceRange>& Ranges, in emitSnippetAndCaret()
|
| /NextBSD/contrib/llvm/lib/MC/MCParser/ |
| HD | MCAsmParser.cpp | 36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) { in TokError()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | DereferenceChecker.cpp | 53 SmallVectorImpl<SourceRange> &Ranges, in AddDerefSource() 105 SmallVector<SourceRange, 2> Ranges; in reportBug() local
|
| HD | MallocSizeofChecker.cpp | 231 SmallVector<SourceRange, 4> Ranges; in checkASTCodeBody() local
|
| /NextBSD/contrib/compiler-rt/lib/ubsan/ |
| HD | ubsan_diag.cc | 210 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound() 233 Range *Ranges, unsigned NumRanges, in renderMemorySnippet()
|
| HD | ubsan_diag.h | 180 Range Ranges[MaxRanges]; variable
|
| /NextBSD/contrib/llvm/lib/TableGen/ |
| HD | TGParser.cpp | 548 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/ |
| HD | PlistDiagnostics.cpp | 161 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent() local 316 ArrayRef<SourceRange> Ranges = piece->getRanges(); in FlushDiagnosticsImpl() local
|
| HD | RangeConstraintManager.cpp | 344 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/ |
| HD | MachineMemOperand.h | 97 const MDNode *Ranges; variable
|
| HD | LexicalScopes.h | 128 SmallVector<InsnRange, 4> Ranges; variable
|
| /NextBSD/contrib/llvm/tools/clang/lib/Format/ |
| HD | Format.cpp | 1279 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/ |
| HD | X86AsmParser.cpp | 662 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/ |
| HD | BugReporter.h | 83 SmallVector<SourceRange, 4> Ranges; variable
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | MemCpyOptimizer.cpp | 205 std::list<MemsetRange> Ranges; member in __anon7d7e1a900211::MemsetRanges 385 MemsetRanges Ranges(DL); in INITIALIZE_PASS_DEPENDENCY() local
|