Searched refs:get_x (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/test/CodeGenCXX/ |
D | amdgcn_declspec_get.cpp | 4 int get_x(); 9 return get_x(); in _get_x()
|
D | ms-property.cpp | 16 __declspec(property(get = get_x)) int X; 17 int get_x() const { return x_; } in get_x() function in Test1 36 char GetY(char i, Test1 j) { return i+j.get_x(); } in GetY()
|
/external/clang/test/CodeGenCXX/ |
D | ms-property.cpp | 16 __declspec(property(get = get_x)) int X; 17 int get_x() const { return x_; } in get_x() function in Test1 36 char GetY(char i, Test1 j) { return i+j.get_x(); } in GetY()
|
/external/llvm/test/CodeGen/X86/ |
D | tls-local-dynamic.ll | 6 ; get_x and get_y are here to prevent x and y to be optimized away as 0 8 define i32* @get_x() { 13 ; CHECK-LABEL: get_x:
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | tls-local-dynamic.ll | 6 ; get_x and get_y are here to prevent x and y to be optimized away as 0 8 define i32* @get_x() { 13 ; CHECK-LABEL: get_x:
|
/external/llvm-project/clang/test/SemaCXX/ |
D | ms-property.cpp | 15 __declspec(property(get = get_x)) int X; 16 int get_x() const { return x_; } in get_x() function in Test1
|
/external/clang/test/SemaCXX/ |
D | ms-property.cpp | 15 __declspec(property(get = get_x)) int X; 16 int get_x() const { return x_; } in get_x() function in Test1
|
/external/rust/crates/plotters/src/chart/ |
D | context.rs | 548 fn get_x(&self) -> &X { in get_x() method 573 (x.get_x().clone(), y.get_y().clone(), z.get_z().clone()) 740 let d = coord.projected_depth(s[0].get_x(), s[1].get_y(), s[2].get_z()); 741 let d = d + coord.projected_depth(e[0].get_x(), e[1].get_y(), e[2].get_z()); 819 let (a, b) = if coord.projected_depth(a[0].get_x(), a[1].get_y(), a[2].get_z()) 820 >= coord.projected_depth(c[0].get_x(), c[1].get_y(), c[2].get_z())
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/ |
D | indirect_call_profile_funclet.ll | 17 ; int get_x() const { return x; }
|
/external/autotest/client/bin/input/ |
D | input_device.py | 476 def get_x(self): member in InputDevice 627 x = device.get_x()
|
/external/harfbuzz_ng/src/ |
D | hb-cff-interp-cs-common.hh | 200 const number_t &get_x () const { return pt.x; } in get_x() function
|