Home
last modified time | relevance | path

Searched refs:checkIntersect (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp228 this->checkIntersect({}, 42, {}); in TYPED_TEST()
230 this->checkIntersect({{42, 42}}, 42, {{42, 42}}); in TYPED_TEST()
241 this->checkIntersect({}, 10, 20, {}); in TYPED_TEST()
242 this->checkIntersect({}, 20, 10, {}); in TYPED_TEST()
247 this->checkIntersect({{10, 20}}, 21, 9, {}); in TYPED_TEST()
258 this->checkIntersect({}, {}, {}); in TYPED_TEST()
259 this->checkIntersect({}, {{0, 10}}, {}); in TYPED_TEST()
260 this->checkIntersect({{0, 10}}, {}, {}); in TYPED_TEST()
262 this->checkIntersect({{0, 10}}, {{4, 6}}, {{4, 6}}); in TYPED_TEST()
265 this->checkIntersect({{0, 10}}, {{4, 4}}, {{4, 4}}); in TYPED_TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp228 this->checkIntersect({}, 42, {}); in TYPED_TEST()
230 this->checkIntersect({{42, 42}}, 42, {{42, 42}}); in TYPED_TEST()
241 this->checkIntersect({}, 10, 20, {}); in TYPED_TEST()
242 this->checkIntersect({}, 20, 10, {}); in TYPED_TEST()
247 this->checkIntersect({{10, 20}}, 21, 9, {}); in TYPED_TEST()
258 this->checkIntersect({}, {}, {}); in TYPED_TEST()
259 this->checkIntersect({}, {{0, 10}}, {}); in TYPED_TEST()
260 this->checkIntersect({{0, 10}}, {}, {}); in TYPED_TEST()
262 this->checkIntersect({{0, 10}}, {{4, 6}}, {{4, 6}}); in TYPED_TEST()
265 this->checkIntersect({{0, 10}}, {{4, 4}}, {{4, 4}}); in TYPED_TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp228 this->checkIntersect({}, 42, {}); in TYPED_TEST()
230 this->checkIntersect({{42, 42}}, 42, {{42, 42}}); in TYPED_TEST()
241 this->checkIntersect({}, 10, 20, {}); in TYPED_TEST()
242 this->checkIntersect({}, 20, 10, {}); in TYPED_TEST()
247 this->checkIntersect({{10, 20}}, 21, 9, {}); in TYPED_TEST()
258 this->checkIntersect({}, {}, {}); in TYPED_TEST()
259 this->checkIntersect({}, {{0, 10}}, {}); in TYPED_TEST()
260 this->checkIntersect({{0, 10}}, {}, {}); in TYPED_TEST()
262 this->checkIntersect({{0, 10}}, {{4, 6}}, {{4, 6}}); in TYPED_TEST()
265 this->checkIntersect({{0, 10}}, {{4, 4}}, {{4, 4}}); in TYPED_TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp228 this->checkIntersect({}, 42, {}); in TYPED_TEST()
230 this->checkIntersect({{42, 42}}, 42, {{42, 42}}); in TYPED_TEST()
241 this->checkIntersect({}, 10, 20, {}); in TYPED_TEST()
242 this->checkIntersect({}, 20, 10, {}); in TYPED_TEST()
247 this->checkIntersect({{10, 20}}, 21, 9, {}); in TYPED_TEST()
258 this->checkIntersect({}, {}, {}); in TYPED_TEST()
259 this->checkIntersect({}, {{0, 10}}, {}); in TYPED_TEST()
260 this->checkIntersect({{0, 10}}, {}, {}); in TYPED_TEST()
262 this->checkIntersect({{0, 10}}, {{4, 6}}, {{4, 6}}); in TYPED_TEST()
265 this->checkIntersect({{0, 10}}, {{4, 4}}, {{4, 4}}); in TYPED_TEST()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp228 this->checkIntersect({}, 42, {});
230 this->checkIntersect({{42, 42}}, 42, {{42, 42}});
241 this->checkIntersect({}, 10, 20, {});
242 this->checkIntersect({}, 20, 10, {});
247 this->checkIntersect({{10, 20}}, 21, 9, {});
258 this->checkIntersect({}, {}, {});
259 this->checkIntersect({}, {{0, 10}}, {});
260 this->checkIntersect({{0, 10}}, {}, {});
262 this->checkIntersect({{0, 10}}, {{4, 6}}, {{4, 6}});
265 this->checkIntersect({{0, 10}}, {{4, 4}}, {{4, 4}});
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp228 this->checkIntersect({}, 42, {}); in TYPED_TEST()
230 this->checkIntersect({{42, 42}}, 42, {{42, 42}}); in TYPED_TEST()
241 this->checkIntersect({}, 10, 20, {}); in TYPED_TEST()
242 this->checkIntersect({}, 20, 10, {}); in TYPED_TEST()
247 this->checkIntersect({{10, 20}}, 21, 9, {}); in TYPED_TEST()
258 this->checkIntersect({}, {}, {}); in TYPED_TEST()
259 this->checkIntersect({}, {{0, 10}}, {}); in TYPED_TEST()
260 this->checkIntersect({{0, 10}}, {}, {}); in TYPED_TEST()
262 this->checkIntersect({{0, 10}}, {{4, 6}}, {{4, 6}}); in TYPED_TEST()
265 this->checkIntersect({{0, 10}}, {{4, 4}}, {{4, 4}}); in TYPED_TEST()
[all …]
/dports/devel/mercator/mercator-0.3.3/Mercator/
H A DThresholdShader.h37 virtual bool checkIntersect(const Segment &) const;
66 virtual bool checkIntersect(const Segment &) const;
105 virtual bool checkIntersect(const Segment &) const;
H A DTileShader.cpp28 bool TileShader::checkIntersect(const Segment & s) const in checkIntersect() function in Mercator::TileShader
41 if (!I->second->checkIntersect(surface.getSegment())) { in shade()
H A DThresholdShader.cpp35 bool HighShader::checkIntersect(const Segment & s) const in checkIntersect() function in Mercator::HighShader
89 bool LowShader::checkIntersect(const Segment & s) const in checkIntersect() function in Mercator::LowShader
151 bool BandShader::checkIntersect(const Segment & s) const in checkIntersect() function in Mercator::BandShader
H A DFillShader.h26 virtual bool checkIntersect(const Segment &) const;
H A DAreaShader.h26 virtual bool checkIntersect(const Segment &) const;
H A DTileShader.h37 virtual bool checkIntersect(const Segment &) const;
H A DFillShader.cpp24 bool FillShader::checkIntersect(const Segment &) const in checkIntersect() function in Mercator::FillShader
H A DShader.h57 virtual bool checkIntersect(const Segment &) const = 0;
H A DDepthShader.h53 virtual bool checkIntersect(const Segment &) const;
H A DGrassShader.h112 virtual bool checkIntersect(const Segment &) const;
H A DDepthShader.cpp52 bool DepthShader::checkIntersect(const Segment & s) const in checkIntersect() function in Mercator::DepthShader
H A DTerrain.cpp80 if (!t->checkIntersect(*seg)) { in addShader()
141 if (!I->second->checkIntersect(seg)) { in addSurfaces()
H A DGrassShader.cpp80 bool GrassShader::checkIntersect(const Segment & s) const in checkIntersect() function in Mercator::GrassShader
/dports/devel/mercator/mercator-0.3.3/tests/
H A DThresholdShadertest.cpp39 dshade->checkIntersect(*seg); in testHighShader()
68 dshade->checkIntersect(*seg); in testLowShader()
98 dshade->checkIntersect(*seg); in testBandShader()
H A DShadertest.cpp24 if (shader.checkIntersect(segment)) { in shadeTest()
H A DDepthShadertest.cpp41 dshade->checkIntersect(*seg); in testDepthShader()
H A DGrassShadertest.cpp44 dshade->checkIntersect(*seg); in testGrassShader()
H A DTerrainaddAreatest.cpp24 virtual bool checkIntersect(const Mercator::Segment &) const in checkIntersect() function in TestShader
/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dpolygon_intersect.h79 bool _Poly2Orient<dim>::checkIntersect(const AxisBox<dim>& b, Point<2>& p2, in checkIntersect() function
389 if(!p.m_orient.checkIntersect(b, p2, proper)) in Intersect()
614 if(!orient.checkIntersect(b, p2, proper)) in Intersect()

12