Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location.cpp144 constexpr int test_line_fn_simple(int z = baz(), int x = __builtin_LINE()) { in test_line_fn_simple() function
148 static_assert(test_line_fn_simple() == __LINE__, ""); in bar()
149 static_assert(test_line_fn_simple() == __LINE__, ""); in bar()