Searched defs:PutX (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/test/SemaCXX/ |
D | ms-property-error.cpp | 7 void PutX(int i, int j, int k) { j = i = k; } // expected-note {{'PutX' declared here}} in PutX() function in S 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 | 24 void PutX(int i, int j, int k) { j = i = k; } in PutX() function in S 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 | 7 void PutX(int i, int j, int k) { j = i = k; } // expected-note {{'PutX' declared here}} in PutX() function in S 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 | 24 void PutX(int i, int j, int k) { j = i = k; } in PutX() function in S 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 | 25 void PutX(int i, int j, int k) { j = i = k; } in PutX() function in S 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 | 25 void PutX(int i, int j, int k) { j = i = k; } in PutX() function in S 34 T PutX(T i, T j, T k) { return j = i = k; } in PutX() function in St
|