/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.h | 38 struct Range { struct 39 explicit Range(uint64_t LowPC, uint64_t HighPC, uint64_t CUOffset) in Range() function 55 bool operator<(const Range &other) const { argument 77 using RangeColl = std::vector<Range>; argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpParser.h | 37 struct Range { struct 42 Range(lldb::addr_t start, llvm::ArrayRef<uint8_t> range_ref) in Range() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.h | 69 struct Range { struct 73 Range() = default; argument 74 Range(size_t begin, size_t end) : begin_index(begin), end_index(end) { in Range() argument 84 Range basename_range; argument
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 29 template <typename B, typename S> struct Range { struct 36 Range() : base(0), size(0) {} in Range() function 38 Range(BaseType b, SizeType s) : base(b), size(s) {} in Range() argument 45 BaseType GetRangeBase() const { return base; } in GetRangeBase() argument 48 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() argument 57 bool Union(const Range &rhs) { in Union() argument 67 Range Intersect(const Range &rhs) const { in Intersect() argument 78 BaseType GetRangeEnd() const { return base + size; } in GetRangeEnd() argument 80 void SetRangeEnd(BaseType end) { in SetRangeEnd() argument 101 bool Contains(const Range &range) const { in Contains() argument [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_range.h | 21 struct Range { struct 26 inline bool operator==(const Range &lhs, const Range &rhs) { argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 62 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() argument 170 auto Range = C; in lexName() local 292 auto Range = C; maybeLexIdentifier() local 306 auto Range = C; maybeLexMachineBasicBlock() local 340 auto Range = C; maybeLexIndex() local 353 auto Range = C; maybeLexIndexAndName() local 426 auto Range = C; lexVirtualRegister() local 442 Cursor Range = C; lexNamedVirtualRegister() local 467 auto Range = C; maybeLexRegister() local 483 auto Range = C; maybeLexGlobalValue() local 552 lexFloatingPointLiteral(Cursor Range,Cursor C,MIToken & Token) lexFloatingPointLiteral() argument 571 Cursor Range = C; maybeLexHexadecimalLiteral() local 593 auto Range = C; maybeLexNumericalLiteral() local 619 auto Range = C; maybeLexExclaim() local 676 auto Range = C; maybeLexSymbol() local 685 auto Range = C; maybeLexNewline() local 695 auto Range = C; maybeLexEscapedIRValue() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 31 StringRef clang::tooling::getText(CharSourceRange Range, in getText() argument 37 CharSourceRange clang::tooling::maybeExtendRange(CharSourceRange Range, in maybeExtendRange() argument 53 llvm::Error clang::tooling::validateRange(const CharSourceRange &Range, in validateRange() argument 84 validateEditRange(const CharSourceRange & Range,const SourceManager & SM) validateEditRange() argument 108 CharSourceRange Range; getRange() local 128 CharSourceRange Range = getFileRangeForEdit() local 139 CharSourceRange Range = getFileRange() local 367 CharSourceRange Range = CharSourceRange::getTokenRange(Decl.getSourceRange()); getAssociatedRange() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/ |
H A D | Annotations.h | 57 struct Range { struct 61 friend bool operator==(const Range &L, const Range &R) { argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 28 handleFallThroughAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleFallThroughAttr() argument 55 handleSuppressAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleSuppressAttr() argument 210 handleNoMergeAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleNoMergeAttr() argument 277 handleNoInlineAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleNoInlineAttr() argument 292 handleAlwaysInlineAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleAlwaysInlineAttr() argument 307 handleMustTailAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleMustTailAttr() argument 313 handleLikely(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleLikely() argument 322 handleUnlikely(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleUnlikely() argument 405 handleMSConstexprAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleMSConstexprAttr() argument 539 handleOpenCLUnrollHint(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleOpenCLUnrollHint() argument 570 ProcessStmtAttribute(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) ProcessStmtAttribute() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | AddressRanges.h | 69 bool contains(AddressRange Range) const { in contains() 123 Collection::const_iterator insert(AddressRange Range) { in insert() 149 AddressRange Range; variable 167 void insert(AddressRange Range, int64_t Value) { in insert()
|
H A D | iterator.h | 336 make_pointee_range(RangeT &&Range) { in make_pointee_range() 363 make_pointer_range(RangeT &&Range) { in make_pointer_range()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIBugReporter.cpp | 37 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking() local 59 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait() local 80 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 89 SourceRange Range; variable 94 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity() argument 135 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective() argument 152 SourceRange Range) in MacroDefinitionRecord() argument 174 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) in MacroExpansion() argument 178 MacroExpansion(MacroDefinitionRecord * Definition,SourceRange Range) MacroExpansion() argument 562 SourceRange Range; global() member [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceMgrAdapter.cpp | 82 llvm::SMRange Range) { in mapRange() 125 for (auto Range : Diag.getRanges()) { in handleDiag() local 132 CharSourceRange Range(mapRange(*LLVMSrcMgr, FixIt.getRange()), false); in handleDiag() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PreprocessingRecord.cpp | 46 SourceRange Range) in InclusionDirective() argument 60 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) { in getPreprocessedEntitiesInRange() argument 137 getPreprocessedEntitiesInRangeSlow(SourceRange Range) getPreprocessedEntitiesInRangeSlow() argument 203 SourceRange Range = PPE->getSourceRange(); getLoc() local 389 addMacroExpansion(const Token & Id,const MacroInfo * MI,SourceRange Range) addMacroExpansion() argument 436 Defined(const Token & MacroNameTok,const MacroDefinition & MD,SourceRange Range) Defined() argument 443 SourceRangeSkipped(SourceRange Range,SourceLocation EndifLoc) SourceRangeSkipped() argument 451 MacroExpands(const Token & Id,const MacroDefinition & MD,SourceRange Range,const MacroArgs * Args) MacroExpands() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 2030 mangleObjCLifetime(const QualType Type,Qualifiers Quals,SourceRange Range) mangleObjCLifetime() argument 2059 mangleObjCKindOfType(const ObjCObjectType * T,Qualifiers Quals,SourceRange Range) mangleObjCKindOfType() argument 2210 mangleFunctionArgumentType(QualType T,SourceRange Range) mangleFunctionArgumentType() argument 2286 mangleAddressSpaceType(QualType T,Qualifiers Quals,SourceRange Range) mangleAddressSpaceType() argument 2357 mangleType(QualType T,SourceRange Range,QualifierMangleMode QMM) mangleType() argument 2429 mangleType(const BuiltinType * T,Qualifiers,SourceRange Range) mangleType() argument 2676 SourceRange Range; mangleFunctionType() local 2950 mangleType(const UnresolvedUsingType * T,Qualifiers,SourceRange Range) mangleType() argument 3086 mangleType(const MemberPointerType * T,Qualifiers Quals,SourceRange Range) mangleType() argument 3102 mangleType(const TemplateTypeParmType * T,Qualifiers,SourceRange Range) mangleType() argument 3111 mangleType(const SubstTemplateTypeParmPackType * T,Qualifiers,SourceRange Range) mangleType() argument 3123 mangleType(const PointerType * T,Qualifiers Quals,SourceRange Range) mangleType() argument 3138 mangleType(const ObjCObjectPointerType * T,Qualifiers Quals,SourceRange Range) mangleType() argument 3158 mangleType(const LValueReferenceType * T,Qualifiers Quals,SourceRange Range) mangleType() argument 3170 mangleType(const RValueReferenceType * T,Qualifiers Quals,SourceRange Range) mangleType() argument 3179 mangleType(const ComplexType * T,Qualifiers,SourceRange Range) mangleType() argument 3213 mangleType(const VectorType * T,Qualifiers Quals,SourceRange Range) mangleType() argument 3261 mangleType(const ExtVectorType * T,Qualifiers Quals,SourceRange Range) mangleType() argument 3266 mangleType(const DependentVectorType * T,Qualifiers,SourceRange Range) mangleType() argument 3275 mangleType(const DependentSizedExtVectorType * T,Qualifiers,SourceRange Range) mangleType() argument 3284 mangleType(const ConstantMatrixType * T,Qualifiers quals,SourceRange Range) mangleType() argument 3292 mangleType(const DependentSizedMatrixType * T,Qualifiers quals,SourceRange Range) mangleType() argument 3301 mangleType(const DependentAddressSpaceType * T,Qualifiers,SourceRange Range) mangleType() argument 3317 mangleType(const ObjCObjectType * T,Qualifiers Quals,SourceRange Range) mangleType() argument 3359 mangleType(const BlockPointerType * T,Qualifiers Quals,SourceRange Range) mangleType() argument 3375 mangleType(const TemplateSpecializationType * T,Qualifiers,SourceRange Range) mangleType() argument 3384 mangleType(const DependentNameType * T,Qualifiers,SourceRange Range) mangleType() argument 3394 mangleType(const DependentTemplateSpecializationType * T,Qualifiers,SourceRange Range) mangleType() argument 3403 mangleType(const PackExpansionType * T,Qualifiers,SourceRange Range) mangleType() argument 3412 mangleType(const TypeOfType * T,Qualifiers,SourceRange Range) mangleType() argument 3421 mangleType(const TypeOfExprType * T,Qualifiers,SourceRange Range) mangleType() argument 3430 mangleType(const DecltypeType * T,Qualifiers,SourceRange Range) mangleType() argument 3439 mangleType(const UnaryTransformType * T,Qualifiers,SourceRange Range) mangleType() argument 3448 mangleType(const AutoType * T,Qualifiers,SourceRange Range) mangleType() argument 3459 mangleType(const DeducedTemplateSpecializationType * T,Qualifiers,SourceRange Range) mangleType() argument 3470 mangleType(const AtomicType * T,Qualifiers,SourceRange Range) mangleType() argument 3484 mangleType(const PipeType * T,Qualifiers,SourceRange Range) mangleType() argument 3524 mangleType(const BitIntType * T,Qualifiers,SourceRange Range) mangleType() argument 3539 mangleType(const DependentBitIntType * T,Qualifiers,SourceRange Range) mangleType() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | QualifierAlignmentFixer.cpp | 59 const CharSourceRange &Range, std::string NewText) { in replaceToken() argument 72 auto Range = CharSourceRange::getCharRange(First->getStartOfNonWhitespace(), in removeToken() local 81 auto Range = CharSourceRange::getCharRange(First->Tok.getLocation(), in insertQualifierAfter() local 94 auto Range = CharSourceRange::getCharRange(First->getStartOfNonWhitespace(), in insertQualifierBefore() local 149 auto Range = CharSourceRange::getCharRange(First->getStartOfNonWhitespace(), in rotateTokens() local 360 auto Range = CharSourceRange::getCharRange( analyzeRight() local [all...] |
H A D | AffectedRangeManager.cpp | 62 const CharSourceRange &Range) { in affectsCharSourceRange() 80 CharSourceRange Range = CharSourceRange::getCharRange(Start, End); in affectsTokenRange() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStackLayout.h | 30 StackLifetime::LiveRange Range; global() member 44 StackLifetime::LiveRange Range; global() member
|
H A D | LiveIntervalUnion.cpp | 29 const LiveRange &Range) { in unify() 57 const LiveRange &Range) { in extract()
|
H A D | LiveRegMatrix.cpp | 111 TRI, VirtReg, PhysReg, [&](unsigned Unit, const LiveRange &Range) { in assign() argument 128 [&](unsigned Unit, const LiveRange &Range) { in unassign() argument 171 const LiveRange &Range) { in checkRegUnitInterference() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | Types.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Diagnostics.cpp | 15 SourceRange Range) { in pushContextFrame() 65 Diagnostics::ArgStream Diagnostics::addError(SourceRange Range, in addError() 162 static void maybeAddLineAndColumn(SourceRange Range, in maybeAddLineAndColumn()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | ExtractRanges.cpp | 18 void encodeRange(const AddressRange &Range, FileWriter &O, uint64_t BaseAddr) { in encodeRange() 38 for (auto Range : Ranges) in encodeRanges() local
|
/freebsd-src/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-param-test.h | 229 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { in Range() function 235 internal::ParamGenerator<T> Range(T start, T end) { in Range() function
|