Searched defs:Rectangle (Results 1 – 10 of 10) sorted by relevance
/llvm-project/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() argument
|
/llvm-project/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/clang/test/Refactor/Extract/ |
H A D | ExtractionSemicolonPolicy.cpp | 3 struct Rectangle { int width, height; }; argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | magic-numbers.cpp | 176 struct Rectangle { struct 181 …Rectangle(Point<T> origin_, Dimension<T> size_, T rotation_ = 0) noexcept : origin{origin_}, size{… in Rectangle() function 189 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/clang-tools-extra/test/clang-doc/Inputs/basic-project/src/ |
H A D | Rectangle.cpp | 3 Rectangle::Rectangle(double width, double height) in Rectangle() function in Rectangle
|
/llvm-project/lldb/test/API/functionalities/vtable/ |
H A D | main.cpp | 10 class Rectangle : public Shape { class
|
/llvm-project/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/clang/test/SemaObjC/ |
H A D | unsafe-perform-selector.m | 20 typedef struct { int x; int y; int width; int height; } Rectangle; typedef
|