Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcompare.cpp385 inline bool less_than_zero(T num, T value) { in less_than_zero() function
390 inline bool less_than_zero(unsigned num) { in less_than_zero() function
397 less_than_zero(num, num); in test11()
398 less_than_zero<int>(num); in test11()
399 less_than_zero<long>(num); in test11()
400 less_than_zero<short>(num); in test11()
/external/llvm-project/clang/test/SemaCXX/
Dcompare.cpp387 inline bool less_than_zero(T num, T value) { in less_than_zero() function
392 inline bool less_than_zero(unsigned num) { in less_than_zero() function
399 less_than_zero(num, num); in test11()
400 less_than_zero<int>(num); in test11()
401 less_than_zero<long>(num); in test11()
402 less_than_zero<short>(num); in test11()