/llvm-project/clang/test/CXX/class.access/class.friend/ |
H A D | p9-cxx0x.cpp | 15 class Y { class 26 template <class T> class Y { class 40 template <class T> class Y { class 44 template class Y<int>; variable 56 template <class T> class Y { class 60 template class Y<float>; // expected-note {{in instantiation}} variable 69 template <class T> class Y { class 80 template <class T> class Y { class 84 template class Y<int>; // expected-note {{in instantiation}} variable 96 template <class T> class Y { class [all …]
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/ |
H A D | p2-0x.cpp | 10 struct Y { struct 16 …struct Y<F>::template U<char> k; // expected-error 2{{alias template 'U' cannot be referenced with… argument 17 typename Y<F>::template U<char> l; // ok argument 19 template struct Y<Id>; // expected-note {{requested here}} variable
|
/llvm-project/clang/test/CXX/class/class.local/ |
H A D | p3.cpp | 8 struct X::Y { in f1() struct in f1::X 9 void f() {} in f1() 17 struct Y { in f2() struct 18 void f() {} in f2() 26 struct Y { in f3() struct 27 …eturn a; } // expected-error{{reference to local variable 'a' declared in enclosing function 'f3'}} in f3()
|
/llvm-project/clang/test/CodeGen/ |
H A D | BasicInstrs.c | 6 unsigned int udiv(unsigned int X, unsigned int Y) { in udiv() 9 int sdiv(int X, int Y) { in sdiv() 12 unsigned int urem(unsigned int X, unsigned int Y) { in urem() 15 int srem(int X, int Y) { in srem() 19 _Bool setlt(int X, int Y) { in setlt() 23 _Bool setgt(int X, int Y) { in setgt()
|
H A D | 2007-03-26-BitfieldAfterZeroWidth.c | 3 struct Y { struct 4 struct W w; 5 int i:1;
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve54.f90 | 24 real :: X, Y local 33 real :: W, Y local 38 integer :: X, Y local 46 integer :: X, Y local 49 real :: W, Y local 61 real :: W, Y local 65 real :: X, Y local 74 real :: X, Y local 78 real :: W, Y local 91 real :: Y, X local [all …]
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | ivar-construct.mm | 2 struct Y { struct 3 Y(); field 6 ~Y(); // expected-note 3{{declared private here}} argument
|
/llvm-project/clang/test/CXX/temp/temp.res/temp.local/ |
H A D | p6.cpp | 8 template<typename T> struct Y { // expected-note 18{{declared here}} struct 9 …mplate<typename T> struct A {}; // expected-error {{declaration of 'T' shadows template parameter}} 11 struct B { 14 struct C { 17 struct D { 20 struct E { 23 struct F { 26 struct G { 29 struct H { 32 struct I { [all …]
|
/llvm-project/clang/test/CXX/except/except.spec/ |
H A D | p5-delayed.cpp | 3 struct A { struct X { virtual ~X() throw(Y); }; struct Y : X {}; }; struct 4 struct B { struct X { virtual void f() throw(Y); }; struct Y : X { void f() throw(Y); }; }; struct 5 struct C { struct X { virtual void f() throw(Y); }; struct Y : X { void f() throw(); }; }; struct 6 struct D { struct X { virtual void f() throw(Y); }; struct Y : X { void f() noexcept; }; }; struct 7 struct E { struct Y; struct X { virtual Y &operator=(const Y&) throw(Y); }; struct Y : X {}; }; struct 12 struct Y : X { struct
|
/llvm-project/clang/test/SemaCXX/ |
H A D | non-empty-class-size-zero.cpp | 11 struct Y { struct 17 int zero_size_array[(sizeof(Y) == 8) -1]; // no error here! argument
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p5.cpp | 6 template<class T> class Y { // expected-note{{explicit instantiation refers here}} class 19 template class Y<int>; variable 26 template class N::Y<char*>; member in N
|
/llvm-project/clang/test/Analysis/ |
H A D | placement-new.cpp | 222 struct alignas(alignof(short)) Y { in f4() struct 223 char b; in f4() 224 char c; in f4() 287 struct Y { in f11() struct 288 long c; in f11() 307 struct Y { in test13() struct 308 char a[10]; in test13() 320 struct Y { in test14() struct 321 char a[10]; in test14() 333 struct alignas(alignof(long)) Y { in test15() struct [all …]
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
H A D | p21.cpp | 15 template<class ... Types> struct Y { struct 19 template<class T, class ... Types> struct Y<T, Types& ...> { argument 29 int check3[Y<>::value == 0? 1 : -1]; // uses primary template argument
|
/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/ |
H A D | p3.cpp | 31 int Y; member 35 template<class T> struct Y : T { struct 36 struct B { /* ... */ }; 37 B b; 38 void f(int i) { a = i; } in f() 39 Y* p; 84 template<typename T> struct Y : X { struct 85 void g() { in g()
|
/llvm-project/clang/test/Parser/ |
H A D | cxx1z-using-declaration.cpp | 15 struct Y { struct 18 struct Z : X, Y { argument
|
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/ |
H A D | p3.cpp | 11 struct Y struct 14 X member; 19 void test() { in test()
|
/llvm-project/clang/test/Modules/Inputs/odr/ |
H A D | b.h | 1 struct Y { struct 2 int m; 3 double f;
|
H A D | a.h | 1 extern struct Y { struct 2 int n; 3 float f;
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 171 std::vector<MachOYAML::Section> &Sections, MachOYAML::Object &Y) { in extractSections() 210 MachOYAML::Object &Y) { in processLoadCommandData() 219 MachOYAML::Object &Y) { in processLoadCommandData() 229 MachOYAML::Object &Y) { in processLoadCommandData() 250 MachOYAML::Object &Y) { in processLoadCommandData() 259 MachOYAML::Object &Y) { in processLoadCommandData() 268 MachOYAML::Object &Y) { in processLoadCommandData() 277 MachOYAML::Object &Y) { in processLoadCommandData() 292 auto Y = std::make_unique<MachOYAML::Object>(); in dump() local 306 void MachODumper::dumpHeader(std::unique_ptr<MachOYAML::Object> &Y) { in dumpHeader() [all …]
|
/llvm-project/clang/test/Modules/ |
H A D | merge-using-decls.cpp | 19 struct Y { global() struct 42 typeY global() argument
|
/llvm-project/libcxx/test/libcxx/utilities/optional/optional.object/optional.object.ctor/ |
H A D | move.pass.cpp | 26 struct Y struct 29 Y(Y&&) {} in Y() argument
|
H A D | copy.pass.cpp | 25 struct Y struct 28 Y(const Y&) {} in Y() argument
|
/llvm-project/clang/test/PCH/Inputs/ |
H A D | chain-remap-types1.h | 3 struct Y { struct 4 X *my_X;
|
/llvm-project/llvm/unittests/ADT/ |
H A D | StringSwitchTest.cpp | 76 .StartsWith("add", [](int X, int Y) { return X + Y; }) in TEST() 77 .StartsWith("sub", [](int X, int Y) { return X - Y; }) in TEST() 78 .StartsWith("mul", [](int X, int Y) { return X * Y; }) in TEST() 79 .StartsWith("div", [](int X, int Y) { return X / Y; }) in TEST() 80 .Default([](int X, int Y) { return 0; }); in TEST() 95 .StartsWithLower("add", [](int X, int Y) { return X + Y; }) in TEST() 96 .StartsWithLower("sub", [](int X, int Y) { return X - Y; }) in TEST() 97 .StartsWithLower("mul", [](int X, int Y) { return X * Y; }) in TEST() 98 .StartsWithLower("div", [](int X, int Y) { return X / Y; }) in TEST() 99 .Default([](int X, int Y) { return 0; }); in TEST()
|
/llvm-project/clang/test/Preprocessor/ |
H A D | pragma-pushpop-macro.c | 14 #define Y 2 macro 17 #define Y 3 macro 31 #define Y 4 macro
|