Searched defs:TRange (Results 1 – 3 of 3) sorted by relevance
30 struct TRange { struct31 double tMin1;32 double tMin2;33 double t1;34 double t2;35 double tMin;36 double a1;37 double a2;38 bool ccw;
42 template <typename SIZE> class TRange { class46 …TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length… in TRange() function in TRange
7828 void Sema::CheckCastAlign(Expr *Op, QualType T, SourceRange TRange) { in CheckCastAlign()