| constexpr.cpp:2:15:2:27 | fun_constexpr | int fun_constexpr() | true | true | | constexpr.cpp:3:5:3:21 | fun_not_constexpr | int fun_not_constexpr() | false | false | | constexpr.cpp:5:15:5:28 | overloaded_fun | int overloaded_fun(int) | true | true | | constexpr.cpp:9:5:9:18 | overloaded_fun | int overloaded_fun(float) | false | false | | constexpr.cpp:14:15:14:15 | template_fun | int template_fun(float) | true | false | | constexpr.cpp:14:15:14:15 | template_fun | int template_fun(int) | true | true | | constexpr.cpp:14:15:14:26 | template_fun | int template_fun(T) | true | true | | constexpr.cpp:18:6:18:11 | caller | void caller() | false | false | | file://:0:0:0:0 | operator= | __va_list_tag& __va_list_tag::operator=(__va_list_tag const&) | false | false | | file://:0:0:0:0 | operator= | __va_list_tag& __va_list_tag::operator=(__va_list_tag&&) | false | false |