Searched defs:GetX (Results 1 – 5 of 5) sorted by relevance
6 int GetX(int i, int j) { return i+j; } // expected-note {{'GetX' declared here}} in GetX() function in S18 T GetX(T i, T j) { return i+j; } // expected-note 3 {{'GetX' declared here}} in GetX() function in St
23 int GetX(int i, int j) { return i+j; } in GetX() function in S 37 T GetX(T i, T j) { return i+j; } in GetX() function in St
10 int GetX() { return 42; } in GetX() function
24 int GetX(int i, int j) { return i+j; } in GetX() function in S38 T GetX(T i, T j) { return i+j; } in GetX() function in St39 T GetX() { return 0; } in GetX() function in St