Home
last modified time | relevance | path

Searched defs:u_accum (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/AST/
H A Dfixed_point_to_string.c22 unsigned _Accum u_accum = 0.5uk; variable
H A Dfixed_point.c17 unsigned _Accum u_accum; variable
/llvm-project/clang/test/Frontend/
H A Dfixed_point_same_fbits.c9 unsigned _Accum u_accum = 0.5uk; in func() local
H A Dfixed_point_declarations.c8 unsigned _Accum u_accum; // CHECK-DAG: @u_accum = {{.*}}global i32 0, align 4 variable
H A Dfixed_point_errors.c86 unsigned _Accum u_accum = 65536.0uk; // expected-error{{this value is too large for this fixed point type}} global() variable