Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dconstant-conversion.c86 const short max_short = 0x7FFF; in test9() local
90 const int max_short_plus_one = (int)max_short + 1; in test9()