Searched refs:Range (Results 101 - 125 of 489) sorted by relevance

1234567891011>>

/external/clang/lib/Format/
H A DTokenAnalyzer.cpp41 ArrayRef<tooling::Range> Ranges) {
67 for (const tooling::Range &Range : Ranges) {
68 SourceLocation Start = StartOfFile.getLocWithOffset(Range.getOffset());
69 SourceLocation End = Start.getLocWithOffset(Range.getLength());
H A DAffectedRangeManager.h38 // Returns true if 'Range' intersects with one of the input ranges.
39 bool affectsCharSourceRange(const CharSourceRange &Range);
/external/dagger2/core/src/test/java/dagger/internal/
H A DSetFactoryTest.java20 import com.google.common.collect.Range;
109 integerSetProvider(Range.closed(5, 9)),
110 integerSetProvider(Range.closed(3, 6)),
111 integerSetProvider(Range.closed(0, 5)));
125 private static Provider<Set<Integer>> integerSetProvider(Range<Integer> range) {
/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp27 SourceRange Range) {
34 SourceLocation L = S.getLocForEndOfToken(Range.getEnd());
227 SourceRange Range) {
273 SourceRange Range) {
281 return handleFallThroughAttr(S, St, A, Range);
283 return handleLoopHintAttr(S, St, A, Range);
285 return handleOpenCLUnrollHint(S, St, A, Range);
296 SourceRange Range) {
299 if (Attr *a = ProcessStmtAttribute(*this, S, *l, Range))
308 return ActOnAttributedStmt(Range
26 handleFallThroughAttr(Sema &S, Stmt *St, const AttributeList &A, SourceRange Range) argument
226 handleOpenCLUnrollHint(Sema &S, Stmt *St, const AttributeList &A, SourceRange Range) argument
272 ProcessStmtAttribute(Sema &S, Stmt *St, const AttributeList &A, SourceRange Range) argument
295 ProcessStmtAttributes(Stmt *S, AttributeList *AttrList, SourceRange Range) argument
[all...]
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp307 void mangleType(QualType T, SourceRange Range,
333 void mangleArgumentType(QualType T, SourceRange Range);
341 SourceRange Range);
1476 SourceRange Range) {
1511 mangleType(T, Range, QMM_Drop);
1547 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, argument
1604 mangleType(cast<CLASS##Type>(ty), Quals, Range); \
1614 SourceRange Range) {
1766 Diags.Report(Range.getBegin(), DiagID)
1767 << T->getName(Context.getASTContext().getPrintingPolicy()) << Range;
1475 mangleArgumentType(QualType T, SourceRange Range) argument
1613 mangleType(const BuiltinType *T, Qualifiers, SourceRange Range) argument
1800 SourceRange Range; local
2029 mangleType(const UnresolvedUsingType *T, Qualifiers, SourceRange Range) argument
2162 mangleType(const MemberPointerType *T, Qualifiers Quals, SourceRange Range) argument
2178 mangleType(const TemplateTypeParmType *T, Qualifiers, SourceRange Range) argument
2187 mangleType(const SubstTemplateTypeParmPackType *T, Qualifiers, SourceRange Range) argument
2199 mangleType(const PointerType *T, Qualifiers Quals, SourceRange Range) argument
2206 mangleType(const ObjCObjectPointerType *T, Qualifiers Quals, SourceRange Range) argument
2219 mangleType(const LValueReferenceType *T, Qualifiers Quals, SourceRange Range) argument
2231 mangleType(const RValueReferenceType *T, Qualifiers Quals, SourceRange Range) argument
2240 mangleType(const ComplexType *T, Qualifiers, SourceRange Range) argument
2254 mangleType(const VectorType *T, Qualifiers Quals, SourceRange Range) argument
2288 Extra.mangleType(QualType(ET, 0), Range, QMM_Escape); local
2296 mangleType(const ExtVectorType *T, Qualifiers Quals, SourceRange Range) argument
2298 mangleType(static_cast<const VectorType *>(T), Quals, Range); local
2300 mangleType(const DependentSizedExtVectorType *T, Qualifiers, SourceRange Range) argument
2316 mangleType(const ObjCObjectType *T, Qualifiers, SourceRange Range) argument
2323 mangleType(const BlockPointerType *T, Qualifiers Quals, SourceRange Range) argument
2339 mangleType(const TemplateSpecializationType *T, Qualifiers, SourceRange Range) argument
2348 mangleType(const DependentNameType *T, Qualifiers, SourceRange Range) argument
2357 mangleType( const DependentTemplateSpecializationType *T, Qualifiers, SourceRange Range) argument
2367 mangleType(const PackExpansionType *T, Qualifiers, SourceRange Range) argument
2376 mangleType(const TypeOfType *T, Qualifiers, SourceRange Range) argument
2385 mangleType(const TypeOfExprType *T, Qualifiers, SourceRange Range) argument
2394 mangleType(const DecltypeType *T, Qualifiers, SourceRange Range) argument
2403 mangleType(const UnaryTransformType *T, Qualifiers, SourceRange Range) argument
2412 mangleType(const AutoType *T, Qualifiers, SourceRange Range) argument
2423 mangleType(const AtomicType *T, Qualifiers, SourceRange Range) argument
2437 mangleType(const PipeType *T, Qualifiers, SourceRange Range) argument
[all...]
/external/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp104 const LiveRange &Range) {
105 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << ' ' << Range);
106 Matrix[Unit].unify(VirtReg, Range);
121 const LiveRange &Range) {
123 Matrix[Unit].extract(VirtReg, Range);
164 const LiveRange &Range) {
166 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes());
/external/clang/include/clang/Lex/
H A DLexer.h330 static CharSourceRange getAsCharRange(SourceRange Range, argument
333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
336 Range.getBegin(), End.getLocWithOffset(-1));
338 static CharSourceRange getAsCharRange(CharSourceRange Range, argument
341 return Range.isTokenRange()
342 ? getAsCharRange(Range.getAsRange(), SM, LangOpts)
343 : Range;
392 static CharSourceRange makeFileCharRange(CharSourceRange Range,
397 static StringRef getSourceText(CharSourceRange Range,
H A DPPCallbacks.h243 const MacroDefinition &MD, SourceRange Range,
261 SourceRange Range) {
265 /// \param Range The SourceRange that was skipped. The range begins at the
267 virtual void SourceRangeSkipped(SourceRange Range) { argument
439 SourceRange Range, const MacroArgs *Args) override {
440 First->MacroExpands(MacroNameTok, MD, Range, Args);
441 Second->MacroExpands(MacroNameTok, MD, Range, Args);
456 SourceRange Range) override {
457 First->Defined(MacroNameTok, MD, Range);
458 Second->Defined(MacroNameTok, MD, Range);
242 MacroExpands(const Token &MacroNameTok, const MacroDefinition &MD, SourceRange Range, const MacroArgs *Args) argument
260 Defined(const Token &MacroNameTok, const MacroDefinition &MD, SourceRange Range) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DStringRange.java137 static final class Range implements Comparable<Range>{ class in class:StringRange
140 public Range(int min, int max) { method in class:StringRange.Range
146 return this == obj || (obj != null && obj instanceof Range && compareTo((Range)obj) == 0);
149 public int compareTo(Range that) {
168 private final Range[] ranges;
171 ranges = new Range[array.length];
173 ranges[i] = new Range(array[i], array[i]);
248 throw new ICUException("Range mus
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringRange.java133 static final class Range implements Comparable<Range>{ class in class:StringRange
136 public Range(int min, int max) { method in class:StringRange.Range
142 return this == obj || (obj != null && obj instanceof Range && compareTo((Range)obj) == 0);
145 public int compareTo(Range that) {
164 private final Range[] ranges;
167 ranges = new Range[array.length];
169 ranges[i] = new Range(array[i], array[i]);
244 throw new ICUException("Range mus
[all...]
/external/clang/unittests/Format/
H A DSortIncludesTest.cpp23 std::vector<tooling::Range> GetCodeRange(StringRef Code) {
24 return std::vector<tooling::Range>(1, tooling::Range(0, Code.size()));
H A DFormatTestProto.cpp26 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length));
H A DSortImportsTestJS.cpp27 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length));
/external/libvpx/libvpx/test/
H A Daltref_test.cc67 ::testing::Range(kLookAheadMin, kLookAheadMax));
147 ::testing::Range(0, 9));
151 ::testing::Range(0, 9));
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c207 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
214 pctx->wincoordInput = (int) decl->Range.First;
218 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
305 decl.Range.First =
306 decl.Range.Last = wincoordInput;
314 decl.Range.First =
315 decl.Range
[all...]
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DCamera2Enumerator.java39 import android.util.Range;
88 final Range<Integer>[] fpsRanges =
91 for (Range<Integer> fpsRange : fpsRanges) {
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc197 int32_t Range::Mask() const {
210 void Range::AddConstant(int32_t value) {
222 void Range::Intersect(Range* other) {
230 void Range::Union(Range* other) {
238 void Range::CombinedMax(Range* other) {
245 void Range::CombinedMin(Range* othe
[all...]
/external/llvm/lib/Support/
H A DYAMLParser.cpp140 StringRef Range; member in struct:llvm::yaml::Token
213 static UTF8Decoded decodeUTF8(StringRef Range) { argument
214 StringRef::iterator Position= Range.begin();
215 StringRef::iterator End = Range.end();
676 OS << T.Range << "\n";
999 , i->Tok->Range.begin());
1019 T.Range = StringRef(Current, 1);
1038 T.Range = StringRef(Current, 0);
1086 T.Range = StringRef(Current, EI.second);
1105 T.Range
[all...]
/external/eigen/bench/tensors/
H A Dbenchmark.h30 Benchmark* Range(int lo, int hi);
/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DPowerSetBenchmark.java38 Set<Integer> set = ContiguousSet.create(Range.closed(1, elements), integers());
/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h127 StringRef Range; member in struct:llvm::MIToken
135 MIToken &reset(TokenKind Kind, StringRef Range);
170 StringRef::iterator location() const { return Range.begin(); }
172 StringRef range() const { return Range; }
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp76 uint32_t Range = countTrailingOnes(Mask >> 5); // Exclude r4.
78 Mask &= ~(0xffffffe0u << Range);
84 EmitInt8(ARM::EHABI::UNWIND_OPCODE_POP_REG_RANGE_R4 | Range);
88 EmitInt8(ARM::EHABI::UNWIND_OPCODE_POP_REG_RANGE_R4_R14 | Range);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCommonTokenStream.cs127 if (i > Range)
128 Range = i;
/external/clang/include/clang/Basic/
H A DSourceLocation.h227 SourceRange Range; member in class:clang::SourceLocation::CharSourceRange
231 CharSourceRange(SourceRange R, bool ITR) : Range(R), IsTokenRange(ITR) {}
254 SourceLocation getBegin() const { return Range.getBegin(); }
255 SourceLocation getEnd() const { return Range.getEnd(); }
256 SourceRange getAsRange() const { return Range; }
258 void setBegin(SourceLocation b) { Range.setBegin(b); }
259 void setEnd(SourceLocation e) { Range.setEnd(e); }
261 bool isValid() const { return Range.isValid(); }
/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp90 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const {
94 Diag.range_begin()[Range]);

Completed in 500 milliseconds

1234567891011>>