mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
11 lines
896 B
Plaintext
11 lines
896 B
Plaintext
| 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>(float) | true | false |
|
|
| constexpr.cpp:14:15:14:15 | template_fun | int template_fun<int>(int) | true | true |
|
|
| constexpr.cpp:14:15:14:26 | template_fun | int template_fun<T>(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 |
|