HomeSort by relevance Sort by last modified time
    Searched refs:PutX (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
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}}
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}}
ms-property.cpp 22 __declspec(property(get=GetX,put=PutX)) int x[];
24 void PutX(int i, int j, int k) { j = i = k; }
30 __declspec(property(get=GetX,put=PutX)) T x[];
32 T PutX(T i, T j, T k) { return j = i = k; }
  /external/clang/test/CodeGenCXX/
ms-property.cpp 23 __declspec(property(get=GetX,put=PutX)) int x[];
25 void PutX(int i, int j, int k) { j = i = k; }
31 __declspec(property(get=GetX,put=PutX)) T x[];
34 T PutX(T i, T j, T k) { return j = i = k; }
59 // CHECK-NEXT: call void @"\01?PutX@S@@QEAAXHHH@Z"(%class.S* %{{.+}}, i32 23, i32 1, i32 [[J]])
64 // CHECK-NEXT: [[CALL:%.+]] = call float @"\01?PutX@?$St@M@@QEAAMMMM@Z"(%class.St* %{{.+}}, float 2.300000e+01, float 1.000000e+00, float [[J1]])
73 // CHECK-NEXT: call float @"\01?PutX@?$St@M@@QEAAMMMM@Z"(%class.St* %{{.+}}, float [[CONV]], float 1.000000e+00, float [[INC]])
98 // CHECK: call float @"\01?PutX@?$St@M@@QEAAMMMM@Z"(%class.St* [[P2_1]], float [[CAST2]], float [[CAST1]], float [[CAST]])
107 // CHECK: call i32 @"\01?PutX@?$St@H@@QEAAHHHH@Z"(%class.St{{.+}}* [[BAR]], i32 %{{.+}}, i32 %{{.+}}, i32 %{{.+}})
112 // CHECK: call i32 @"\01?PutX@?$St@H@@QEAAHHHH@Z"(%class.St{{.+}}* [[BAR]], i32 %{{.+}}, i32 %{{.+}}, i32 %{{.+}}
    [all...]

Completed in 246 milliseconds