mirror of
https://github.com/github/codeql.git
synced 2026-08-04 01:13:00 +02:00
14 lines
1.5 KiB
Plaintext
14 lines
1.5 KiB
Plaintext
| complex.c:3:2:3:45 | declaration | Function complexTest1 should return a value of type _Complex double but does not return a value here |
|
|
| complex.c:7:2:7:41 | declaration | Function complexTest2 should return a value of type _Complex double but does not return a value here |
|
|
| test.c:8:5:8:14 | declaration | Function f2 should return a value of type int but does not return a value here |
|
|
| test.c:25:9:25:14 | ExprStmt | Function f4 should return a value of type int but does not return a value here |
|
|
| test.c:39:9:39:14 | ExprStmt | Function f6 should return a value of type int but does not return a value here |
|
|
| test.cpp:16:1:18:1 | { ... } | Function g2 should return a value of type MyValue but does not return a value here |
|
|
| test.cpp:52:1:52:1 | return ... | Function g7 should return a value of type MyValue but does not return a value here |
|
|
| test.cpp:74:1:76:1 | { ... } | Function g10 should return a value of type second but does not return a value here |
|
|
| test.cpp:86:1:88:1 | { ... } | Function g12 should return a value of type second but does not return a value here |
|
|
| test.cpp:112:1:112:1 | return ... | Function g14 should return a value of type int but does not return a value here |
|
|
| test.cpp:134:2:134:36 | ExprStmt | Function g16 should return a value of type int but does not return a value here |
|
|
| test.cpp:141:3:141:37 | ExprStmt | Function g17 should return a value of type int but does not return a value here |
|
|
| test.cpp:189:2:189:16 | ExprStmt | Function g23 should return a value of type int but does not return a value here |
|