Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dif.cpp18 constexpr int check_consteval(int i) { in check_consteval() function
70 constexpr int c_i = check_consteval(0);
71 check_consteval(i);