Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dbuiltin_LINE.cpp11 constexpr int get_line_constexpr(int l = __builtin_LINE()) { in get_line_constexpr() function
30 int global_two = get_line_constexpr();
32 const int global_three(get_line_constexpr());
94 const int N[] = {__builtin_LINE(), get_line_constexpr()}; in foo()