Home
last modified time | relevance | path

Searched refs:PutX (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
Dms-property-error.cpp5 __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
Dms-property.cpp22 __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/CodeGenCXX/
Dms-property.cpp23 __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