Searched refs:kintmax (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-tautological-compare.cpp10 const int kintmax = 2147483647; member in namespace:RuntimeBehavior
12 if (sizeof(x) < sizeof(int) || x < kintmax) {}
14 if (x < kintmax) {}
19 if (x < kintmax) {}
25 if (x < kintmax) {}

Completed in 431 milliseconds