Searched refs:Point2D (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | easily-swappable-parameters-implicits.cpp | 29 typedef int Point2D[2]; typedef 32 void arrays1(Point2D P2D, Point3D P3D) {} // In reality this is (int*, int*). in arrays1() 37 void crefToArrayTypedef1(int I, const Point2D &P) {} in crefToArrayTypedef1() 40 void crefToArrayTypedef2(int *IA, const Point2D &P) {} in crefToArrayTypedef2() 43 void crefToArrayTypedef3(int P1[2], const Point2D &P) {} in crefToArrayTypedef3() 46 void crefToArrayTypedefBoth1(const Point2D &VecDescartes, const Point3D &VecThreeD) {} in crefToArrayTypedefBoth1()
|
| H A D | easily-swappable-parameters-len2.cpp | 247 typedef int Point2D[2]; typedef 250 void arrays1(Point2D P2D, Point3D P3D) {} // In reality this is (int*, int*). in arrays1() 255 void crefToArrayTypedef1(int I, const Point2D &P) {} in crefToArrayTypedef1() 258 void crefToArrayTypedef2(int *IA, const Point2D &P) {} in crefToArrayTypedef2() 261 void crefToArrayTypedef3(int P1[2], const Point2D &P) {} in crefToArrayTypedef3() 264 void crefToArrayTypedefBoth1(const Point2D &VecDescartes, const Point3D &VecThreeD) {} in crefToArrayTypedefBoth1()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-c99.cpp | 25 struct Point2D { struct 29 template struct DesigInit0<Point2D, int, double>; argument 100 template struct CompoundLiteral0<Point2D, int, float>;
|