Home
last modified time | relevance | path

Searched refs:GetMax (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dgc_comdat_test_2.cc27 T GetMax (T a, T b) in GetMax() function
34 return GetMax <int> (10,11); in foo()
Dgc_comdat_test_1.cc29 T GetMax (T a, T b) in GetMax() function
36 return GetMax <int> (4,5); in bar()
Dincr_comdat_test_2_v1.cc24 T GetMax(T a, T b) in GetMax() function
43 return GetMax<int>(10, a.sum(8)); in foo()
Dincr_comdat_test_2_v2.cc24 T GetMax(T a, T b) in GetMax() function
43 return GetMax<int>(10, a.sum(9)); in foo()
Dincr_comdat_test_2_v3.cc24 T GetMax(T a, T b) in GetMax() function
43 return GetMax<int>(10, a.sum(11)); in foo()
Dincr_comdat_test_1.cc26 T GetMax(T a, T b) in GetMax() function
35 return GetMax<int>(4, 5); in bar()