Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcompare.cpp365 bool less_than_max(short num, T value) { in less_than_max() function
371 bool less_than_max(short num) { in less_than_max() function
378 less_than_max(num, x); in test10()
379 less_than_max<int>(num); in test10()
380 less_than_max<long>(num); in test10()
381 less_than_max<short>(num); in test10()