Searched defs:Rectangle (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-categories/ |
| H A D | main.cpp | 11 struct Rectangle : public Shape { struct 14 Rectangle(int W = 3, int H = 5) : w(W), h(H) {} in Rectangle() function
|
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | typo.c | 11 struct Rectangle { struct 19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} argument 37 typedef struct Rectangle Rectangle; // expected-note{{'Rectangle' declared here}} in test() typedef
|
| /llvm-project-15.0.7/clang/test/Refactor/Extract/ |
| H A D | ExtractionSemicolonPolicy.cpp | 3 struct Rectangle { int width, height; }; argument
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | magic-numbers.cpp | 171 struct Rectangle { struct 176 …Rectangle(Point<T> origin_, Dimension<T> size_, T rotation_ = 0) noexcept : origin{origin_}, size{… in Rectangle() function 184 const geometry::Rectangle<double> mandelbrotCanvas{geometry::Point<double>{-2.5, -1}, geometry::Dim…
|
| H A D | isolate-declaration.cpp | 114 class Rectangle { class 119 Rectangle(Point TopLeft, Point BottomRight) : TopLeft(TopLeft), BottomRight(BottomRight) {} in Rectangle() function in Rectangle
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cast-value-notes.cpp | 63 class Rectangle : public Shape {}; class
|
| H A D | cast-value-logic.cpp | 22 class Rectangle : public Shape {}; class
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | unsafe-perform-selector.m | 21 typedef struct { int x; int y; int width; int height; } Rectangle; typedef
|