Searched defs:TRange (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp42 template <typename SIZE> class TRange { class
46 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { } function in class: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>(location, length), _value(value) {};
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp30 struct TRange { struct
229 double r, TRange* result) {
286 TRange* lowerRange, TRange* upperRange) {
299 TRange tRange;
347 TRange tRange;
399 TRange lowerRange, upperRange;
408 TRange lowerRange, upperRange;
638 TRange lowerRange, upperRange;
664 TRange lowerRang
[all...]
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp528 double SkOpCoincidence::TRange(const SkOpPtT* overS, double t, function in class:SkOpCoincidence
630 coinTs = TRange(over1s, tStart, coinSeg SkDEBUGPARAMS(over1e));
631 coinTe = TRange(over1s, tEnd, coinSeg SkDEBUGPARAMS(over1e));
635 oppTs = TRange(over2s, tStart, oppSeg SkDEBUGPARAMS(over2e));
636 oppTe = TRange(over2s, tEnd, oppSeg SkDEBUGPARAMS(over2e));
/external/clang/lib/Sema/
H A DSemaChecking.cpp9486 void Sema::CheckCastAlign(Expr *Op, QualType T, SourceRange TRange) { argument
9489 if (getDiagnostics().isIgnored(diag::warn_cast_align, TRange.getBegin()))
9520 Diag(TRange.getBegin(), diag::warn_cast_align)
9524 << TRange << Op->getSourceRange();

Completed in 234 milliseconds