Home
last modified time | relevance | path

Searched defs:a_const (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Frontend/
H A Dfixed_point_mul_const.c7 _Accum a_const = 3.0hk * 2.0k; variable
H A Dfixed_point_add_const.c7 _Accum a_const = 1.0hk + 2.0k; variable
H A Dfixed_point_sub_const.c7 _Accum a_const = 1.0hk - 2.0k; variable
H A Dfixed_point_div_const.c7 _Accum a_const = 1.0hk / 2.0k; global() variable
H A Dfixed_point_conversions_const.c7 _Accum a_const = 2.5hk; global() variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-new-remove-stars.cpp33 MyType * const a_const = new MyType(); in auto_new() local
H A Duse-auto-new.cpp38 MyType * const a_const = new MyType(); in auto_new() local