Home | Sort by relevance Sort by last modified time |
/external/clang/test/SemaCXX/ | |
compare.cpp | 385 inline bool less_than_zero(T num, T value) { function in namespace:templates 390 inline bool less_than_zero(unsigned num) { function in namespace:templates 397 less_than_zero(num, num); 398 less_than_zero<int>(num); 399 less_than_zero<long>(num); 400 less_than_zero<short>(num); |