Home
last modified time | relevance | path

Searched defs:Range (Results 1 – 25 of 122) sorted by relevance

12345

/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugAranges.h34 struct Range { struct
54 bool operator<(const Range &other) const { argument
77 typedef std::vector<Range> RangeColl; argument
/NextBSD/contrib/llvm/lib/CodeGen/MIRParser/
HDMILexer.cpp82 auto Range = C; in maybeLexIdentifier() local
95 auto Range = C; in maybeLexMachineBasicBlock() local
119 auto Range = C; in lexVirtualRegister() local
134 auto Range = C; in maybeLexRegister() local
146 auto Range = C; in maybeLexGlobalValue() local
167 auto Range = C; in maybeLexIntegerLiteral() local
193 auto Range = C; in maybeLexSymbol() local
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDRangeMap.h35 struct Range struct
43 Range () : in Range() argument
49 Range (BaseType b, SizeType s) : in Range() function
64 GetRangeBase () const in GetRangeBase() argument
70 SetRangeBase (BaseType b) in SetRangeBase() argument
82 GetRangeEnd () const in GetRangeEnd() argument
88 SetRangeEnd (BaseType end) in SetRangeEnd() argument
117 return (GetRangeBase() <= r) && (r < GetRangeEnd()); in Contains() argument
127 Contains (const Range& range) const in Contains() argument
134 DoesAdjoinOrIntersect (const Range &rhs) const in DoesAdjoinOrIntersect() argument
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessingRecord.cpp30 SourceRange Range) in InclusionDirective()
49 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) { in getPreprocessedEntitiesInRange()
127 PreprocessingRecord::getPreprocessedEntitiesInRangeSlow(SourceRange Range) { in getPreprocessedEntitiesInRangeSlow()
193 SourceRange Range = PPE->getSourceRange(); in getLoc() local
371 SourceRange Range) { in addMacroExpansion()
401 SourceRange Range) { in Defined()
408 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range) { in SourceRangeSkipped()
414 SourceRange Range, in MacroExpands()
/NextBSD/contrib/llvm/tools/clang/include/clang/Tooling/Core/
HDReplacement.h38 Range() : Offset(0), Length(0) {} in Range() function
39 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} in Range() function
227 const CharSourceRange Range = in Replacement() local
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessingRecord.h79 SourceRange Range; variable
82 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity()
127 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective()
144 SourceRange Range) in MacroDefinitionRecord()
166 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) in MacroExpansion()
170 MacroExpansion(MacroDefinitionRecord *Definition, SourceRange Range) in MacroExpansion()
517 SourceRange Range; member
HDPPCallbacks.h243 const MacroDefinition &MD, SourceRange Range, in MacroExpands()
261 SourceRange Range) { in Defined()
267 virtual void SourceRangeSkipped(SourceRange Range) { in SourceRangeSkipped()
439 SourceRange Range, const MacroArgs *Args) override { in MacroExpands()
456 SourceRange Range) override { in Defined()
461 void SourceRangeSkipped(SourceRange Range) override { in SourceRangeSkipped()
HDLexer.h330 static CharSourceRange getAsCharRange(SourceRange Range, in getAsCharRange()
338 static CharSourceRange getAsCharRange(CharSourceRange Range, in getAsCharRange()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDMicrosoftMangle.cpp1408 SourceRange Range) { in mangleArgumentType()
1458 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, in mangleType()
1523 SourceRange Range) { in mangleType()
1633 SourceRange Range; in mangleFunctionType() local
1839 Qualifiers, SourceRange Range) { in mangleType()
1955 SourceRange Range) { in mangleType()
1971 Qualifiers, SourceRange Range) { in mangleType()
1980 Qualifiers, SourceRange Range) { in mangleType()
1992 SourceRange Range) { in mangleType()
1999 Qualifiers Quals, SourceRange Range) { in mangleType()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDRange.cpp14 Range::Range (const Range& rng) : in Range() function in Range
21 Range::Range (Range::ValueType low, in Range() function in Range
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmtAttr.cpp27 SourceRange Range) { in handleFallThroughAttr()
196 SourceRange Range) { in ProcessStmtAttribute()
217 SourceRange Range) { in ProcessStmtAttributes()
/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveRegMatrix.cpp107 const LiveRange &Range) { in assign()
124 const LiveRange &Range) { in unassign()
167 const LiveRange &Range) { in checkRegUnitInterference()
HDLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify()
56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { in extract()
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDDiagnostics.cpp16 SourceRange Range) { in pushContextFrame()
66 Diagnostics::ArgStream Diagnostics::addError(const SourceRange &Range, in addError()
153 static void maybeAddLineAndColumn(const SourceRange &Range, in maybeAddLineAndColumn()
HDParser.cpp51 SourceRange Range; member
192 SourceRange Range; in consumeUnsignedLiteral() local
227 SourceRange Range; in consumeStringLiteral() local
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
HDDiagnostics.h46 SourceRange Range; member
145 SourceRange Range; member
153 SourceRange Range; member
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugRanges.h24 typedef RangeList::Entry Range; typedef
HDDWARFDebugAranges.h26 typedef RangeToDIE::Entry Range; typedef
/NextBSD/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
HDHTMLRewrite.h40 inline void HighlightRange(Rewriter &R, SourceRange Range, in HighlightRange()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDLoopHint.h23 SourceRange Range; member
/NextBSD/contrib/llvm/tools/clang/lib/Tooling/Core/
HDReplacement.cpp45 const CharSourceRange &Range, in Replacement()
133 const CharSourceRange &Range, in getRangeSize()
146 const CharSourceRange &Range, in setFromSourceRange()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDBlock.h48 typedef RangeList::Entry Range; typedef
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExprObjC.h95 SourceRange Range; variable
144 SourceRange Range; variable
/NextBSD/contrib/compiler-rt/lib/ubsan/
HDubsan_diag.h108 Range() : Start(), End(), Text() {} in Range() function
109 Range(MemoryLocation Start, MemoryLocation End, const char *Text) in Range() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp591 SourceRange Range; in ParseUsingDeclaration() local
1391 SourceRange Range(NameLoc); in ParseClassSpecifier() local
1874 SourceRange Range(StartLoc, EndLocation); in ParseBaseSpecifier() local
3382 Parser &P, const SourceRange &Range, bool IsNoexcept) { in diagnoseDynamicExceptionSpecification()
3429 SourceRange Range; in ParseDynamicExceptionSpecification() local
3461 TypeResult Parser::ParseTrailingReturnType(SourceRange &Range) { in ParseTrailingReturnType()
3780 SourceRange Range(StartLoc, EndLoc); in DiagnoseAndSkipCXX11Attributes() local

12345