Home
last modified time | relevance | path

Searched defs:usa_const2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/Frontend/
H A Dfixed_point_mul_const.c32 unsigned short _Accum usa_const2 = 5 * 10.5uhk; variable
H A Dfixed_point_add_const.c32 unsigned short _Accum usa_const2 = 2 + 0.5uhk; variable
H A Dfixed_point_sub_const.c34 unsigned short _Accum usa_const2 = 2 - 0.5uhk; variable
H A Dfixed_point_div_const.c34 unsigned short _Accum usa_const2 = 2 / 0.5uhk; global() variable
H A Dfixed_point_conversions_const.c78 unsigned short _Accum usa_const2 = 2.5hk; global() variable
H A Dfixed_point_errors.c252 unsigned short _Accum usa_const2 = -2; // expected-warning{{implicit conversion from -2 cannot fit within the range of values for 'unsigned short _Accum'}} global() variable