Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcxx2a-consteval.cpp35 constexpr int i_const = 5; variable
40 return i_const; in retI()
63 return &i_const; in retIPtr()
86 return static_cast<const int &&>(i_const); in retIRRef()
/llvm-project-15.0.7/clang/test/Frontend/
H A Dfixed_point_conversions_const.c25 int i_const = -128.0hk; variable
H A Dfixed_point_errors.c237 int i_const = -2.5hk; variable