Home
last modified time | relevance | path

Searched defs:Rectangle (Results 1 – 10 of 10) sorted by relevance

/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-categories/
H A Dmain.cpp11 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 Dtypo.c11 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 DExtractionSemicolonPolicy.cpp3 struct Rectangle { int width, height; }; argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmagic-numbers.cpp176 struct Rectangle { struct
181Rectangle(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 Disolate-declaration.cpp114 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 DRectangle.cpp3 Rectangle::Rectangle(double width, double height) in Rectangle() function in Rectangle
/llvm-project/lldb/test/API/functionalities/vtable/
H A Dmain.cpp10 class Rectangle : public Shape { class
/llvm-project/clang/test/Analysis/
H A Dcast-value-notes.cpp63 class Rectangle : public Shape {}; class
H A Dcast-value-logic.cpp22 class Rectangle : public Shape {}; class
/llvm-project/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m20 typedef struct { int x; int y; int width; int height; } Rectangle; typedef