Searched refs:get_x (Results 1 – 4 of 4) sorted by relevance
16 __declspec(property(get = get_x)) int X;17 int get_x() const { return x_; } in get_x() function in Test136 char GetY(char i, Test1 j) { return i+j.get_x(); } in GetY()
6 ; get_x and get_y are here to prevent x and y to be optimized away as 08 define i32* @get_x() {13 ; CHECK-LABEL: get_x:
15 __declspec(property(get = get_x)) int X;16 int get_x() const { return x_; } in get_x() function in Test1
471 def get_x(self): member in InputDevice612 x = device.get_x()