Files
codeql/cpp/ql/test/library-tests/functions/constexpr/constexpr.expected
2019-02-25 12:48:48 +00:00

11 lines
930 B
Plaintext

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