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

  /external/clang/test/SemaCXX/
ms-property.cpp 15 __declspec(property(get = get_x)) int X;
16 int get_x() const { return x_; } function in class:Test1
  /external/clang/test/CodeGenCXX/
ms-property.cpp 16 __declspec(property(get = get_x)) int X;
17 int get_x() const { return x_; } function in class:Test1
36 char GetY(char i, Test1 j) { return i+j.get_x(); }
78 // CHECK: [[T_X:%.+]] = call i32 @"\01?get_x@Test1@@QEBAHXZ"(%class.Test1* %{{.+}})
101 // CHECK-NEXT: call i32 @"\01?get_x@Test1@@QEBAHXZ"(%class.Test1* [[CALL]])
  /external/autotest/client/bin/input/
input_device.py 471 def get_x(self): member in class:InputDevice
616 x = device.get_x()
  /external/harfbuzz_ng/src/
hb-cff-interp-cs-common.hh 198 const Number &get_x () const { return pt.x; } function in struct:CFF::CSInterpEnv

Completed in 704 milliseconds