Searched refs:PutX (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/test/SemaCXX/ |
D | ms-property-error.cpp | 5 __declspec(property(get=GetX,put=PutX)) int x[]; 7 void PutX(int i, int j, int k) { j = i = k; } // expected-note {{'PutX' declared here}} in PutX() function in S 14 __declspec(property(get=GetX,put=PutX)) T x[]; 16 T PutX(T i, T j, T k) { return j = i = k; } // expected-note 2 {{'PutX' declared here}} in PutX() function in St
|
D | ms-property.cpp | 22 __declspec(property(get=GetX,put=PutX)) int x[]; 24 void PutX(int i, int j, int k) { j = i = k; } in PutX() function in S 30 __declspec(property(get=GetX,put=PutX)) T x[]; 32 T PutX(T i, T j, T k) { return j = i = k; } in PutX() function in St
|
/external/clang/test/SemaCXX/ |
D | ms-property-error.cpp | 5 __declspec(property(get=GetX,put=PutX)) int x[]; 7 void PutX(int i, int j, int k) { j = i = k; } // expected-note {{'PutX' declared here}} in PutX() function in S 14 __declspec(property(get=GetX,put=PutX)) T x[]; 16 T PutX(T i, T j, T k) { return j = i = k; } // expected-note 2 {{'PutX' declared here}} in PutX() function in St
|
D | ms-property.cpp | 22 __declspec(property(get=GetX,put=PutX)) int x[]; 24 void PutX(int i, int j, int k) { j = i = k; } in PutX() function in S 30 __declspec(property(get=GetX,put=PutX)) T x[]; 32 T PutX(T i, T j, T k) { return j = i = k; } in PutX() function in St
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | ms-property.cpp | 23 __declspec(property(get=GetX,put=PutX)) int x[]; 25 void PutX(int i, int j, int k) { j = i = k; } in PutX() function in S 31 __declspec(property(get=GetX,put=PutX)) T x[]; 34 T PutX(T i, T j, T k) { return j = i = k; } in PutX() function in St
|
/external/clang/test/CodeGenCXX/ |
D | ms-property.cpp | 23 __declspec(property(get=GetX,put=PutX)) int x[]; 25 void PutX(int i, int j, int k) { j = i = k; } in PutX() function in S 31 __declspec(property(get=GetX,put=PutX)) T x[]; 34 T PutX(T i, T j, T k) { return j = i = k; } in PutX() function in St
|
/external/llvm-project/clang/test/Index/ |
D | ms-property.cpp | 9 void PutX(int i); 13 __declspec(property(get=GetX, put=PutX)) int propX;
|