Searched defs:GetX (Results 1 – 9 of 9) sorted by relevance
| /external/clang/test/CodeGenCXX/ |
| D | ms-property.cpp | 24 int GetX(int i, int j) { return i+j; } in GetX() function in S 32 T GetX(T i, T j) { return i+j; } in GetX() function in St 33 T GetX() { return 0; } in GetX() function in St
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | ms-property.cpp | 24 int GetX(int i, int j) { return i+j; } in GetX() function in S 32 T GetX(T i, T j) { return i+j; } in GetX() function in St 33 T GetX() { return 0; } in GetX() function in St
|
| /external/clang/test/SemaCXX/ |
| D | ms-property-error.cpp | 6 int GetX(int i, int j) { return i+j; } // expected-note {{'GetX' declared here}} in GetX() function in S 15 T GetX(T i, T j) { return i+j; } // expected-note 3 {{'GetX' declared here}} in GetX() function in St
|
| D | ms-property.cpp | 23 int GetX(int i, int j) { return i+j; } in GetX() function in S 31 T GetX(T i, T j) { return i+j; } in GetX() function in St
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | ms-property-error.cpp | 6 int GetX(int i, int j) { return i+j; } // expected-note {{'GetX' declared here}} in GetX() function in S 15 T GetX(T i, T j) { return i+j; } // expected-note 3 {{'GetX' declared here}} in GetX() function in St
|
| D | ms-property.cpp | 23 int GetX(int i, int j) { return i+j; } in GetX() function in S 31 T GetX(T i, T j) { return i+j; } in GetX() function in St
|
| /external/flatbuffers/tests/MyGame/Example/ |
| D | Vec3.php | 28 public function GetX() function in MyGame\\Example\\Vec3
|
| /external/deqp-deps/amber/src/ |
| D | command.h | 167 float GetX() const { return x_; } in GetX() function 199 float GetX() const { return x_; } in GetX() function 299 uint32_t GetX() const { return x_; } in GetX() function 377 float GetX() const { return x_; } in GetX() function
|
| /external/golang-protobuf/proto/test_proto/ |
| D | test.pb.go | 2887 func (m *GroupOld_G) GetX() int32 { func 2966 func (m *GroupNew_G) GetX() int32 { func 3455 func (m *Oneof_F_Group) GetX() int32 { func
|