Searched refs:TRange (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | 2010-07-23-DeclLoc.cpp | 42 template <typename SIZE> class TRange { class 46 …TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length… in TRange() function in TRange 48 template <typename SIZE, typename T> class TRangeValue : public TRange<SIZE> { 51 …TRangeValue(typename SIZE::ptr_t location, typename SIZE::size_t length, T value) : TRange<SIZE>(l… in TRangeValue()
|
/external/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 30 struct TRange { struct 229 double r, TRange* result) { in orderTRange() 286 TRange* lowerRange, TRange* upperRange) { in bruteMinT() 299 TRange tRange; in bruteMinT() 347 TRange tRange; in bruteMinT() 399 TRange lowerRange, upperRange; in bruteForce() 408 TRange lowerRange, upperRange; in bruteForceCheck() 636 TRange lowerRange, upperRange; in DEF_TEST() 662 TRange lowerRange, upperRange; in DEF_TEST()
|
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 527 double SkOpCoincidence::TRange(const SkOpPtT* overS, double t, in TRange() function in SkOpCoincidence 629 coinTs = TRange(over1s, tStart, coinSeg SkDEBUGPARAMS(over1e)); in addIfMissing() 630 coinTe = TRange(over1s, tEnd, coinSeg SkDEBUGPARAMS(over1e)); in addIfMissing() 634 oppTs = TRange(over2s, tStart, oppSeg SkDEBUGPARAMS(over2e)); in addIfMissing() 635 oppTe = TRange(over2s, tEnd, oppSeg SkDEBUGPARAMS(over2e)); in addIfMissing()
|
D | SkOpCoincidence.h | 290 static double TRange(const SkOpPtT* overS, double t, const SkOpSegment* coinPtT
|
D | SkPathOpsDebug.cpp | 1737 coinTs = TRange(over1s, tStart, coinSeg SkDEBUGPARAMS(over1e)); in debugAddIfMissing() 1738 coinTe = TRange(over1s, tEnd, coinSeg SkDEBUGPARAMS(over1e)); in debugAddIfMissing() 1742 oppTs = TRange(over2s, tStart, oppSeg SkDEBUGPARAMS(over2e)); in debugAddIfMissing() 1743 oppTe = TRange(over2s, tEnd, oppSeg SkDEBUGPARAMS(over2e)); in debugAddIfMissing()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 9486 void Sema::CheckCastAlign(Expr *Op, QualType T, SourceRange TRange) { in CheckCastAlign() argument 9489 if (getDiagnostics().isIgnored(diag::warn_cast_align, TRange.getBegin())) in CheckCastAlign() 9520 Diag(TRange.getBegin(), diag::warn_cast_align) in CheckCastAlign() 9524 << TRange << Op->getSourceRange(); in CheckCastAlign()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1701 void CheckCastAlign(Expr *Op, QualType T, SourceRange TRange);
|