Home
last modified time | relevance | path

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

/llvm-project/clang/test/Frontend/
H A Dfixed_point_errors.cpp7 _Sat _Accum sat_accum; // expected-error{{unknown type name '_Sat'}} variable
H A Dfixed_point_not_enabled.c7 _Sat _Accum sat_accum; // expected-error{{unknown type name '_Sat'}} variable
H A Dfixed_point_declarations.c41 _Sat _Accum sat_accum; // CHECK-DAG: @sat_accum = {{.*}}global i32… variable
/llvm-project/clang/test/Analysis/
H A Dfixed-point.c43 void sat_accum(int c) { in sat_accum() function
/llvm-project/clang/test/AST/
H A Dfixed_point.c50 _Sat _Accum sat_accum; variable