Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-tautological-compare.cpp10 const int kintmax = 2147483647; variable
12 if (sizeof(x) < sizeof(int) || x < kintmax) {} in test0()
14 if (x < kintmax) {} in test0()
19 if (x < kintmax) {} in test1()
25 if (x < kintmax) {} in test1()