Home
last modified time | relevance | path

Searched defs:TRange (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DPathOpsAngleIdeas.cpp30 struct TRange { struct
31 double tMin1;
32 double tMin2;
33 double t1;
34 double t2;
35 double tMin;
36 double a1;
37 double a2;
38 bool ccw;
/external/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp42 template <typename SIZE> class TRange { class
46TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length… in TRange() function in TRange
/external/clang/lib/Sema/
DSemaChecking.cpp7828 void Sema::CheckCastAlign(Expr *Op, QualType T, SourceRange TRange) { in CheckCastAlign()