Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 25 of 1758) sorted by relevance

12345678910>>...71

/external/llvm-project/clang/test/CXX/class.access/class.friend/
Dp9-cxx0x.cpp15 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 …]
/external/clang/test/CXX/class.access/class.friend/
Dp9-cxx0x.cpp15 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 …]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
Dp2-0x.cpp10 struct Y { struct
16 …struct Y<F>::template U<char> k; // expected-error 2{{elaborated type refers to a type alias templ… argument
17 typename Y<F>::template U<char> l; // ok argument
19 template struct Y<Id>; // expected-note {{requested here}} variable
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
Dp2-0x.cpp10 struct Y { struct
16 …struct Y<F>::template U<char> k; // expected-error 2{{type alias template 'U' cannot be referenced… argument
17 typename Y<F>::template U<char> l; // ok argument
19 template struct Y<Id>; // expected-note {{requested here}} variable
/external/llvm-project/flang/test/Semantics/
Dresolve54.f9024 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 …]
/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c137 #define PLOT(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel ); argument
152 #define PIXEL_ADDRESS(X,Y) PIXEL_ADDR4(xrb, X, Y) argument
154 #define PLOT(X,Y) *pixelPtr = pixel; argument
169 #define PIXEL_ADDRESS(X,Y) PIXEL_ADDR4(xrb, X, Y) argument
171 #define PLOT(X,Y) *pixelPtr = pixel; argument
186 #define PIXEL_ADDRESS(X,Y) PIXEL_ADDR4(xrb, X, Y) argument
188 #define PLOT(X,Y) *pixelPtr = pixel; argument
202 #define PIXEL_ADDRESS(X,Y) PIXEL_ADDR3(xrb, X, Y) argument
204 #define PLOT(X,Y) { \ argument
223 #define PIXEL_ADDRESS(X,Y) PIXEL_ADDR2(xrb, X, Y) argument
[all …]
/external/llvm-project/clang/test/CodeGen/
DBasicInstrs.c6 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()
/external/llvm-project/clang/test/CXX/class/class.local/
Dp3.cpp8 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()
/external/clang/test/CodeGen/
DBasicInstrs.c6 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()
/external/clang/test/CXX/class/class.local/
Dp3.cpp8 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()
/external/llvm-project/clang/test/CXX/temp/temp.res/temp.local/
Dp6.cpp8 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 …]
/external/clang/test/CXX/temp/temp.res/temp.local/
Dp6.cpp8 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 …]
/external/llvm-project/clang/test/SemaObjCXX/
Divar-construct.mm2 struct Y { struct
3 Y(); argument
6 ~Y(); // expected-note 3{{declared private here}} field
/external/clang/test/SemaObjCXX/
Divar-construct.mm2 struct Y { struct
3 Y(); argument
6 ~Y(); // expected-note 3{{declared private here}} field
/external/llvm-project/clang/test/Analysis/
Dplacement-new.cpp218 struct alignas(alignof(short)) Y { in f4() struct
219 char b; in f4()
220 char c; in f4()
283 struct Y { in f11() struct
284 long c; in f11()
303 struct Y { in test13() struct
304 char a[10]; in test13()
316 struct Y { in test14() struct
317 char a[10]; in test14()
329 struct alignas(alignof(long)) Y { in test15() struct
[all …]
/external/clang/test/CXX/except/except.spec/
Dp5-delayed.cpp3 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
/external/llvm-project/clang/test/CXX/except/except.spec/
Dp5-delayed.cpp3 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
/external/curl/tests/libtest/
Dtest.h133 #define exe_easy_init(A,Y,Z) do { \ argument
143 #define chk_easy_init(A,Y,Z) do { \ argument
154 #define exe_multi_init(A,Y,Z) do { \ argument
164 #define chk_multi_init(A,Y,Z) do { \ argument
175 #define exe_easy_setopt(A,B,C,Y,Z) do { \ argument
188 #define chk_easy_setopt(A, B, C, Y, Z) do { \ argument
199 #define exe_multi_setopt(A, B, C, Y, Z) do { \ argument
212 #define chk_multi_setopt(A,B,C,Y,Z) do { \ argument
223 #define exe_multi_add_handle(A,B,Y,Z) do { \ argument
236 #define chk_multi_add_handle(A, B, Y, Z) do { \ argument
[all …]
/external/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/
Dp3.cpp31 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()
/external/clang/test/CXX/temp/temp.res/temp.dep/
Dp3.cpp31 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()
/external/llvm-project/clang/test/SemaCXX/
Dnon-empty-class-size-zero.cpp12 struct Y { struct
18 int zero_size_array[(sizeof(Y) == 8) -1]; // no error here! argument
/external/clang/test/SemaCXX/
Dnon-empty-class-size-zero.cpp12 struct Y { struct
18 int zero_size_array[(sizeof(Y) == 8) -1]; // no error here! argument
/external/llvm-project/clang/test/Parser/
Dcxx1z-using-declaration.cpp15 struct Y { struct
18 struct Z : X, Y { argument
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp5.cpp6 template<class T> class Y { // expected-note{{explicit instantiation refers here}} class
16 template class Y<int>; variable
23 template class N::Y<char*>; member in N
/external/llvm-project/llvm/tools/obj2yaml/
Dmacho2yaml.cpp166 std::vector<MachOYAML::Section> &Sections, MachOYAML::Object &Y) { in extractSections()
198 MachOYAML::Object &Y) { in processLoadCommandData()
207 MachOYAML::Object &Y) { in processLoadCommandData()
217 MachOYAML::Object &Y) { in processLoadCommandData()
238 MachOYAML::Object &Y) { in processLoadCommandData()
247 MachOYAML::Object &Y) { in processLoadCommandData()
256 MachOYAML::Object &Y) { in processLoadCommandData()
265 MachOYAML::Object &Y) { in processLoadCommandData()
280 auto Y = std::make_unique<MachOYAML::Object>(); in dump() local
290 void MachODumper::dumpHeader(std::unique_ptr<MachOYAML::Object> &Y) { in dumpHeader()
[all …]

12345678910>>...71