Searched refs:get_line_constexpr (Results 1 – 1 of 1) sorted by relevance
11 constexpr int get_line_constexpr(int l = __builtin_LINE()) { in get_line_constexpr() function30 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()