Home
last modified time | relevance | path

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

/external/skqp/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/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/llvm-project/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/llvm-project/clang/unittests/Rewrite/
DRewriterTest.cpp22 CharSourceRange TRange; // extends CRange to whole tokens member
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h111 struct TRange { struct
112 TRange(int start, int last) : start(start), last(last) { } in TRange() function
113 bool overlap(const TRange& rhs) const in overlap() argument
125 TIoRange(TRange location, TRange component, TBasicType basicType, int index) in TIoRange() argument
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dlocalintermediate.h111 struct TRange { struct
112 TRange(int start, int last) : start(start), last(last) { } in TRange() function
113 bool overlap(const TRange& rhs) const in overlap() argument
125 TIoRange(TRange location, TRange component, TBasicType basicType, int index) in TIoRange() argument
/external/skqp/src/pathops/
DSkOpCoincidence.cpp532 double SkOpCoincidence::TRange(const SkOpPtT* overS, double t, in TRange() function in SkOpCoincidence
/external/skia/src/pathops/
DSkOpCoincidence.cpp532 double SkOpCoincidence::TRange(const SkOpPtT* overS, double t, in TRange() function in SkOpCoincidence
/external/clang/lib/Sema/
DSemaChecking.cpp9486 void Sema::CheckCastAlign(Expr *Op, QualType T, SourceRange TRange) { in CheckCastAlign()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp14159 void Sema::CheckCastAlign(Expr *Op, QualType T, SourceRange TRange) { in CheckCastAlign()