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

  /external/clang/test/SemaCXX/
ms-property-error.cpp 5 __declspec(property(get=GetX,put=PutX)) int x[];
6 int GetX(int i, int j) { return i+j; } // expected-note {{'GetX' declared here}}
14 __declspec(property(get=GetX,put=PutX)) T x[];
15 T GetX(T i, T j) { return i+j; } // expected-note 3 {{'GetX' declared here}}
ms-property.cpp 22 __declspec(property(get=GetX,put=PutX)) int x[];
23 int GetX(int i, int j) { return i+j; }
30 __declspec(property(get=GetX,put=PutX)) T x[];
31 T GetX(T i, T j) { return i+j; }
  /external/clang/test/CodeGenCXX/
ms-property.cpp 23 __declspec(property(get=GetX,put=PutX)) int x[];
24 int GetX(int i, int j) { return i+j; }
31 __declspec(property(get=GetX,put=PutX)) T x[];
32 T GetX(T i, T j) { return i+j; }
33 T GetX() { return 0; }
56 // CHECK: call i32 @"\01?GetX@S@@QEAAHHH@Z"(%class.S* %{{.+}}, i32 223, i32 11)
61 // CHECK: call float @"\01?GetX@?$St@M@@QEAAMMM@Z"(%class.St* %{{.+}}, float 2.230000e+02, float 1.100000e+01)
70 // CHECK-NEXT: [[GET:%.+]] = call float @"\01?GetX@?$St@M@@QEAAMMM@Z"(%class.St* %{{.+}}, float [[CONV]], float 1.000000e+00)
80 // CHECK: [[P1_X_22_33:%.+]] = call i32 @"\01?GetX@S@@QEAAHHH@Z"(%class.S* [[P1]], i32 22, i32 33)
90 // CHECK: [[P1_X_ARGC_0:%.+]] = call i32 @"\01?GetX@S@@QEAAHHH@Z"(%class.S* [[P1]], i32 [[ARGC]], i32 0
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Vec3.php 28 public function GetX()
  /external/flatbuffers/tests/
phpTest.php 108 $assert->strictEqual($pos->GetX(), 1.0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmobj.h     [all...]

Completed in 382 milliseconds