HomeSort by relevance Sort by last modified time
    Searched full:less_than_zero (Results 1 - 1 of 1) sorted by null

  /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);

Completed in 58 milliseconds