Line | Id | CWE | Severity | Message |
---|---|---|---|---|
checkersReport | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) | ||
/home/jbakosi/code/xyst/build/gnu/Main/XystConfig.hpp | ||||
16 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Base/Callback.hpp | ||||
15 | missingInclude | information | Include file: "NoWarning/charm++.hpp" not found. | |
/home/jbakosi/code/xyst/src/Base/ContainerUtil.hpp | ||||
16 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <iterator> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <unordered_set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingIncludeSystem | information | Include file: <type_traits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24 | missingIncludeSystem | information | Include file: <sstream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
277 | unusedFunction | 561 | style | The function 'concat' is never used. |
331 | unusedFunction | 561 | style | The function 'parameter' is never used. |
/home/jbakosi/code/xyst/src/Base/Data.hpp | ||||
17 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <cstdint> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27 | missingInclude | information | Include file: "NoWarning/pup_stl.hpp" not found. | |
317 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Base/Exception.cpp | ||||
14 | missingIncludeSystem | information | Include file: <type_traits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <cstdio> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <cxxabi.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <execinfo.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <sstream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Base/Exception.hpp | ||||
21 | missingIncludeSystem | information | Include file: <exception> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
102 | unusedFunction | 561 | style | The function 'func' is never used. |
/home/jbakosi/code/xyst/src/Base/Has.hpp | ||||
16 | missingIncludeSystem | information | Include file: <type_traits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Base/LoadDistributor.cpp | ||||
15 | missingIncludeSystem | information | Include file: <limits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Base/LoadDistributor.hpp | ||||
17 | missingIncludeSystem | information | Include file: <cstdint> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Base/PUPUtil.hpp | ||||
17 | missingIncludeSystem | information | Include file: <type_traits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <unordered_set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <variant> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <optional> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24 | missingInclude | information | Include file: "NoWarning/pup_stl.hpp" not found. | |
/home/jbakosi/code/xyst/src/Base/Print.hpp | ||||
17 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <cmath> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
50 | stlcstrStream | 704 | performance | Passing the result of c_str() to a stream is slow and redundant. |
58 | stlcstrStream | 704 | performance | Passing the result of c_str() to a stream is slow and redundant. |
72 | stlcstrStream | 704 | performance | Passing the result of c_str() to a stream is slow and redundant. |
81 | unusedFunction | 561 | style | The function 'perfitem' is never used. |
82 | stlcstrStream | 704 | performance | Passing the result of c_str() to a stream is slow and redundant. |
124 | stlcstrStream | 704 | performance | Passing the result of c_str() to a stream is slow and redundant. |
130 | stlcstrStream | 704 | performance | Passing the result of c_str() to a stream is slow and redundant. |
194 | stlcstrStream | 704 | performance | Passing the result of c_str() to a stream is slow and redundant. |
195 | stlcstrStream | 704 | performance | Passing the result of c_str() to a stream is slow and redundant. |
200 | unusedFunction | 561 | style | The function 'mandatory' is never used. |
201 | stlcstrStream | 704 | performance | Passing the result of c_str() to a stream is slow and redundant. |
207 | unusedFunction | 561 | style | The function 'usage' is never used. |
208 | stlcstrStream | 704 | performance | Passing the result of c_str() to a stream is slow and redundant. |
209 | stlcstrStream | 704 | performance | Passing the result of c_str() to a stream is slow and redundant. |
214 | unusedFunction | 561 | style | The function 'bounds' is never used. |
/home/jbakosi/code/xyst/src/Base/PrintTaggedTuple.hpp | ||||
15 | missingIncludeSystem | information | Include file: <ostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <brigand/algorithms/for_each.hpp> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingInclude | information | Include file: "NoWarning/set.hpp" not found. | |
/home/jbakosi/code/xyst/src/Base/PrintTaggedTupleDeep.hpp | ||||
15 | missingIncludeSystem | information | Include file: <ostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <brigand/algorithms/for_each.hpp> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <brigand/sequences/has_key.hpp> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingInclude | information | Include file: "NoWarning/set.hpp" not found. | |
/home/jbakosi/code/xyst/src/Base/PrintUtil.hpp | ||||
15 | missingIncludeSystem | information | Include file: <ostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <sstream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Base/ProcessException.cpp | ||||
22 | missingIncludeSystem | information | Include file: <cstdio> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingIncludeSystem | information | Include file: <csignal> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24 | missingIncludeSystem | information | Include file: <exception> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25 | missingIncludeSystem | information | Include file: <cfenv> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27 | missingInclude | information | Include file: "NoWarning/charm.hpp" not found. | |
28 | missingInclude | information | Include file: "NoWarning/mpi.hpp" not found. | |
/home/jbakosi/code/xyst/src/Base/Progress.hpp | ||||
16 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <functional> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Base/Reader.cpp | ||||
16 | missingIncludeSystem | information | Include file: <cstdio> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <exception> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
105 | unusedFunction | 561 | style | The function 'line' is never used. |
/home/jbakosi/code/xyst/src/Base/Reader.hpp | ||||
18 | missingIncludeSystem | information | Include file: <fstream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Base/Table.hpp | ||||
18 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <limits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
38 | unusedFunction | 561 | style | The function 'sample' is never used. |
/home/jbakosi/code/xyst/src/Base/TaggedTuple.hpp | ||||
20 | missingIncludeSystem | information | Include file: <type_traits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <tuple> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingIncludeSystem | information | Include file: <brigand/adapted/tuple.hpp> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25 | missingInclude | information | Include file: "NoWarning/any.hpp" not found. | |
26 | missingInclude | information | Include file: "NoWarning/partition.hpp" not found. | |
27 | missingInclude | information | Include file: "NoWarning/index_of.hpp" not found. | |
155 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Base/Timer.cpp | ||||
17 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <ratio> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <cmath> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Base/Timer.hpp | ||||
19 | missingIncludeSystem | information | Include file: <cstdint> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <chrono> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingInclude | information | Include file: "NoWarning/pup.hpp" not found. | |
82 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Base/Vector.hpp | ||||
16 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <cmath> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
185 | unusedFunction | 561 | style | The function 'rotateX' is never used. |
202 | unusedFunction | 561 | style | The function 'rotateY' is never used. |
219 | unusedFunction | 561 | style | The function 'rotateZ' is never used. |
/home/jbakosi/code/xyst/src/Base/Writer.cpp | ||||
16 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <exception> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <cstdio> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Base/Writer.hpp | ||||
17 | missingIncludeSystem | information | Include file: <fstream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Control/InciterConfig.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
30 | missingInclude | information | Include file: "NoWarning/charm++.hpp" not found. | |
181 | unusedFunction | 561 | style | The function 'dumpstack' is never used. |
1242 | variableScope | 398 | style | The scope of the variable 'tbk' can be reduced. |
1655 | variableScope | 398 | style | The scope of the variable 'v' can be reduced. |
/home/jbakosi/code/xyst/src/Control/InciterConfig.hpp | ||||
14 | missingIncludeSystem | information | Include file: <getopt.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
429 | duplInheritedMember | 398 | warning | The class 'Config' defines member function with name 'pup' also defined in its parent class 'TaggedTuple < ConfigMembers >'. |
/home/jbakosi/code/xyst/src/Control/Lua.c | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
/home/jbakosi/code/xyst/src/Control/MeshConvConfig.hpp | ||||
14 | missingIncludeSystem | information | Include file: <getopt.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <csignal> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingInclude | information | Include file: "NoWarning/charm++.hpp" not found. | |
123 | duplInheritedMember | 398 | warning | The class 'Config' defines member function with name 'pup' also defined in its parent class 'TaggedTuple < brigand :: list < tag :: input , std :: string , tag :: output , std :: string , tag :: reorder , bool , tag :: quiescence , bool > >'. |
/home/jbakosi/code/xyst/src/Control/StatCtr.hpp | ||||
172 | unusedFunction | 561 | style | The function 'pdfInfo' is never used. |
/home/jbakosi/code/xyst/src/Control/UnitTestConfig.hpp | ||||
14 | missingIncludeSystem | information | Include file: <getopt.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingInclude | information | Include file: "NoWarning/charm++.hpp" not found. | |
100 | duplInheritedMember | 398 | warning | The class 'Config' defines member function with name 'pup' also defined in its parent class 'TaggedTuple < brigand :: list < tag :: group , std :: string , tag :: quiescence , bool > >'. |
/home/jbakosi/code/xyst/src/Control/minilua.h | ||||
99 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
100 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
730 | missingIncludeSystem | information | Include file: <stdint.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
799 | missingIncludeSystem | information | Include file: <assert.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
886 | missingIncludeSystem | information | Include file: <stdarg.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
887 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
1014 | preprocessorErrorDirective | error | No header in #include | |
1404 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
1405 | missingIncludeSystem | information | Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
1567 | missingIncludeSystem | information | Include file: <assert.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
1757 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
1758 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
1838 | missingIncludeSystem | information | Include file: <assert.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
2125 | missingIncludeSystem | information | Include file: <stdarg.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
2924 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
3234 | missingIncludeSystem | information | Include file: <signal.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
4541 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5133 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5185 | missingIncludeSystem | information | Include file: <ctype.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5213 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5229 | syntaxError | error | syntax error | |
5263 | cstyleCast | 398 | style | C-style pointer casting |
5285 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5449 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5531 | syntaxError | error | syntax error | |
5569 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
5569 | ctunullpointer | 476 | warning | Null pointer dereference: L |
5600 | ctunullpointer | 476 | warning | Null pointer dereference: L |
5650 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5651 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5732 | objectIndex | 758 | warning | The address of variable 'x' might be accessed at non-zero index. |
5739 | objectIndex | 758 | warning | The address of variable 'x' might be accessed at non-zero index. |
5760 | cstyleCast | 398 | style | C-style pointer casting |
5765 | cstyleCast | 398 | style | C-style pointer casting |
5783 | cstyleCast | 398 | style | C-style pointer casting |
5795 | cstyleCast | 398 | style | C-style pointer casting |
5820 | cstyleCast | 398 | style | C-style pointer casting |
5831 | cstyleCast | 398 | style | C-style pointer casting |
5837 | cstyleCast | 398 | style | C-style pointer casting |
5852 | cstyleCast | 398 | style | C-style pointer casting |
5867 | cstyleCast | 398 | style | C-style pointer casting |
5871 | cstyleCast | 398 | style | C-style pointer casting |
5878 | cstyleCast | 398 | style | C-style pointer casting |
5961 | cstyleCast | 398 | style | C-style pointer casting |
5964 | cstyleCast | 398 | style | C-style pointer casting |
5967 | syntaxError | error | syntax error | |
5983 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
6024 | objectIndex | 758 | warning | The address of variable 'x' might be accessed at non-zero index. |
6049 | objectIndex | 758 | warning | The address of variable 'x' might be accessed at non-zero index. |
6054 | objectIndex | 758 | warning | The address of variable 'x' might be accessed at non-zero index. |
6149 | constParameterPointer | 398 | style | Parameter 'psource' can be declared as pointer to const |
6209 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
6210 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
6256 | missingIncludeSystem | information | Include file: <time.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
6296 | syntaxError | error | syntax error | |
6304 | cstyleCast | 398 | style | C-style pointer casting |
6364 | unsignedPositive | 570 | style | Unsigned expression 'L->nCcalls&0xffff' can't be negative so it is unnecessary to test it. |
6379 | cstyleCast | 398 | style | C-style pointer casting |
6415 | cstyleCast | 398 | style | C-style pointer casting |
6418 | cstyleCast | 398 | style | C-style pointer casting |
6418 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: x_. |
6420 | cstyleCast | 398 | style | C-style pointer casting |
6437 | syntaxError | error | syntax error | |
6473 | syntaxError | error | syntax error | |
6478 | cstyleCast | 398 | style | C-style pointer casting |
6489 | cstyleCast | 398 | style | C-style pointer casting |
6494 | cstyleCast | 398 | style | C-style pointer casting |
6496 | cstyleCast | 398 | style | C-style pointer casting |
6504 | cstyleCast | 398 | style | C-style pointer casting |
6506 | syntaxError | error | syntax error | |
6514 | cstyleCast | 398 | style | C-style pointer casting |
6517 | syntaxError | error | syntax error | |
6524 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
6524 | ctunullpointer | 476 | warning | Null pointer dereference: L |
6526 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
6563 | cstyleCast | 398 | style | C-style pointer casting |
6571 | syntaxError | error | syntax error | |
6648 | missingIncludeSystem | information | Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
6649 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
6763 | cstyleCast | 398 | style | C-style pointer casting |
6764 | cstyleCast | 398 | style | C-style pointer casting |
6765 | cstyleCast | 398 | style | C-style pointer casting |
6766 | cstyleCast | 398 | style | C-style pointer casting |
6767 | cstyleCast | 398 | style | C-style pointer casting |
6769 | cstyleCast | 398 | style | C-style pointer casting |
6824 | cstyleCast | 398 | style | C-style pointer casting |
6873 | cstyleCast | 398 | style | C-style pointer casting |
6895 | ctunullpointer | 476 | warning | Null pointer dereference: L |
6896 | cstyleCast | 398 | style | C-style pointer casting |
6935 | cstyleCast | 398 | style | C-style pointer casting |
6944 | cstyleCast | 398 | style | C-style pointer casting |
6946 | cstyleCast | 398 | style | C-style pointer casting |
6954 | cstyleCast | 398 | style | C-style pointer casting |
6968 | cstyleCast | 398 | style | C-style pointer casting |
6980 | cstyleCast | 398 | style | C-style pointer casting |
7035 | cstyleCast | 398 | style | C-style pointer casting |
7063 | cstyleCast | 398 | style | C-style pointer casting |
7077 | constVariablePointer | 398 | style | Variable 'limit' can be declared as pointer to const |
7092 | cstyleCast | 398 | style | C-style pointer casting |
7094 | cstyleCast | 398 | style | C-style pointer casting |
7142 | cstyleCast | 398 | style | C-style pointer casting |
7144 | cstyleCast | 398 | style | C-style pointer casting |
7146 | cstyleCast | 398 | style | C-style pointer casting |
7148 | cstyleCast | 398 | style | C-style pointer casting |
7154 | constVariablePointer | 398 | style | Variable 'limit' can be declared as pointer to const |
7168 | cstyleCast | 398 | style | C-style pointer casting |
7175 | cstyleCast | 398 | style | C-style pointer casting |
7185 | cstyleCast | 398 | style | C-style pointer casting |
7195 | cstyleCast | 398 | style | C-style pointer casting |
7198 | cstyleCast | 398 | style | C-style pointer casting |
7210 | cstyleCast | 398 | style | C-style pointer casting |
7214 | cstyleCast | 398 | style | C-style pointer casting |
7216 | cstyleCast | 398 | style | C-style pointer casting |
7218 | cstyleCast | 398 | style | C-style pointer casting |
7236 | cstyleCast | 398 | style | C-style pointer casting |
7239 | cstyleCast | 398 | style | C-style pointer casting |
7261 | cstyleCast | 398 | style | C-style pointer casting |
7269 | cstyleCast | 398 | style | C-style pointer casting |
7293 | cstyleCast | 398 | style | C-style pointer casting |
7294 | cstyleCast | 398 | style | C-style pointer casting |
7295 | cstyleCast | 398 | style | C-style pointer casting |
7296 | cstyleCast | 398 | style | C-style pointer casting |
7297 | cstyleCast | 398 | style | C-style pointer casting |
7298 | cstyleCast | 398 | style | C-style pointer casting |
7328 | cstyleCast | 398 | style | C-style pointer casting |
7354 | cstyleCast | 398 | style | C-style pointer casting |
7355 | cstyleCast | 398 | style | C-style pointer casting |
7356 | constVariablePointer | 398 | style | Variable 'limit' can be declared as pointer to const |
7372 | constParameterPointer | 398 | style | Parameter 'f' can be declared as pointer to const |
7373 | cstyleCast | 398 | style | C-style pointer casting |
7374 | cstyleCast | 398 | style | C-style pointer casting |
7375 | constVariablePointer | 398 | style | Variable 'limit' can be declared as pointer to const |
7403 | cstyleCast | 398 | style | C-style pointer casting |
7406 | cstyleCast | 398 | style | C-style pointer casting |
7409 | cstyleCast | 398 | style | C-style pointer casting |
7414 | cstyleCast | 398 | style | C-style pointer casting |
7419 | cstyleCast | 398 | style | C-style pointer casting |
7422 | cstyleCast | 398 | style | C-style pointer casting |
7425 | cstyleCast | 398 | style | C-style pointer casting |
7425 | constVariablePointer | 398 | style | Variable 'u' can be declared as pointer to const |
7430 | cstyleCast | 398 | style | C-style pointer casting |
7436 | cstyleCast | 398 | style | C-style pointer casting |
7454 | constVariablePointer | 398 | style | Variable 'g' can be declared as pointer to const |
7544 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
7547 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
7551 | cstyleCast | 398 | style | C-style pointer casting |
7567 | constVariablePointer | 398 | style | Variable 'g' can be declared as pointer to const |
7579 | constVariablePointer | 398 | style | Variable 'g' can be declared as pointer to const |
7692 | uninitvar | 457 | error | Uninitialized variable: *p |
7701 | cstyleCast | 398 | style | C-style pointer casting |
7702 | cstyleCast | 398 | style | C-style pointer casting |
7704 | cstyleCast | 398 | style | C-style pointer casting |
7725 | constParameterPointer | 398 | style | Parameter 'g' can be declared as pointer to const |
7726 | constParameterPointer | 398 | style | Parameter 'limit' can be declared as pointer to const |
7738 | uninitvar | 457 | error | Uninitialized variable: *p |
7766 | constParameterPointer | 398 | style | Parameter 'g' can be declared as pointer to const |
7806 | redundantContinue | 561 | style | 'continue' is redundant since it is the last statement in a loop. |
7831 | constParameterPointer | 398 | style | Parameter 'to' can be declared as pointer to const |
8127 | constParameterPointer | 398 | style | Parameter 'limit' can be declared as pointer to const |
8147 | cstyleCast | 398 | style | C-style pointer casting |
8163 | cstyleCast | 398 | style | C-style pointer casting |
8282 | constVariablePointer | 398 | style | Variable 'g' can be declared as pointer to const |
8380 | missingIncludeSystem | information | Include file: <locale.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
8381 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
8428 | unsignedPositive | 570 | style | Unsigned expression 'b->buffsize' can't be negative so it is unnecessary to test it. |
8431 | cstyleCast | 398 | style | C-style pointer casting |
8439 | syntaxError | error | syntax error | |
8440 | cstyleCast | 398 | style | C-style pointer casting |
8443 | cstyleCast | 398 | style | C-style pointer casting |
8506 | cstyleCast | 398 | style | C-style pointer casting |
8508 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
8509 | cstyleCast | 398 | style | C-style pointer casting |
8546 | cstyleCast | 398 | style | C-style pointer casting |
8961 | missingIncludeSystem | information | Include file: <float.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
8962 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
8963 | missingIncludeSystem | information | Include file: <math.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
8964 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
9046 | cstyleCast | 398 | style | C-style pointer casting |
9069 | cstyleCast | 398 | style | C-style pointer casting |
9281 | cstyleCast | 398 | style | C-style pointer casting |
9288 | cstyleCast | 398 | style | C-style pointer casting |
9333 | cstyleCast | 398 | style | C-style pointer casting |
9465 | constParameterPointer | 398 | style | Parameter 'e' can be declared as pointer to const |
9491 | constParameterPointer | 398 | style | Parameter 'key' can be declared as pointer to const |
9511 | cstyleCast | 398 | style | C-style pointer casting |
9515 | cstyleCast | 398 | style | C-style pointer casting |
9525 | cstyleCast | 398 | style | C-style pointer casting |
9563 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'luaV_flttointeger'. |
9597 | cstyleCast | 398 | style | C-style pointer casting |
9608 | syntaxError | error | syntax error | |
9705 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'assert'. |
9996 | constParameterPointer | 398 | style | Parameter 'var' can be declared as pointer to const |
10049 | constParameterPointer | 398 | style | Parameter 'e' can be declared as pointer to const |
10176 | constParameterPointer | 398 | style | Parameter 'e' can be declared as pointer to const |
10262 | constParameterPointer | 398 | style | Parameter 'v1' can be declared as pointer to const |
10735 | constParameterPointer | 398 | style | Parameter 'code' can be declared as pointer to const |
10757 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'assert'. |
10793 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
10794 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
10958 | cstyleCast | 398 | style | C-style pointer casting |
10964 | cstyleCast | 398 | style | C-style pointer casting |
10980 | cstyleCast | 398 | style | C-style pointer casting |
10983 | redundantAssignment | 563 | style | Variable 'var' is reassigned a value before the old one has been used. |
11093 | shadowFunction | 398 | style | Local variable 'reglevel' shadows outer function |
11098 | redundantInitialization | 563 | style | Redundant initialization for 'var'. The initialized value is overwritten before it is read. |
11122 | constParameterPointer | 398 | style | Parameter 'name' can be declared as pointer to const |
11124 | constVariablePointer | 398 | style | Variable 'up' can be declared as pointer to const |
11136 | cstyleCast | 398 | style | C-style pointer casting |
11160 | cstyleCast | 398 | style | C-style pointer casting |
11170 | constParameterPointer | 398 | style | Parameter 'n' can be declared as pointer to const |
11173 | constVariablePointer | 398 | style | Variable 'vd' can be declared as pointer to const |
11306 | constParameterPointer | 398 | style | Parameter 'label' can be declared as pointer to const |
11323 | constParameterPointer | 398 | style | Parameter 'name' can be declared as pointer to const |
11342 | cstyleCast | 398 | style | C-style pointer casting |
11407 | constParameterPointer | 398 | style | Parameter 'bl' can be declared as pointer to const |
11484 | cstyleCast | 398 | style | C-style pointer casting |
11489 | cstyleCast | 398 | style | C-style pointer casting |
11529 | cstyleCast | 398 | style | C-style pointer casting |
11543 | cstyleCast | 398 | style | C-style pointer casting |
11544 | cstyleCast | 398 | style | C-style pointer casting |
11545 | cstyleCast | 398 | style | C-style pointer casting |
11547 | cstyleCast | 398 | style | C-style pointer casting |
11548 | cstyleCast | 398 | style | C-style pointer casting |
11549 | cstyleCast | 398 | style | C-style pointer casting |
11550 | cstyleCast | 398 | style | C-style pointer casting |
11567 | constParameterPointer | 398 | style | Parameter 'ls' can be declared as pointer to const |
12110 | constParameterPointer | 398 | style | Parameter 'v' can be declared as pointer to const |
12197 | variableScope | 398 | style | The scope of the variable 'line' can be reduced. |
12199 | constVariablePointer | 398 | style | Variable 'lb' can be declared as pointer to const |
12510 | variableScope | 398 | style | The scope of the variable 'kind' can be reduced. |
12713 | cstyleCast | 398 | style | C-style pointer casting |
12726 | cstyleCast | 398 | style | C-style pointer casting |
12729 | cstyleCast | 398 | style | C-style pointer casting |
12732 | cstyleCast | 398 | style | C-style pointer casting |
12734 | cstyleCast | 398 | style | C-style pointer casting |
12759 | missingIncludeSystem | information | Include file: <stdarg.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
12760 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
12761 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
12891 | constParameterPointer | 398 | style | Parameter 'L' can be declared as pointer to const |
12896 | constParameterCallback | 398 | style | Parameter 'L' can be declared as pointer to const. However it seems that 'lua_gethookmask' is a callback function, if 'L' is declared with const you might also need to cast function pointer(s). |
12901 | constParameterCallback | 398 | style | Parameter 'L' can be declared as pointer to const. However it seems that 'lua_gethookcount' is a callback function, if 'L' is declared with const you might also need to cast function pointer(s). |
12952 | constVariablePointer | 398 | style | Variable 'limit' can be declared as pointer to const |
13047 | cstyleCast | 398 | style | C-style pointer casting |
13410 | constParameterPointer | 398 | style | Parameter 'ci' can be declared as pointer to const |
13427 | constVariablePointer | 398 | style | Variable 'c' can be declared as pointer to const |
13459 | cstyleCast | 398 | style | C-style pointer casting |
13540 | constParameterPointer | 398 | style | Parameter 'src' can be declared as pointer to const |
13553 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
13554 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
13554 | cstyleCast | 398 | style | C-style pointer casting |
13566 | ctunullpointer | 476 | warning | Null pointer dereference: L |
13677 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
13693 | cstyleCast | 398 | style | C-style pointer casting |
13701 | cstyleCast | 398 | style | C-style pointer casting |
13716 | cstyleCast | 398 | style | C-style pointer casting |
13720 | cstyleCast | 398 | style | C-style pointer casting |
13731 | cstyleCast | 398 | style | C-style pointer casting |
13756 | cstyleCast | 398 | style | C-style pointer casting |
13758 | cstyleCast | 398 | style | C-style pointer casting |
13773 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
13858 | constParameterPointer | 398 | style | Parameter 'level' can be declared as pointer to const |
13860 | constVariablePointer | 398 | style | Variable 'upl' can be declared as pointer to const |
13861 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
13861 | cstyleCast | 398 | style | C-style pointer casting |
13863 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'assert'. |
13863 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
13863 | cstyleCast | 398 | style | C-style pointer casting |
13869 | cstyleCast | 398 | style | C-style pointer casting |
13893 | cstyleCast | 398 | style | C-style pointer casting |
13899 | cstyleCast | 398 | style | C-style pointer casting |
13906 | cstyleCast | 398 | style | C-style pointer casting |
13971 | missingIncludeSystem | information | Include file: <locale.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
13972 | missingIncludeSystem | information | Include file: <math.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
13973 | missingIncludeSystem | information | Include file: <stdarg.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
13974 | missingIncludeSystem | information | Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
13975 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
13976 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
14014 | syntaxError | error | syntax error | |
14034 | syntaxError | error | syntax error | |
14037 | syntaxError | error | syntax error | |
14038 | syntaxError | error | syntax error | |
14039 | syntaxError | error | syntax error | |
14054 | syntaxError | error | syntax error | |
14131 | cstyleCast | 398 | style | C-style pointer casting |
14153 | cstyleCast | 398 | style | C-style pointer casting |
14156 | shadowFunction | 398 | style | Local variable 'exp1' shadows outer function |
14166 | cstyleCast | 398 | style | C-style pointer casting |
14222 | syntaxError | error | syntax error | |
14251 | unsignedPositive | 570 | style | Unsigned expression 'a' can't be negative so it is unnecessary to test it. |
14335 | cstyleCast | 398 | style | C-style pointer casting |
14365 | cstyleCast | 398 | style | C-style pointer casting |
14468 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
14563 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
14655 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
14671 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
14671 | cstyleCast | 398 | style | C-style pointer casting |
14672 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
14682 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
14682 | cstyleCast | 398 | style | C-style pointer casting |
14813 | cstyleCast | 398 | style | C-style pointer casting |
14834 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
14912 | cstyleCast | 398 | style | C-style pointer casting |
14948 | cstyleCast | 398 | style | C-style pointer casting |
14953 | cstyleCast | 398 | style | C-style pointer casting |
14970 | cstyleCast | 398 | style | C-style pointer casting |
14979 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
14985 | constParameterPointer | 398 | style | Parameter 'ts' can be declared as pointer to const |
14995 | constParameterPointer | 398 | style | Parameter 'tb' can be declared as pointer to const |
15011 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
15011 | ctunullpointer | 476 | warning | Null pointer dereference: L |
15063 | moduloofone | style | Modulo of one is always equal to zero | |
15065 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
15065 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
15065 | ctunullpointer | 476 | warning | Null pointer dereference: L |
15086 | cstyleCast | 398 | style | C-style pointer casting |
15120 | missingIncludeSystem | information | Include file: <math.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15121 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15253 | syntaxError | error | syntax error | |
15256 | constVariablePointer | 398 | style | Variable 'ts' can be declared as pointer to const |
15285 | cstyleCast | 398 | style | C-style pointer casting |
15391 | constParameterPointer | 398 | style | Parameter 't' can be declared as pointer to const |
15434 | cstyleCast | 398 | style | C-style pointer casting |
15483 | constParameter | 398 | style | Parameter 'nums' can be declared as const array |
15553 | constVariablePointer | 398 | style | Variable 'n' can be declared as pointer to const |
15574 | cstyleCast | 398 | style | C-style pointer casting |
15583 | shiftTooManyBitsSigned | 758 | portability | Shifting signed 32-bit value by 31 bits is implementation-defined behaviour. See condition at line 15581. |
15583 | shiftTooManyBitsSigned | 758 | warning | Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 15581. |
15584 | cstyleCast | 398 | style | C-style pointer casting |
15587 | redundantInitialization | 563 | style | Redundant initialization for 'n'. The initialized value is overwritten before it is read. |
15665 | cstyleCast | 398 | style | C-style pointer casting |
15720 | cstyleCast | 398 | style | C-style pointer casting |
15808 | cstyleCast | 398 | style | C-style pointer casting |
15850 | constParameterPointer | 398 | style | Parameter 'key' can be declared as pointer to const |
15854 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'assert'. |
15871 | cstyleCast | 398 | style | C-style pointer casting |
15908 | cstyleCast | 398 | style | C-style pointer casting |
15930 | cstyleCast | 398 | style | C-style pointer casting |
15952 | unsignedLessThanZero | 570 | style | Checking if unsigned expression 'j' is less than zero. |
16087 | missingIncludeSystem | information | Include file: <setjmp.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16088 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16089 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16168 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16168 | cstyleCast | 398 | style | C-style pointer casting |
16172 | cstyleCast | 398 | style | C-style pointer casting |
16190 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16192 | syntaxError | error | syntax error | |
16195 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16218 | uninitvar | 457 | error | Uninitialized variable: &lj.b |
16234 | constParameterPointer | 398 | style | Parameter 'oldstack' can be declared as pointer to const |
16240 | cstyleCast | 398 | style | C-style pointer casting |
16268 | cstyleCast | 398 | style | C-style pointer casting |
16327 | constVariablePointer | 398 | style | Variable 'lim' can be declared as pointer to const |
16368 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16368 | ctunullpointer | 476 | warning | Null pointer dereference: L |
16386 | cstyleCast | 398 | style | C-style pointer casting |
16387 | cstyleCast | 398 | style | C-style pointer casting |
16409 | cstyleCast | 398 | style | C-style pointer casting |
16409 | redundantAssignment | 563 | style | Variable 'ci->top' is reassigned a value before the old one has been used. |
16410 | cstyleCast | 398 | style | C-style pointer casting |
16426 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
16441 | constVariablePointer | 398 | style | Variable 'firstres' can be declared as pointer to const |
16445 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
16467 | cstyleCast | 398 | style | C-style pointer casting |
16473 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16504 | cstyleCast | 398 | style | C-style pointer casting |
16511 | cstyleCast | 398 | style | C-style pointer casting |
16519 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16571 | cstyleCast | 398 | style | C-style pointer casting |
16603 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
16607 | cstyleCast | 398 | style | C-style pointer casting |
16650 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
16654 | cstyleCast | 398 | style | C-style pointer casting |
16726 | cstyleCast | 398 | style | C-style pointer casting |
16729 | cstyleCast | 398 | style | C-style pointer casting |
16817 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16818 | cstyleCast | 398 | style | C-style pointer casting |
16833 | cstyleCast | 398 | style | C-style pointer casting |
16878 | constParameterCallback | 398 | style | Parameter 'from' can be declared as pointer to const. However it seems that 'lua_resume' is a callback function, if 'from' is declared with const you might also need to cast function pointer(s). |
16894 | syntaxError | error | syntax error | |
16913 | constParameterCallback | 398 | style | Parameter 'L' can be declared as pointer to const. However it seems that 'lua_isyieldable' is a callback function, if 'L' is declared with const you might also need to cast function pointer(s). |
16921 | syntaxError | error | syntax error | |
16962 | cstyleCast | 398 | style | C-style pointer casting |
16976 | cstyleCast | 398 | style | C-style pointer casting |
16996 | ctunullpointer | 476 | warning | Null pointer dereference: L |
17005 | cstyleCast | 398 | style | C-style pointer casting |
17037 | cstyleCast | 398 | style | C-style pointer casting |
17056 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
17056 | ctunullpointer | 476 | warning | Null pointer dereference: L |
17062 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
17062 | cstyleCast | 398 | style | C-style pointer casting |
17063 | cstyleCast | 398 | style | C-style pointer casting |
17067 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
17083 | missingIncludeSystem | information | Include file: <float.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17084 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17085 | missingIncludeSystem | information | Include file: <math.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17086 | missingIncludeSystem | information | Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17087 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17088 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17413 | cstyleCast | 398 | style | C-style pointer casting |
17430 | cstyleCast | 398 | style | C-style pointer casting |
17658 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'assert'. |
17713 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
17743 | cstyleCast | 398 | style | C-style pointer casting |
17829 | syntaxError | error | syntax error | |
17866 | cstyleCast | 398 | style | C-style pointer casting |
17872 | cstyleCast | 398 | style | C-style pointer casting |
17914 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
18210 | checkLevelNormal | information | Limiting ValueFlow analysis in function 'luaV_execute' since it is too complex. Please specify --check-level=exhaustive to perform full analysis. | |
18245 | syntaxError | error | syntax error | |
18359 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'assert'. |
18414 | cstyleCast | 398 | style | C-style pointer casting |
18476 | cstyleCast | 398 | style | C-style pointer casting |
18490 | cstyleCast | 398 | style | C-style pointer casting |
18501 | cstyleCast | 398 | style | C-style pointer casting |
18516 | cstyleCast | 398 | style | C-style pointer casting |
18528 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'assert'. |
18534 | cstyleCast | 398 | style | C-style pointer casting |
18537 | syntaxError | error | syntax error | |
18586 | constVariablePointer | 398 | style | Variable 'v1' can be declared as pointer to const |
18590 | constVariablePointer | 398 | style | Variable 'v1' can be declared as pointer to const |
18594 | constVariablePointer | 398 | style | Variable 'v1' can be declared as pointer to const |
18665 | constVariablePointer | 398 | style | Variable 'rb' can be declared as pointer to const |
18683 | constVariablePointer | 398 | style | Variable 'imm' can be declared as pointer to const |
18715 | constVariablePointer | 398 | style | Variable 'rb' can be declared as pointer to const |
18747 | shadowFunction | 398 | style | Local variable 'cond' shadows outer function |
18748 | constVariablePointer | 398 | style | Variable 'rb' can be declared as pointer to const |
18762 | constVariablePointer | 398 | style | Variable 'rb' can be declared as pointer to const |
18764 | shadowFunction | 398 | style | Local variable 'cond' shadows outer function |
18769 | shadowFunction | 398 | style | Local variable 'cond' shadows outer function |
18797 | shadowFunction | 398 | style | Local variable 'cond' shadows outer function |
18991 | cstyleCast | 398 | style | C-style pointer casting |
19036 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19037 | missingIncludeSystem | information | Include file: <stdarg.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19038 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19084 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
19084 | ctunullpointer | 476 | warning | Null pointer dereference: L |
19118 | constVariablePointer | 398 | style | Variable 'ci' can be declared as pointer to const |
19159 | nullPointerRedundantCheck | 476 | warning | Either the condition 'to==NULL' is redundant or there is possible null pointer dereference: to. |
19160 | nullPointerRedundantCheck | 476 | warning | Either the condition 'to==NULL' is redundant or there is possible null pointer dereference: to. |
19290 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'assert'. |
19367 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
19465 | unusedFunction | 561 | style | The function 'lua_tocfunction' is never used. |
19557 | cstyleCast | 398 | style | C-style pointer casting |
19572 | cstyleCast | 398 | style | C-style pointer casting |
19614 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
19618 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
19624 | cstyleCast | 398 | style | C-style pointer casting |
19653 | cstyleCast | 398 | style | C-style pointer casting |
19653 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: x_. |
19674 | cstyleCast | 398 | style | C-style pointer casting |
19784 | cstyleCast | 398 | style | C-style pointer casting |
19793 | cstyleCast | 398 | style | C-style pointer casting |
19820 | cstyleCast | 398 | style | C-style pointer casting |
19859 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
19861 | cstyleCast | 398 | style | C-style pointer casting |
19865 | cstyleCast | 398 | style | C-style pointer casting |
19886 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
19889 | cstyleCast | 398 | style | C-style pointer casting |
19908 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
19911 | cstyleCast | 398 | style | C-style pointer casting |
19923 | constParameterPointer | 398 | style | Parameter 'key' can be declared as pointer to const |
19930 | cstyleCast | 398 | style | C-style pointer casting |
19943 | cstyleCast | 398 | style | C-style pointer casting |
19954 | cstyleCast | 398 | style | C-style pointer casting |
19976 | cstyleCast | 398 | style | C-style pointer casting |
19976 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'assert'. |
19984 | cstyleCast | 398 | style | C-style pointer casting |
19984 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'assert'. |
20004 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
20063 | cstyleCast | 398 | style | C-style pointer casting |
20085 | cstyleCast | 398 | style | C-style pointer casting |
20090 | cstyleCast | 398 | style | C-style pointer casting |
20097 | cstyleCast | 398 | style | C-style pointer casting |
20128 | cstyleCast | 398 | style | C-style pointer casting |
20151 | constParameterCallback | 398 | style | Parameter 'L' can be declared as pointer to const. However it seems that 'lua_status' is a callback function, if 'L' is declared with const you might also need to cast function pointer(s). |
20270 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'assert'. |
20313 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
20317 | cstyleCast | 398 | style | C-style pointer casting |
20326 | constVariablePointer | 398 | style | Variable 't' can be declared as pointer to const |
20374 | cstyleCast | 398 | style | C-style pointer casting |
20378 | cstyleCast | 398 | style | C-style pointer casting |
20391 | cstyleCast | 398 | style | C-style pointer casting |
20401 | cstyleCast | 398 | style | C-style pointer casting |
20431 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
20434 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
20436 | cstyleCast | 398 | style | C-style pointer casting |
20486 | cstyleCast | 398 | style | C-style pointer casting |
20502 | missingIncludeSystem | information | Include file: <errno.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20503 | missingIncludeSystem | information | Include file: <stdarg.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20504 | missingIncludeSystem | information | Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20505 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20506 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20756 | missingIncludeSystem | information | Include file: <sys/wait.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20779 | syntaxError | error | syntax error | |
20965 | cstyleCast | 398 | style | C-style pointer casting |
20991 | cstyleCast | 398 | style | C-style pointer casting |
21036 | cstyleCast | 398 | style | C-style pointer casting |
21045 | cstyleCast | 398 | style | C-style pointer casting |
21051 | cstyleCast | 398 | style | C-style pointer casting |
21084 | cstyleCast | 398 | style | C-style pointer casting |
21123 | cstyleCast | 398 | style | C-style pointer casting |
21205 | cstyleCast | 398 | style | C-style pointer casting |
21233 | variableScope | 398 | style | The scope of the variable 'c' can be reduced. |
21237 | cstyleCast | 398 | style | C-style pointer casting |
21308 | cstyleCast | 398 | style | C-style pointer casting |
21481 | ctunullpointer | 476 | warning | Null pointer dereference: s |
21514 | syntaxError | error | syntax error | |
21549 | cstyleCast | 398 | style | C-style pointer casting |
21558 | cstyleCast | 398 | style | C-style pointer casting |
21570 | cstyleCast | 398 | style | C-style pointer casting |
21608 | missingIncludeSystem | information | Include file: <ctype.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21609 | missingIncludeSystem | information | Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21610 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21611 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21626 | syntaxError | error | syntax error | |
21630 | syntaxError | error | syntax error | |
22157 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22271 | constParameterPointer | 398 | style | Parameter 'L' can be declared as pointer to const |
22367 | missingIncludeSystem | information | Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22368 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22369 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22677 | constParameterCallback | 398 | style | Parameter 'ar' can be declared as pointer to const. However it seems that 'hookf' is a callback function, if 'ar' is declared with const you might also need to cast function pointer(s). |
22850 | missingIncludeSystem | information | Include file: <ctype.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22851 | missingIncludeSystem | information | Include file: <errno.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22852 | missingIncludeSystem | information | Include file: <locale.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22853 | missingIncludeSystem | information | Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22854 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22855 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22879 | knownConditionTrueFalse | 571 | style | Return value '(void)(++mode),1' is always true |
22957 | missingIncludeSystem | information | Include file: <sys/types.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23001 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
23003 | cstyleCast | 398 | style | C-style pointer casting |
23015 | cstyleCast | 398 | style | C-style pointer casting |
23025 | cstyleCast | 398 | style | C-style pointer casting |
23025 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
23039 | cstyleCast | 398 | style | C-style pointer casting |
23052 | cstyleCast | 398 | style | C-style pointer casting |
23073 | cstyleCast | 398 | style | C-style pointer casting |
23073 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
23084 | cstyleCast | 398 | style | C-style pointer casting |
23111 | syntaxError | error | syntax error | |
23121 | cstyleCast | 398 | style | C-style pointer casting |
23131 | syntaxError | error | syntax error | |
23132 | syntaxError | error | syntax error | |
23146 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
23148 | cstyleCast | 398 | style | C-style pointer casting |
23282 | syntaxError | error | syntax error | |
23467 | cstyleCast | 398 | style | C-style pointer casting |
23543 | syntaxError | error | syntax error | |
23635 | cstyleCast | 398 | style | C-style pointer casting |
23678 | missingIncludeSystem | information | Include file: <float.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23679 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23680 | missingIncludeSystem | information | Include file: <math.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23681 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23682 | missingIncludeSystem | information | Include file: <time.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24225 | cstyleCast | 398 | style | C-style pointer casting |
24284 | cstyleCast | 398 | style | C-style pointer casting |
24308 | cstyleCast | 398 | style | C-style pointer casting |
24446 | missingIncludeSystem | information | Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24447 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24448 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24543 | missingIncludeSystem | information | Include file: <dlfcn.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24571 | cstyleCast | 398 | style | C-style pointer casting |
24588 | missingIncludeSystem | information | Include file: <windows.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24624 | shadowFunction | 398 | style | Local variable 'error' shadows outer function |
24647 | cstyleCast | 398 | style | C-style pointer casting |
24823 | knownConditionTrueFalse | 571 | style | Condition 'reg==NULL' is always true |
24832 | knownConditionTrueFalse | 571 | style | Condition 'f==NULL' is always true |
25176 | syntaxError | error | syntax error | |
25204 | missingIncludeSystem | information | Include file: <errno.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25205 | missingIncludeSystem | information | Include file: <locale.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25206 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25207 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25208 | missingIncludeSystem | information | Include file: <time.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25306 | missingIncludeSystem | information | Include file: <unistd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25363 | syntaxError | error | syntax error | |
25421 | constParameterPointer | 398 | style | Parameter 'stm' can be declared as pointer to const |
25502 | syntaxError | error | syntax error | |
25634 | missingIncludeSystem | information | Include file: <ctype.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25635 | missingIncludeSystem | information | Include file: <float.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25636 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25637 | missingIncludeSystem | information | Include file: <locale.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25638 | missingIncludeSystem | information | Include file: <math.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25639 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25640 | missingIncludeSystem | information | Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25641 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25642 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25844 | cstyleCast | 398 | style | C-style pointer casting |
25849 | cstyleCast | 398 | style | C-style pointer casting |
26091 | constParameterPointer | 398 | style | Parameter 'ms' can be declared as pointer to const |
26160 | arrayIndexOutOfBoundsCond | 788 | warning | Either the condition 'level>=32' is redundant or the array 'ms->capture[32]' is accessed at index 32, which is out of bounds. |
26161 | arrayIndexOutOfBoundsCond | 788 | warning | Either the condition 'level>=32' is redundant or the array 'ms->capture[32]' is accessed at index 32, which is out of bounds. |
26302 | cstyleCast | 398 | style | C-style pointer casting |
26460 | cstyleCast | 398 | style | C-style pointer casting |
26482 | cstyleCast | 398 | style | C-style pointer casting |
26498 | cstyleCast | 398 | style | C-style pointer casting |
26786 | cstyleCast | 398 | style | C-style pointer casting |
26869 | syntaxError | error | syntax error | |
27260 | cstyleCast | 398 | style | C-style pointer casting |
27268 | cstyleCast | 398 | style | C-style pointer casting |
27276 | cstyleCast | 398 | style | C-style pointer casting |
27403 | cstyleCast | 398 | style | C-style pointer casting |
27409 | cstyleCast | 398 | style | C-style pointer casting |
27415 | cstyleCast | 398 | style | C-style pointer casting |
27508 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27509 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27510 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27730 | missingIncludeSystem | information | Include file: <time.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27889 | syntaxError | error | syntax error | |
27938 | missingIncludeSystem | information | Include file: <assert.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27939 | missingIncludeSystem | information | Include file: <limits.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27940 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27941 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27970 | knownConditionTrueFalse | 570 | style | Condition '0u-(unsigned long)pos>len' is always false |
28241 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
28293 | missingIncludeSystem | information | Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
28294 | missingIncludeSystem | information | Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
28295 | missingIncludeSystem | information | Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
28297 | missingIncludeSystem | information | Include file: <signal.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
28637 | syntaxError | error | syntax error | |
28675 | missingIncludeSystem | information | Include file: <unistd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
28772 | syntaxError | error | syntax error | |
28890 | cstyleCast | 398 | style | C-style pointer casting |
28920 | syntaxError | error | syntax error | |
/home/jbakosi/code/xyst/src/IO/ASCMeshReader.cpp | ||||
15 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <istream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
24 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/ASCMeshReader.hpp | ||||
17 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/IO/DiagWriter.cpp | ||||
15 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <iomanip> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <limits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <cstdint> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/IO/DiagWriter.hpp | ||||
16 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <fstream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/IO/ExodusIIMeshReader.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingIncludeSystem | information | Include file: <numeric> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
20 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
469 | unreadVariable | 563 | style | Variable 'hi_bid' is assigned a value that is never used. |
474 | unreadVariable | 563 | style | Variable 'hi_bid' is assigned a value that is never used. |
875 | unmatchedSuppression | information | Unmatched suppression: useStlAlgorithm | |
/home/jbakosi/code/xyst/src/IO/ExodusIIMeshReader.hpp | ||||
16 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingInclude | information | Include file: "NoWarning/exodusII.hpp" not found. | |
27 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/ExodusIIMeshWriter.cpp | ||||
14 | missingIncludeSystem | information | Include file: <numeric> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingInclude | information | Include file: "NoWarning/exodusII.hpp" not found. | |
20 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/ExodusIIMeshWriter.hpp | ||||
16 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/GmshMeshReader.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
15 | missingIncludeSystem | information | Include file: <limits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <cmath> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <istream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
27 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/GmshMeshReader.hpp | ||||
17 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/IO/GmshMeshWriter.cpp | ||||
15 | missingIncludeSystem | information | Include file: <iterator> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <iomanip> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <ostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/GmshMeshWriter.hpp | ||||
17 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/IO/MeditMeshReader.cpp | ||||
14 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <istream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
23 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
24 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/MeditMeshReader.hpp | ||||
16 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/IO/MeshDetect.cpp | ||||
14 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <fstream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <stdexcept> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/IO/MeshDetect.hpp | ||||
15 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <cstdint> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/IO/MeshFactory.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
30 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
31 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/MeshFactory.hpp | ||||
16 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/MeshWriter.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
19 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
236 | missingInclude | information | Include file: "NoWarning/meshwriter.def.h" not found. | |
/home/jbakosi/code/xyst/src/IO/MeshWriter.hpp | ||||
19 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <tuple> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25 | missingInclude | information | Include file: "Centering.hpp" not found. | |
26 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
28 | missingInclude | information | Include file: "NoWarning/meshwriter.decl.h" not found. | |
/home/jbakosi/code/xyst/src/IO/NetgenMeshReader.cpp | ||||
14 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <istream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
23 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/NetgenMeshReader.hpp | ||||
16 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/IO/NetgenMeshWriter.cpp | ||||
14 | missingIncludeSystem | information | Include file: <iomanip> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <ostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <iterator> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/NetgenMeshWriter.hpp | ||||
16 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/IO/PDFWriter.cpp | ||||
17 | missingIncludeSystem | information | Include file: <iomanip> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingInclude | information | Include file: "NoWarning/exodusII.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/PDFWriter.hpp | ||||
17 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingInclude | information | Include file: "UniPDF.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/RDGFLOMeshReader.cpp | ||||
16 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <istream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
25 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/RDGFLOMeshReader.hpp | ||||
18 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/IO/UGRIDMeshReader.cpp | ||||
16 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <istream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
25 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
/home/jbakosi/code/xyst/src/IO/UGRIDMeshReader.hpp | ||||
18 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/AMR_types.hpp | ||||
4 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
6 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
10 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/Error.cpp | ||||
14 | missingIncludeSystem | information | Include file: <cmath> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <limits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingInclude | information | Include file: "Gradients.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/Error.hpp | ||||
16 | missingInclude | information | Include file: "AMR/edge.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/Loggers.hpp | ||||
4 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/Refinement_State.hpp | ||||
8 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/active_element_store.hpp | ||||
4 | missingIncludeSystem | information | Include file: <set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5 | missingIncludeSystem | information | Include file: <cassert> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/edge.hpp | ||||
4 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
6 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
7 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/edge_store.hpp | ||||
4 | missingIncludeSystem | information | Include file: <cassert> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
7 | missingInclude | information | Include file: "AMR/AMR_types.hpp" not found. | |
92 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
183 | passedByValue | 398 | performance | Function parameter 'ids' should be passed by const reference. |
214 | passedByValue | 398 | performance | Function parameter 'ids' should be passed by const reference. |
249 | passedByValue | 398 | performance | Function parameter 'ids' should be passed by const reference. |
249 | unusedFunction | 561 | style | The function 'mark_edges_for_derefinement' is never used. |
/home/jbakosi/code/xyst/src/Inciter/AMR/id_generator.hpp | ||||
4 | missingIncludeSystem | information | Include file: <limits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5 | missingIncludeSystem | information | Include file: <cassert> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
102 | duplInheritedMember | 398 | warning | The class 'morton_id_generator_t' defines member function with name 'generate_child_ids' also defined in its parent class 'id_generator_t'. |
/home/jbakosi/code/xyst/src/Inciter/AMR/marked_refinements_store.hpp | ||||
4 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/master_element_store.hpp | ||||
4 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
6 | missingIncludeSystem | information | Include file: <cassert> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
9 | missingInclude | information | Include file: "AMR/Loggers.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/mesh_adapter.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
3 | missingIncludeSystem | information | Include file: <assert.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
4 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
6 | missingIncludeSystem | information | Include file: <set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
7 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
8 | missingInclude | information | Include file: "AMR/AMR_types.hpp" not found. | |
9 | missingInclude | information | Include file: "AMR/Loggers.hpp" not found. | |
10 | missingInclude | information | Include file: "AMR/Refinement_State.hpp" not found. | |
11 | missingInclude | information | Include file: "AMR/edge.hpp" not found. | |
12 | missingInclude | information | Include file: "AMR/edge_store.hpp" not found. | |
13 | missingInclude | information | Include file: "AMR/marked_refinements_store.hpp" not found. | |
14 | missingInclude | information | Include file: "AMR/node_connectivity.hpp" not found. | |
15 | missingInclude | information | Include file: "AMR/refinement.hpp" not found. | |
16 | missingInclude | information | Include file: "AMR/tet_store.hpp" not found. | |
106 | useStlAlgorithm | 398 | style | Consider using std::count_if algorithm instead of a raw loop. |
114 | useStlAlgorithm | 398 | style | Consider using std::find_if algorithm instead of a raw loop. |
406 | constVariableReference | 398 | style | Variable 'key' can be declared as reference to const |
577 | unreadVariable | 563 | style | Variable 'former_children' is assigned a value that is never used. |
602 | unreadVariable | 563 | style | Variable 'current_children' is assigned a value that is never used. |
982 | constVariableReference | 398 | style | Variable 'element' can be declared as reference to const |
1123 | constVariableReference | 398 | style | Variable 'element' can be declared as reference to const |
1477 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
/home/jbakosi/code/xyst/src/Inciter/AMR/mesh_adapter.hpp | ||||
4 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
7 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/node_connectivity.hpp | ||||
4 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5 | missingIncludeSystem | information | Include file: <UnsMesh.hpp> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Inciter/AMR/node_store.hpp | ||||
4 | missingIncludeSystem | information | Include file: <cmath> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24 | unusedFunction | 561 | style | The function 'set_x' is never used. |
25 | unusedFunction | 561 | style | The function 'set_y' is never used. |
26 | unusedFunction | 561 | style | The function 'set_z' is never used. |
49 | unusedFunction | 561 | style | The function 'get_x_array' is never used. |
52 | unusedFunction | 561 | style | The function 'get_y_array' is never used. |
55 | unusedFunction | 561 | style | The function 'get_z_array' is never used. |
/home/jbakosi/code/xyst/src/Inciter/AMR/refinement.hpp | ||||
4 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
37 | noExplicitConstructor | 398 | style | Class 'refinement_t' has a constructor with 1 argument that is not explicit. |
60 | constVariableReference | 398 | style | Variable 'master_element' can be declared as reference to const |
661 | constParameterPointer | 398 | style | Parameter 'original' can be declared as pointer to const |
696 | unusedFunction | 561 | style | The function 'tet_id_to_node_id' is never used. |
767 | unusedFunction | 561 | style | The function 'lock_edges_from_node' is never used. |
910 | constVariableReference | 398 | style | Variable 'parent' can be declared as reference to const |
959 | useStlAlgorithm | 398 | style | Consider using std::find_if algorithm instead of a raw loop. |
1017 | constVariableReference | 398 | style | Variable 'parent' can be declared as reference to const |
1132 | unusedFunction | 561 | style | The function 'check_allowed_derefinement' is never used. |
1134 | constVariableReference | 398 | style | Variable 'master_element' can be declared as reference to const |
1151 | unusedFunction | 561 | style | The function 'overwrite_children' is never used. |
/home/jbakosi/code/xyst/src/Inciter/AMR/tet_store.hpp | ||||
4 | missingIncludeSystem | information | Include file: <unordered_set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
422 | unusedFunction | 561 | style | The function 'get_active_id_mapping' is never used. |
553 | unusedFunction | 561 | style | The function 'print_edges' is never used. |
720 | constVariableReference | 398 | style | Variable 'parent' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Inciter/AMR/util.cpp | ||||
1 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
2 | missingIncludeSystem | information | Include file: <sstream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5 | missingInclude | information | Include file: "AMR/AMR_types.hpp" not found. | |
63 | uninitvar | 457 | warning | Uninitialized variable: mid_point |
/home/jbakosi/code/xyst/src/Inciter/AMR/util.hpp | ||||
4 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
5 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Inciter/ChoCG.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
18 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
19 | missingInclude | information | Include file: "ExodusIIMeshWriter.hpp" not found. | |
21 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
27 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
28 | missingInclude | information | Include file: "Around.hpp" not found. | |
29 | missingInclude | information | Include file: "Chorin.hpp" not found. | |
30 | missingInclude | information | Include file: "Problems.hpp" not found. | |
31 | missingInclude | information | Include file: "EOS.hpp" not found. | |
32 | missingInclude | information | Include file: "BC.hpp" not found. | |
308 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
489 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
817 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
849 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
1026 | unusedFunction | 561 | style | The function 'pinit' is never used. |
1044 | shadowFunction | 398 | style | Local variable 'div' shadows outer function |
1044 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
1208 | shadowFunction | 398 | style | Local variable 'dt' shadows outer function |
1307 | unusedFunction | 561 | style | The function 'finpgrad' is never used. |
1312 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
1362 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
1373 | unmatchedSuppression | information | Unmatched suppression: redundantInitialization | |
1451 | shadowFunction | 398 | style | Local variable 'dt' shadows outer function |
1451 | unreadVariable | 563 | style | Variable 'dt' is assigned a value that is never used. |
1530 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
1558 | shadowFunction | 398 | style | Local variable 'dt' shadows outer function |
1603 | knownConditionTrueFalse | 570 | style | Condition 'm_np<3' is always false |
1636 | constVariableReference | 398 | style | Variable 'du' can be declared as reference to const |
1656 | shadowFunction | 398 | style | Local variable 'src' shadows outer function |
2176 | missingInclude | information | Include file: "NoWarning/chocg.def.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/ChoCG.hpp | ||||
15 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
24 | missingInclude | information | Include file: "ConjugateGradients.hpp" not found. | |
26 | missingInclude | information | Include file: "NoWarning/chocg.decl.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/DiagReducer.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <type_traits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <memory> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
80 | uninitvar | 457 | error | Uninitialized variable: ncomp |
91 | uninitvar | 457 | error | Uninitialized variable: nc |
96 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
97 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
108 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'v[L2SOL]' because 'v' is empty. |
108 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'w[L2SOL]' because 'w' is empty. |
110 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'v[L2RES]' because 'v' is empty. |
110 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'w[L2RES]' because 'w' is empty. |
112 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'v[TOTALEN]' because 'v' is empty. |
112 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'w[TOTALEN]' because 'w' is empty. |
114 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'w[L2ERR]' because 'w' is empty. |
/home/jbakosi/code/xyst/src/Inciter/DiagReducer.hpp | ||||
15 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <memory> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingInclude | information | Include file: "NoWarning/charm++.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/Diagnostics.hpp | ||||
17 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Inciter/Discretization.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingIncludeSystem | information | Include file: <iomanip> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
18 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
20 | missingInclude | information | Include file: "MeshWriter.hpp" not found. | |
21 | missingInclude | information | Include file: "DiagWriter.hpp" not found. | |
24 | missingInclude | information | Include file: "Around.hpp" not found. | |
25 | missingInclude | information | Include file: "PDFReducer.hpp" not found. | |
27 | missingInclude | information | Include file: "Box.hpp" not found. | |
28 | missingInclude | information | Include file: "Transfer.hpp" not found. | |
150 | shadowFunction | 398 | style | Local variable 'npoin' shadows outer function |
367 | knownEmptyContainer | 398 | style | Iterating over container 'inhol' that is always empty. |
368 | shadowFunction | 398 | style | Local variable 'hole' shadows outer function |
444 | shadowFunction | 398 | style | Local variable 'npoin' shadows outer function |
453 | constVariablePointer | 398 | style | Variable 'f' can be declared as pointer to const |
596 | shadowFunction | 398 | style | Local variable 'npoin' shadows outer function |
630 | constVariablePointer | 398 | style | Variable 'N' can be declared as pointer to const |
705 | unusedFunction | 561 | style | The function 'totalvol' is never used. |
711 | shadowFunction | 398 | style | Local variable 'vol' shadows outer function |
742 | unreadVariable | 563 | style | Variable 'min' is assigned a value that is never used. |
743 | unreadVariable | 563 | style | Variable 'max' is assigned a value that is never used. |
744 | unreadVariable | 563 | style | Variable 'sum' is assigned a value that is never used. |
1261 | shadowFunction | 398 | style | Local variable 'residual' shadows outer function |
1397 | shadowFunction | 398 | style | Local variable 'residual' shadows outer function |
1445 | missingInclude | information | Include file: "NoWarning/discretization.def.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/Discretization.hpp | ||||
20 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
23 | missingInclude | information | Include file: "NoWarning/discretization.decl.h" not found. | |
24 | missingInclude | information | Include file: "NoWarning/refiner.decl.h" not found. | |
144 | unusedFunction | 561 | style | The function 'Chunk' is never used. |
147 | unusedFunction | 561 | style | The function 'meshvol' is never used. |
181 | unusedFunction | 561 | style | The function 'Dtn' is never used. |
193 | unusedFunction | 561 | style | The function 'Nrestart' is never used. |
/home/jbakosi/code/xyst/src/Inciter/HoleReducer.cpp | ||||
14 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <type_traits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <memory> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
73 | knownEmptyContainer | 398 | style | Iterating over container 'inholes' that is always empty. |
/home/jbakosi/code/xyst/src/Inciter/HoleReducer.hpp | ||||
15 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <memory> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingInclude | information | Include file: "NoWarning/charm++.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/IntegralReducer.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingIncludeSystem | information | Include file: <memory> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
36 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
45 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
85 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
99 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'w[FORCE_X]' because 'w' is empty. |
99 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'v[FORCE_X]' because 'v' is empty. |
100 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'w[FORCE_Y]' because 'w' is empty. |
100 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'v[FORCE_Y]' because 'v' is empty. |
101 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'w[FORCE_Z]' because 'w' is empty. |
106 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
/home/jbakosi/code/xyst/src/Inciter/IntegralReducer.hpp | ||||
15 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <memory> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingInclude | information | Include file: "NoWarning/charm++.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/KozCG.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
18 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
19 | missingInclude | information | Include file: "ExodusIIMeshWriter.hpp" not found. | |
21 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
27 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
28 | missingInclude | information | Include file: "Around.hpp" not found. | |
29 | missingInclude | information | Include file: "Kozak.hpp" not found. | |
30 | missingInclude | information | Include file: "Problems.hpp" not found. | |
31 | missingInclude | information | Include file: "EOS.hpp" not found. | |
32 | missingInclude | information | Include file: "BC.hpp" not found. | |
251 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
381 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
566 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
571 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
623 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
629 | unmatchedSuppression | information | Unmatched suppression: redundantInitialization | |
754 | unusedFunction | 561 | style | The function 'fct' is never used. |
759 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
774 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
804 | shadowFunction | 398 | style | Local variable 'aec' shadows outer function |
866 | unusedFunction | 561 | style | The function 'alw' is never used. |
888 | shadowFunction | 398 | style | Local variable 'dt' shadows outer function |
960 | shadowFunction | 398 | style | Local variable 'alw' shadows outer function |
979 | unusedFunction | 561 | style | The function 'lim' is never used. |
993 | shadowFunction | 398 | style | Local variable 'alw' shadows outer function |
1056 | shadowFunction | 398 | style | Local variable 'aec' shadows outer function |
1071 | useStlAlgorithm | 398 | style | Consider using std::accumulate algorithm instead of a raw loop. |
1153 | shadowFunction | 398 | style | Local variable 'dt' shadows outer function |
1163 | shadowFunction | 398 | style | Local variable 'src' shadows outer function |
1618 | missingInclude | information | Include file: "NoWarning/kozcg.def.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/KozCG.hpp | ||||
15 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
24 | missingInclude | information | Include file: "NoWarning/kozcg.decl.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/LaxCG.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
23 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
24 | missingInclude | information | Include file: "ExodusIIMeshWriter.hpp" not found. | |
26 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
32 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
33 | missingInclude | information | Include file: "Around.hpp" not found. | |
34 | missingInclude | information | Include file: "Lax.hpp" not found. | |
35 | missingInclude | information | Include file: "Problems.hpp" not found. | |
36 | missingInclude | information | Include file: "EOS.hpp" not found. | |
37 | missingInclude | information | Include file: "BC.hpp" not found. | |
405 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
515 | shadowFunction | 398 | style | Local variable 'grad' shadows outer function |
578 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
892 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
897 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
949 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
955 | unmatchedSuppression | information | Unmatched suppression: redundantInitialization | |
1137 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
1157 | shadowFunction | 398 | style | Local variable 'dt' shadows outer function |
1165 | constVariable | 398 | style | Variable 'r' can be declared as const array |
1180 | shadowFunction | 398 | style | Local variable 'src' shadows outer function |
1656 | missingInclude | information | Include file: "NoWarning/laxcg.def.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/LaxCG.hpp | ||||
20 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
26 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
29 | missingInclude | information | Include file: "NoWarning/laxcg.decl.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/LohCG.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
18 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
19 | missingInclude | information | Include file: "ExodusIIMeshWriter.hpp" not found. | |
21 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
27 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
28 | missingInclude | information | Include file: "Around.hpp" not found. | |
29 | missingInclude | information | Include file: "Lohner.hpp" not found. | |
30 | missingInclude | information | Include file: "Problems.hpp" not found. | |
31 | missingInclude | information | Include file: "EOS.hpp" not found. | |
32 | missingInclude | information | Include file: "BC.hpp" not found. | |
166 | shadowFunction | 398 | style | Local variable 'grad' shadows outer function |
303 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
432 | shadowFunction | 398 | style | Local variable 'grad' shadows outer function |
496 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
893 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
909 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
950 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
1331 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
1417 | unmatchedSuppression | information | Unmatched suppression: redundantInitialization | |
1587 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
1608 | shadowFunction | 398 | style | Local variable 'dt' shadows outer function |
1616 | shadowFunction | 398 | style | Local variable 'src' shadows outer function |
2076 | missingInclude | information | Include file: "NoWarning/lohcg.def.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/LohCG.hpp | ||||
15 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
25 | missingInclude | information | Include file: "NoWarning/lohcg.decl.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/NodeDiagnostics.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
20 | missingInclude | information | Include file: "Problems.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/PUPAMR.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
17 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
17 | constParameterReference | 398 | style | Parameter 's' can be declared as reference to const |
33 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
33 | constParameterReference | 398 | style | Parameter 'e' can be declared as reference to const |
47 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
47 | constParameterReference | 398 | style | Parameter 'e' can be declared as reference to const |
57 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
67 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
77 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
87 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
87 | constParameterReference | 398 | style | Parameter 'i' can be declared as reference to const |
98 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
120 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
120 | constParameterReference | 398 | style | Parameter 'm' can be declared as reference to const |
138 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
138 | constParameterReference | 398 | style | Parameter 'n' can be declared as reference to const |
152 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
164 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
164 | constParameterReference | 398 | style | Parameter 'r' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Inciter/PUPAMR.hpp | ||||
17 | missingInclude | information | Include file: "Base/PUPUtil.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/Partitioner.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
16 | missingIncludeSystem | information | Include file: <numeric> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
21 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
22 | missingInclude | information | Include file: "ExodusIIMeshReader.hpp" not found. | |
23 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
26 | missingInclude | information | Include file: "ZoltanGeom.hpp" not found. | |
27 | missingInclude | information | Include file: "ZoltanGraph.hpp" not found. | |
30 | missingInclude | information | Include file: "Around.hpp" not found. | |
144 | shadowFunction | 398 | style | Local variable 'psup' shadows outer function |
170 | shadowFunction | 398 | style | Local variable 'psup' shadows outer function |
236 | shadowFunction | 398 | style | Local variable 'psup' shadows outer function |
270 | shadowFunction | 398 | style | Local variable 'psup' shadows outer function |
360 | constVariable | 398 | style | Variable 'chp' can be declared as const array |
760 | missingInclude | information | Include file: "NoWarning/partitioner.def.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/Partitioner.hpp | ||||
18 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
23 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
28 | missingInclude | information | Include file: "NoWarning/partitioner.decl.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/PartsReducer.cpp | ||||
59 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
66 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
68 | knownEmptyContainer | 398 | style | Iterating over container 'w' that is always empty. |
/home/jbakosi/code/xyst/src/Inciter/PartsReducer.hpp | ||||
14 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingInclude | information | Include file: "NoWarning/charm++.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/Refiner.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
22 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
23 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
24 | missingInclude | information | Include file: "Centering.hpp" not found. | |
25 | missingInclude | information | Include file: "Around.hpp" not found. | |
28 | missingInclude | information | Include file: "Problems.hpp" not found. | |
618 | unreadVariable | 563 | style | Variable 'ncorrcase' is assigned a value that is never used. |
633 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
635 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
637 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
899 | constVariableReference | 398 | style | Variable 'tet_store' can be declared as reference to const |
934 | unreadVariable | 563 | style | Variable 'solfieldnames' is assigned a value that is never used. |
1315 | knownConditionTrueFalse | 571 | style | Condition '!edgenodelist.empty()' is always true |
1387 | knownConditionTrueFalse | 398 | style | Same expression on both sides of '||' because 'xm' and 'xp' represent the same value. |
1387 | knownConditionTrueFalse | 398 | style | Same expression on both sides of '||' because 'ym' and 'xp' represent the same value. |
1387 | knownConditionTrueFalse | 398 | style | Same expression on both sides of '||' because 'yp' and 'ym' represent the same value. |
1387 | knownConditionTrueFalse | 398 | style | Same expression on both sides of '||' because 'zm' and 'yp' represent the same value. |
1387 | knownConditionTrueFalse | 398 | style | Same expression on both sides of '||' because 'zp' and 'zm' represent the same value. |
1598 | redundantIfRemove | 398 | style | Redundant checking of STL container element existence before removing it. |
1661 | unreadVariable | 563 | style | Variable 'gid[l]' is assigned a value that is never used. |
1662 | unreadVariable | 563 | style | Variable 'rid[l]' is assigned a value that is never used. |
1673 | unreadVariable | 563 | style | Variable 'gid[l]' is assigned a value that is never used. |
1756 | unreadVariable | 563 | style | Variable 'invtets[tet]' is assigned a value that is never used. |
2051 | missingInclude | information | Include file: "NoWarning/refiner.def.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/Refiner.hpp | ||||
21 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
28 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
29 | missingInclude | information | Include file: "Base/Fields.hpp" not found. | |
37 | missingInclude | information | Include file: "NoWarning/transporter.decl.h" not found. | |
38 | missingInclude | information | Include file: "NoWarning/refiner.decl.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/RieCG.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
18 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
19 | missingInclude | information | Include file: "ExodusIIMeshWriter.hpp" not found. | |
21 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
27 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
28 | missingInclude | information | Include file: "Around.hpp" not found. | |
29 | missingInclude | information | Include file: "Riemann.hpp" not found. | |
30 | missingInclude | information | Include file: "Problems.hpp" not found. | |
31 | missingInclude | information | Include file: "EOS.hpp" not found. | |
32 | missingInclude | information | Include file: "BC.hpp" not found. | |
253 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
363 | shadowFunction | 398 | style | Local variable 'grad' shadows outer function |
426 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
740 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
745 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
797 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
803 | unmatchedSuppression | information | Unmatched suppression: redundantInitialization | |
994 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
1014 | shadowFunction | 398 | style | Local variable 'dt' shadows outer function |
1024 | shadowFunction | 398 | style | Local variable 'src' shadows outer function |
1502 | missingInclude | information | Include file: "NoWarning/riecg.def.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/RieCG.hpp | ||||
15 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
24 | missingInclude | information | Include file: "NoWarning/riecg.decl.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/Sorter.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
19 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
186 | shadowFunction | 398 | style | Local variable 'bnd' shadows outer function |
618 | missingInclude | information | Include file: "NoWarning/sorter.def.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/Sorter.hpp | ||||
19 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
26 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
28 | missingInclude | information | Include file: "NoWarning/transporter.decl.h" not found. | |
29 | missingInclude | information | Include file: "NoWarning/sorter.decl.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/Transporter.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
19 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <iomanip> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <unordered_set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
26 | missingInclude | information | Include file: "UniPDF.hpp" not found. | |
27 | missingInclude | information | Include file: "PDFWriter.hpp" not found. | |
30 | missingInclude | information | Include file: "ExodusIIMeshReader.hpp" not found. | |
32 | missingInclude | information | Include file: "DiagWriter.hpp" not found. | |
36 | missingInclude | information | Include file: "Problems.hpp" not found. | |
38 | missingInclude | information | Include file: "NoWarning/inciter.decl.h" not found. | |
39 | missingInclude | information | Include file: "NoWarning/partitioner.decl.h" not found. | |
40 | missingInclude | information | Include file: "NoWarning/transfer.decl.h" not found. | |
1241 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1278 | constVariableReference | 398 | style | Variable 't' can be declared as reference to const |
1452 | uninitvar | 457 | error | Uninitialized variable: ncomp |
1458 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1473 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty. |
1475 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty. |
1475 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1479 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty. |
1480 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty. |
1482 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty. |
1482 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1487 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[TOTALEN]' because 'd' is empty. |
1493 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1497 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1513 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1517 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1521 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1525 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1549 | uninitvar | 457 | error | Uninitialized variable: ncomp |
1555 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1570 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty. |
1572 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty. |
1572 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1576 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty. |
1577 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty. |
1579 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty. |
1579 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1585 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2ERR]' because 'd' is empty. |
1586 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L1ERR]' because 'd' is empty. |
1593 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1597 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1613 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1638 | uninitvar | 457 | error | Uninitialized variable: ncomp |
1644 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1659 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty. |
1661 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty. |
1661 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1665 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty. |
1666 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty. |
1668 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty. |
1668 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1676 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1680 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1695 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1743 | unmatchedSuppression | information | Unmatched suppression: containerOutOfBounds | |
1745 | unmatchedSuppression | information | Unmatched suppression: containerOutOfBounds | |
1747 | unmatchedSuppression | information | Unmatched suppression: containerOutOfBounds | |
1754 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1758 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1762 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1766 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1770 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1774 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
1869 | missingInclude | information | Include file: "NoWarning/transporter.def.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/Transporter.hpp | ||||
15 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <unordered_set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25 | missingInclude | information | Include file: "ConjugateGradients.hpp" not found. | |
/home/jbakosi/code/xyst/src/Inciter/ZalCG.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
18 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
19 | missingInclude | information | Include file: "ExodusIIMeshWriter.hpp" not found. | |
21 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
27 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
28 | missingInclude | information | Include file: "Around.hpp" not found. | |
29 | missingInclude | information | Include file: "Zalesak.hpp" not found. | |
30 | missingInclude | information | Include file: "Problems.hpp" not found. | |
31 | missingInclude | information | Include file: "EOS.hpp" not found. | |
32 | missingInclude | information | Include file: "BC.hpp" not found. | |
254 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
444 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
826 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
840 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
845 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
897 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
908 | unmatchedSuppression | information | Unmatched suppression: redundantInitialization | |
1041 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
1056 | unmatchedSuppression | information | Unmatched suppression: unusedFunction | |
1061 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
1073 | constVariablePointer | 398 | style | Variable 'D' can be declared as pointer to const |
1078 | shadowFunction | 398 | style | Local variable 'aec' shadows outer function |
1092 | constVariablePointer | 398 | style | Variable 'D' can be declared as pointer to const |
1097 | shadowFunction | 398 | style | Local variable 'aec' shadows outer function |
1113 | shadowFunction | 398 | style | Local variable 'aec' shadows outer function |
1178 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
1193 | shadowFunction | 398 | style | Local variable 'dt' shadows outer function |
1316 | shadowFunction | 398 | style | Local variable 'alw' shadows outer function |
1340 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
1349 | shadowFunction | 398 | style | Local variable 'alw' shadows outer function |
1402 | constVariablePointer | 398 | style | Variable 'D' can be declared as pointer to const |
1408 | shadowFunction | 398 | style | Local variable 'aec' shadows outer function |
1418 | useStlAlgorithm | 398 | style | Consider using std::accumulate algorithm instead of a raw loop. |
1432 | constVariablePointer | 398 | style | Variable 'D' can be declared as pointer to const |
1438 | shadowFunction | 398 | style | Local variable 'aec' shadows outer function |
1448 | useStlAlgorithm | 398 | style | Consider using std::accumulate algorithm instead of a raw loop. |
1464 | shadowFunction | 398 | style | Local variable 'aec' shadows outer function |
1474 | useStlAlgorithm | 398 | style | Consider using std::accumulate algorithm instead of a raw loop. |
1561 | shadowFunction | 398 | style | Local variable 'dt' shadows outer function |
1571 | shadowFunction | 398 | style | Local variable 'src' shadows outer function |
1664 | constVariablePointer | 398 | style | Variable 'N' can be declared as pointer to const |
1672 | constVariablePointer | 398 | style | Variable 'N' can be declared as pointer to const |
1680 | constVariablePointer | 398 | style | Variable 'N' can be declared as pointer to const |
1778 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
1795 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
1815 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
2031 | shadowFunction | 398 | style | Local variable 'dea' shadows outer function |
2294 | missingInclude | information | Include file: "NoWarning/zalcg.def.h" not found. | |
/home/jbakosi/code/xyst/src/Inciter/ZalCG.hpp | ||||
15 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
25 | missingInclude | information | Include file: "NoWarning/zalcg.decl.h" not found. | |
/home/jbakosi/code/xyst/src/LinearSolver/CSR.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
15 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
/home/jbakosi/code/xyst/src/LinearSolver/CSR.hpp | ||||
14 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingInclude | information | Include file: "NoWarning/pup_stl.hpp" not found. | |
34 | uninitMemberVar | 398 | warning | Member variable 'CSR::ncomp' is not initialized in the constructor. |
86 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
/home/jbakosi/code/xyst/src/LinearSolver/ConjugateGradients.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
32 | missingIncludeSystem | information | Include file: <numeric> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
38 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
43 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_tol' is not initialized in the constructor. |
43 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_normr' is not initialized in the constructor. |
281 | unusedFunction | 561 | style | The function 'initres' is never used. |
289 | shadowFunction | 398 | style | Local variable 'r' shadows outer function |
296 | shadowFunction | 398 | style | Local variable 'r' shadows outer function |
296 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
303 | shadowFunction | 398 | style | Local variable 'q' shadows outer function |
451 | unusedFunction | 561 | style | The function 'apply' is never used. |
466 | shadowFunction | 398 | style | Local variable 'q' shadows outer function |
527 | unusedFunction | 561 | style | The function 'r' is never used. |
536 | shadowFunction | 398 | style | Local variable 'r' shadows outer function |
652 | unusedFunction | 561 | style | The function 'q' is never used. |
659 | shadowFunction | 398 | style | Local variable 'q' shadows outer function |
780 | shadowFunction | 398 | style | Local variable 'x' shadows outer function |
789 | shadowFunction | 398 | style | Local variable 'normb' shadows outer function |
825 | missingInclude | information | Include file: "NoWarning/conjugategradients.def.h" not found. | |
/home/jbakosi/code/xyst/src/LinearSolver/ConjugateGradients.hpp | ||||
27 | missingInclude | information | Include file: "NoWarning/conjugategradients.decl.h" not found. | |
68 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_tol' is not initialized in the constructor. |
68 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_normr' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_nr' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_na' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_nb' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_nq' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_nd' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_normb' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_it' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_maxit' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_finished' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_verbose' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_tol' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_rho' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_rho0' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_alpha' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_converged' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_nx' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_normr' is not initialized in the constructor. |
86 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_apply' is not initialized in the constructor. |
155 | unusedFunction | 561 | style | The function 'converged' is never used. |
/home/jbakosi/code/xyst/src/Main/Inciter.cpp | ||||
17 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingInclude | information | Include file: "NoWarning/mpi.hpp" not found. | |
34 | missingInclude | information | Include file: "NoWarning/inciter.decl.h" not found. | |
99 | ctuOneDefinitionRuleViolation | 758 | error | The one definition rule is violated, different classes/structs have the same name 'Main' |
99 | ctuOneDefinitionRuleViolation | 758 | error | The one definition rule is violated, different classes/structs have the same name 'Main' |
174 | unusedFunction | 561 | style | The function 'execute' is never used. |
215 | ctuOneDefinitionRuleViolation | 758 | error | The one definition rule is violated, different classes/structs have the same name 'execute' |
215 | ctuOneDefinitionRuleViolation | 758 | error | The one definition rule is violated, different classes/structs have the same name 'execute' |
223 | missingInclude | information | Include file: "NoWarning/inciter.def.h" not found. | |
/home/jbakosi/code/xyst/src/Main/Init.cpp | ||||
17 | missingIncludeSystem | information | Include file: <ctime> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <unistd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Main/Init.hpp | ||||
18 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24 | missingInclude | information | Include file: "NoWarning/charm++.hpp" not found. | |
/home/jbakosi/code/xyst/src/Main/LBSwitch.cpp | ||||
14 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
47 | missingInclude | information | Include file: "NoWarning/lbswitch.def.h" not found. | |
/home/jbakosi/code/xyst/src/Main/LBSwitch.hpp | ||||
18 | missingInclude | information | Include file: "NoWarning/lbswitch.decl.h" not found. | |
/home/jbakosi/code/xyst/src/Main/MeshConv.cpp | ||||
15 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27 | missingInclude | information | Include file: "NoWarning/charm.hpp" not found. | |
28 | missingInclude | information | Include file: "NoWarning/meshconv.decl.h" not found. | |
128 | missingInclude | information | Include file: "NoWarning/meshconv.def.h" not found. | |
/home/jbakosi/code/xyst/src/Main/MeshConvDriver.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
15 | missingInclude | information | Include file: "MeshFactory.hpp" not found. | |
19 | missingInclude | information | Include file: "NoWarning/meshconv.decl.h" not found. | |
/home/jbakosi/code/xyst/src/Main/MeshConvDriver.hpp | ||||
16 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Main/UnitTest.cpp | ||||
17 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
27 | missingInclude | information | Include file: "NoWarning/mpi.hpp" not found. | |
30 | missingInclude | information | Include file: "NoWarning/tut_runner.hpp" not found. | |
32 | missingInclude | information | Include file: "NoWarning/tutsuite.decl.h" not found. | |
33 | missingInclude | information | Include file: "NoWarning/unittest.decl.h" not found. | |
40 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
41 | missingInclude | information | Include file: "QuietCerr.hpp" not found. | |
200 | missingInclude | information | Include file: "NoWarning/unittest.def.h" not found. | |
/home/jbakosi/code/xyst/src/Mesh/Around.hpp | ||||
18 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Mesh/DerivedData.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
15 | missingIncludeSystem | information | Include file: <set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <iterator> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <numeric> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <type_traits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingIncludeSystem | information | Include file: <unordered_set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
24 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
26 | missingIncludeSystem | information | Include file: <cfenv> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
189 | constVariableReference | 398 | style | Variable 'esup1' can be declared as reference to const |
190 | constVariableReference | 398 | style | Variable 'esup2' can be declared as reference to const |
683 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
875 | unreadVariable | 563 | style | Variable 'ledge[e]' is assigned a value that is never used. |
1085 | constVariableReference | 398 | style | Variable 'esup1' can be declared as reference to const |
1086 | constVariableReference | 398 | style | Variable 'esup2' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Mesh/DerivedData.hpp | ||||
16 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Mesh/Gradients.cpp | ||||
15 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Mesh/Gradients.hpp | ||||
16 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Mesh/Reorder.cpp | ||||
14 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <iterator> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <tuple> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Mesh/Reorder.hpp | ||||
16 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <tuple> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <unordered_set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Mesh/UnsMesh.hpp | ||||
17 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <memory> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <tuple> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <unordered_set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25 | missingInclude | information | Include file: "NoWarning/sip_hash.hpp" not found. | |
/home/jbakosi/code/xyst/src/Partition/ZoltanGeom.cpp | ||||
13 | missingIncludeSystem | information | Include file: <numeric> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
33 | missingInclude | information | Include file: "zoltan.h" not found. | |
57 | constVariablePointer | 398 | style | Variable 'mesh' can be declared as pointer to const |
/home/jbakosi/code/xyst/src/Partition/ZoltanGeom.hpp | ||||
14 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Partition/ZoltanGraph.cpp | ||||
22 | missingInclude | information | Include file: "zoltan.h" not found. | |
32 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
33 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
50 | constVariablePointer | 398 | style | Variable 'mesh' can be declared as pointer to const |
72 | constVariablePointer | 398 | style | Variable 'hg' can be declared as pointer to const |
/home/jbakosi/code/xyst/src/Partition/ZoltanGraph.hpp | ||||
14 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Physics/BC.cpp | ||||
76 | constParameterReference | 398 | style | Parameter 'U' can be declared as reference to const |
139 | constParameterReference | 398 | style | Parameter 'U' can be declared as reference to const |
174 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
176 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
178 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
223 | constParameterReference | 398 | style | Parameter 'U' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Physics/Box.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
51 | shadowFunction | 398 | style | Local variable 'box' shadows outer function |
/home/jbakosi/code/xyst/src/Physics/Box.hpp | ||||
14 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <unordered_set> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/src/Physics/Chorin.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingInclude | information | Include file: "Around.hpp" not found. | |
15 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
129 | constVariable | 398 | style | Variable 'f' can be declared as const array |
148 | constVariable | 398 | style | Variable 'f' can be declared as const array |
217 | constParameterReference | 398 | style | Parameter 'G' can be declared as reference to const |
247 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
249 | constVariable | 398 | style | Variable 'u' can be declared as const array |
252 | constVariable | 398 | style | Variable 'f' can be declared as const array |
269 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
271 | constVariable | 398 | style | Variable 'u' can be declared as const array |
274 | constVariable | 398 | style | Variable 'f' can be declared as const array |
287 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
289 | constVariable | 398 | style | Variable 'u' can be declared as const array |
312 | constVariable | 398 | style | Variable 'u' can be declared as const array |
342 | constParameterReference | 398 | style | Parameter 'G' can be declared as reference to const |
370 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
371 | constVariable | 398 | style | Variable 'u' can be declared as const array |
373 | constVariable | 398 | style | Variable 'f' can be declared as const array |
390 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
391 | constVariable | 398 | style | Variable 'u' can be declared as const array |
393 | constVariable | 398 | style | Variable 'f' can be declared as const array |
406 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
407 | constVariable | 398 | style | Variable 'u' can be declared as const array |
518 | constParameterReference | 398 | style | Parameter 'F' can be declared as reference to const |
550 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
553 | constVariable | 398 | style | Variable 'f' can be declared as const array |
570 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
573 | constVariable | 398 | style | Variable 'f' can be declared as const array |
586 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
840 | constParameterReference | 398 | style | Parameter 'R' can be declared as reference to const |
840 | unmatchedSuppression | information | Unmatched suppression: constParameter | |
/home/jbakosi/code/xyst/src/Physics/Kozak.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
/home/jbakosi/code/xyst/src/Physics/Lax.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
19 | missingInclude | information | Include file: "Around.hpp" not found. | |
20 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
70 | constVariable | 398 | style | Variable 'vw' can be declared as const array |
179 | constVariable | 398 | style | Variable 'vw' can be declared as const array |
244 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
256 | constVariable | 398 | style | Variable 'u' can be declared as const array |
259 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
278 | constVariable | 398 | style | Variable 'u' can be declared as const array |
281 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
295 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
297 | constVariable | 398 | style | Variable 'u' can be declared as const array |
322 | constVariable | 398 | style | Variable 'u' can be declared as const array |
326 | constVariable | 398 | style | Variable 'g' can be declared as const array |
732 | constParameterReference | 398 | style | Parameter 'R' can be declared as reference to const |
732 | unmatchedSuppression | information | Unmatched suppression: constParameter | |
845 | constParameterReference | 398 | style | Parameter 'R' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Physics/Lohner.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingInclude | information | Include file: "Around.hpp" not found. | |
15 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
78 | constVariable | 398 | style | Variable 'f' can be declared as const array |
97 | constVariable | 398 | style | Variable 'f' can be declared as const array |
197 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
198 | constVariable | 398 | style | Variable 'u' can be declared as const array |
200 | constVariable | 398 | style | Variable 'f' can be declared as const array |
217 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
218 | constVariable | 398 | style | Variable 'u' can be declared as const array |
220 | constVariable | 398 | style | Variable 'f' can be declared as const array |
233 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
234 | constVariable | 398 | style | Variable 'u' can be declared as const array |
284 | constParameterReference | 398 | style | Parameter 'G' can be declared as reference to const |
312 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
314 | constVariable | 398 | style | Variable 'u' can be declared as const array |
317 | constVariable | 398 | style | Variable 'f' can be declared as const array |
334 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
336 | constVariable | 398 | style | Variable 'u' can be declared as const array |
339 | constVariable | 398 | style | Variable 'f' can be declared as const array |
352 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
354 | constVariable | 398 | style | Variable 'u' can be declared as const array |
377 | constVariable | 398 | style | Variable 'u' can be declared as const array |
468 | constParameterReference | 398 | style | Parameter 'F' can be declared as reference to const |
500 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
503 | constVariable | 398 | style | Variable 'f' can be declared as const array |
520 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
523 | constVariable | 398 | style | Variable 'f' can be declared as const array |
536 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
630 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
632 | constVariable | 398 | style | Variable 'u' can be declared as const array |
635 | constVariable | 398 | style | Variable 'f' can be declared as const array |
653 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
655 | constVariable | 398 | style | Variable 'u' can be declared as const array |
658 | constVariable | 398 | style | Variable 'f' can be declared as const array |
672 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
674 | constVariable | 398 | style | Variable 'u' can be declared as const array |
923 | constParameterReference | 398 | style | Parameter 'R' can be declared as reference to const |
923 | unmatchedSuppression | information | Unmatched suppression: constParameter | |
/home/jbakosi/code/xyst/src/Physics/Problems.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
526 | variableScope | 398 | style | The scope of the variable 'p0' can be reduced. |
1135 | constParameterReference | 398 | style | Parameter 'U' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Physics/Riemann.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingInclude | information | Include file: "Around.hpp" not found. | |
15 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
65 | constVariable | 398 | style | Variable 'vw' can be declared as const array |
174 | constVariable | 398 | style | Variable 'vw' can be declared as const array |
257 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
276 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
301 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
318 | constVariablePointer | 398 | style | Variable 'd' can be declared as pointer to const |
351 | constVariable | 398 | style | Variable 'g' can be declared as const array |
659 | constParameterReference | 398 | style | Parameter 'R' can be declared as reference to const |
659 | unmatchedSuppression | information | Unmatched suppression: constParameter | |
773 | constParameterReference | 398 | style | Parameter 'R' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Physics/Zalesak.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingInclude | information | Include file: "Around.hpp" not found. | |
15 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
212 | constParameterReference | 398 | style | Parameter 'R' can be declared as reference to const |
212 | unmatchedSuppression | information | Unmatched suppression: constParameter | |
314 | constParameterReference | 398 | style | Parameter 'R' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Statistics/PDFReducer.cpp | ||||
30 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
39 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
78 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
87 | unmatchedSuppression | information | Unmatched suppression: uninitvar | |
/home/jbakosi/code/xyst/src/Statistics/PDFReducer.hpp | ||||
15 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingInclude | information | Include file: "NoWarning/charm++.hpp" not found. | |
/home/jbakosi/code/xyst/src/Statistics/UniPDF.hpp | ||||
20 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingIncludeSystem | information | Include file: <cfenv> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
117 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
/home/jbakosi/code/xyst/src/Transfer/NodeSearch.cpp | ||||
11 | missingIncludeSystem | information | Include file: <cmath> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
18 | missingInclude | information | Include file: "NoWarning/collidecharm.h" not found. | |
31 | missingInclude | information | Include file: "NoWarning/transfer.decl.h" not found. | |
44 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_inpoel' is not initialized in the constructor. |
44 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_coord' is not initialized in the constructor. |
44 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_u' is not initialized in the constructor. |
44 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_flag' is not initialized in the constructor. |
44 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_trflag' is not initialized in the constructor. |
44 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_dir' is not initialized in the constructor. |
44 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_numsent' is not initialized in the constructor. |
44 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_numreceived' is not initialized in the constructor. |
122 | unusedFunction | 561 | style | The function 'background' is never used. |
338 | missingInclude | information | Include file: "NoWarning/nodesearch.def.h" not found. | |
/home/jbakosi/code/xyst/src/Transfer/NodeSearch.hpp | ||||
13 | missingInclude | information | Include file: "NoWarning/nodesearch.decl.h" not found. | |
22 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
34 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
52 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_firstchunk' is not initialized in the constructor. |
52 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_inpoel' is not initialized in the constructor. |
52 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_coord' is not initialized in the constructor. |
52 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_u' is not initialized in the constructor. |
52 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_flag' is not initialized in the constructor. |
52 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_trflag' is not initialized in the constructor. |
52 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_dir' is not initialized in the constructor. |
52 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_numsent' is not initialized in the constructor. |
52 | uninitMemberVar | 398 | warning | Member variable 'NodeSearch::m_numreceived' is not initialized in the constructor. |
/home/jbakosi/code/xyst/src/Transfer/Transfer.cpp | ||||
11 | missingIncludeSystem | information | Include file: <cassert> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
12 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
238 | missingInclude | information | Include file: "NoWarning/transfer.def.h" not found. | |
/home/jbakosi/code/xyst/src/Transfer/Transfer.hpp | ||||
11 | missingInclude | information | Include file: "NoWarning/transfer.decl.h" not found. | |
12 | missingInclude | information | Include file: "NoWarning/collidecharm.h" not found. | |
36 | constParameterReference | 398 | style | Parameter 'p' can be declared as reference to const |
/home/jbakosi/code/xyst/src/UnitTest/QuietCerr.cpp | ||||
14 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <sstream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
59 | missingInclude | information | Include file: "NoWarning/quietcerr.def.h" not found. | |
/home/jbakosi/code/xyst/src/UnitTest/QuietCerr.hpp | ||||
16 | missingInclude | information | Include file: "NoWarning/quietcerr.decl.h" not found. | |
/home/jbakosi/code/xyst/src/UnitTest/TUTSuite.cpp | ||||
16 | missingIncludeSystem | information | Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingInclude | information | Include file: "NoWarning/tut_runner.hpp" not found. | |
26 | missingInclude | information | Include file: "NoWarning/unittest.decl.h" not found. | |
195 | missingInclude | information | Include file: "NoWarning/tutsuite.def.h" not found. | |
/home/jbakosi/code/xyst/src/UnitTest/TUTSuite.hpp | ||||
18 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
20 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
22 | missingIncludeSystem | information | Include file: <cstddef> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
23 | missingIncludeSystem | information | Include file: <cstring> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
25 | missingInclude | information | Include file: "NoWarning/tutsuite.decl.h" not found. | |
/home/jbakosi/code/xyst/src/UnitTest/TUTTest.cpp | ||||
16 | missingInclude | information | Include file: "NoWarning/tuttest.def.h" not found. | |
/home/jbakosi/code/xyst/src/UnitTest/TUTTest.hpp | ||||
16 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <iosfwd> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
20 | missingInclude | information | Include file: "NoWarning/tuttest.decl.h" not found. | |
47 | missingInclude | information | Include file: "NoWarning/tuttest.def.h" not found. | |
/home/jbakosi/code/xyst/tests/unit/Base/MigratedTypes.hpp | ||||
16 | missingIncludeSystem | information | Include file: <variant> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <optional> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
/home/jbakosi/code/xyst/tests/unit/Base/TestContainerUtil.cpp | ||||
14 | missingIncludeSystem | information | Include file: <map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingIncludeSystem | information | Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
19 | missingIncludeSystem | information | Include file: <unistd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
21 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
23 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
42 | unmatchedSuppression | information | Unmatched suppression: unusedStructMember | |
/home/jbakosi/code/xyst/tests/unit/Base/TestData.cpp | ||||
14 | missingIncludeSystem | information | Include file: <limits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <array> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingIncludeSystem | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
18 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
20 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
22 | missingInclude | information | Include file: "TUTUtil.hpp" not found. | |
809 | unreadVariable | 563 | style | Variable 'p2' is assigned a value that is never used. |
810 | unreadVariable | 563 | style | Variable 'e2' is assigned a value that is never used. |
998 | unreadVariable | 563 | style | Variable 'p2' is assigned a value that is never used. |
999 | unreadVariable | 563 | style | Variable 'e2' is assigned a value that is never used. |
/home/jbakosi/code/xyst/tests/unit/Base/TestException.cpp | ||||
14 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
16 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/Base/TestFlip_map.cpp | ||||
14 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
16 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/Base/TestHas.cpp | ||||
14 | missingIncludeSystem | information | Include file: <unistd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
18 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/Base/TestLoadDistributor.cpp | ||||
14 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
16 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/Base/TestPUPUtil.cpp | ||||
14 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
16 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
21 | missingInclude | information | Include file: "NoWarning/tutsuite.decl.h" not found. | |
22 | missingInclude | information | Include file: "migrated.decl.h" not found. | |
822 | missingInclude | information | Include file: "NoWarning/migrated.def.h" not found. | |
/home/jbakosi/code/xyst/tests/unit/Base/TestPrintTaggedTuple.cpp | ||||
13 | missingIncludeSystem | information | Include file: <sstream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
17 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/Base/TestPrintTaggedTupleDeep.cpp | ||||
13 | missingIncludeSystem | information | Include file: <sstream> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
17 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/Base/TestPrintUtil.cpp | ||||
14 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
16 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/Base/TestReader.cpp | ||||
14 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
16 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/Base/TestTaggedTuple.cpp | ||||
14 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
16 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
80 | unusedFunction | 561 | style | The function 'compare' is never used. |
/home/jbakosi/code/xyst/tests/unit/Base/TestTimer.cpp | ||||
14 | missingIncludeSystem | information | Include file: <unistd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
18 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
22 | missingInclude | information | Include file: "NoWarning/tutsuite.decl.h" not found. | |
45 | unmatchedSuppression | information | Unmatched suppression: unusedStructMember | |
294 | missingInclude | information | Include file: "NoWarning/charmtimer.def.h" not found. | |
/home/jbakosi/code/xyst/tests/unit/Base/TestVector.cpp | ||||
14 | missingIncludeSystem | information | Include file: <unistd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
16 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
18 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
29 | unmatchedSuppression | information | Unmatched suppression: unusedStructMember | |
/home/jbakosi/code/xyst/tests/unit/Base/TestWriter.cpp | ||||
14 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
16 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/Control/TestStringParser.cpp | ||||
14 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
16 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
17 | missingInclude | information | Include file: "StringParser.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/IO/TestExodusIIMeshReader.cpp | ||||
14 | missingIncludeSystem | information | Include file: <iterator> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
15 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
17 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
19 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
20 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
21 | missingInclude | information | Include file: "TUTUtil.hpp" not found. | |
23 | missingInclude | information | Include file: "ExodusIIMeshReader.hpp" not found. | |
24 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
34 | unusedStructMember | 563 | style | struct member 'ExodusIIMeshReader_common::box24_coord' is never used. |
50 | unusedStructMember | 563 | style | struct member 'ExodusIIMeshReader_common::box24_inpoel' is never used. |
/home/jbakosi/code/xyst/tests/unit/IO/TestMesh.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
16 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
17 | missingInclude | information | Include file: "MeshDetect.hpp" not found. | |
18 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
19 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
20 | missingInclude | information | Include file: "GmshMeshWriter.hpp" not found. | |
21 | missingInclude | information | Include file: "GmshMeshReader.hpp" not found. | |
22 | missingInclude | information | Include file: "ExodusIIMeshWriter.hpp" not found. | |
23 | missingInclude | information | Include file: "ExodusIIMeshReader.hpp" not found. | |
24 | missingInclude | information | Include file: "NetgenMeshWriter.hpp" not found. | |
25 | missingInclude | information | Include file: "NetgenMeshReader.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/Inciter/AMR/TestError.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
67 | missingIncludeSystem | information | Include file: <limits> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
69 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
71 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
74 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
75 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
76 | missingInclude | information | Include file: "AMR/Error.hpp" not found. | |
/home/jbakosi/code/xyst/tests/unit/LinearSolver/TestCSR.cpp | ||||
13 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
15 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
16 | missingInclude | information | Include file: "CSR.hpp" not found. | |
17 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
18 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
34 | unusedStructMember | 563 | style | struct member 'CSR_common::inpoel' is never used. |
60 | unusedStructMember | 563 | style | struct member 'CSR_common::coord' is never used. |
254 | unreadVariable | 563 | style | Variable 's' is assigned a value that is never used. |
/home/jbakosi/code/xyst/tests/unit/LinearSolver/TestConjugateGradients.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
13 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
15 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
16 | missingInclude | information | Include file: "ConjugateGradients.hpp" not found. | |
17 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
18 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
21 | missingInclude | information | Include file: "NoWarning/cgreceiver.decl.h" not found. | |
22 | missingInclude | information | Include file: "NoWarning/tutsuite.decl.h" not found. | |
65 | constVariablePointer | 398 | style | Variable 'normb' can be declared as pointer to const |
73 | constVariablePointer | 398 | style | Variable 'residual' can be declared as pointer to const |
608 | missingInclude | information | Include file: "NoWarning/cgreceiver.def.h" not found. | |
/home/jbakosi/code/xyst/tests/unit/Mesh/TestAround.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
14 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
16 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
17 | missingInclude | information | Include file: "Around.hpp" not found. | |
18 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
19 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
29 | unusedStructMember | 563 | style | struct member 'Around_common::inpoel' is never used. |
55 | unusedStructMember | 563 | style | struct member 'Around_common::triinpoel' is never used. |
138 | unmatchedSuppression | information | Unmatched suppression: useStlAlgorithm | |
220 | unmatchedSuppression | information | Unmatched suppression: useStlAlgorithm | |
278 | unmatchedSuppression | information | Unmatched suppression: useStlAlgorithm | |
336 | unmatchedSuppression | information | Unmatched suppression: useStlAlgorithm | |
398 | unmatchedSuppression | information | Unmatched suppression: useStlAlgorithm | |
466 | unmatchedSuppression | information | Unmatched suppression: useStlAlgorithm | |
553 | unmatchedSuppression | information | Unmatched suppression: useStlAlgorithm | |
622 | unmatchedSuppression | information | Unmatched suppression: useStlAlgorithm | |
689 | unmatchedSuppression | information | Unmatched suppression: useStlAlgorithm | |
760 | unmatchedSuppression | information | Unmatched suppression: useStlAlgorithm | |
/home/jbakosi/code/xyst/tests/unit/Mesh/TestDerivedData.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
117 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
120 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
121 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
122 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
124 | missingInclude | information | Include file: "UnsMesh.hpp" not found. | |
125 | missingInclude | information | Include file: "ExodusIIMeshReader.hpp" not found. | |
250 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
253 | unreadVariable | 563 | style | Variable 'correct_esup' is assigned a value that is never used. |
334 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
337 | unreadVariable | 563 | style | Variable 'correct_esup' is assigned a value that is never used. |
517 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
520 | unreadVariable | 563 | style | Variable 'correct_psup' is assigned a value that is never used. |
601 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
604 | unreadVariable | 563 | style | Variable 'correct_psup' is assigned a value that is never used. |
1404 | unreadVariable | 563 | style | Variable 'correct_edsup' is assigned a value that is never used. |
1498 | unreadVariable | 563 | style | Variable 'correct_edsup' is assigned a value that is never used. |
3434 | unmatchedSuppression | information | Unmatched suppression: unreadVariable | |
/home/jbakosi/code/xyst/tests/unit/Mesh/TestGradients.cpp | ||||
0 | normalCheckLevelMaxBranches | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. | |
66 | missingIncludeSystem | information | Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results. | |
68 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
69 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
71 | missingInclude | information | Include file: "Gradients.hpp" not found. | |
73 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
74 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
86 | unusedStructMember | 563 | style | struct member 'Gradients_common::coord' is never used. |
92 | unusedStructMember | 563 | style | struct member 'Gradients_common::inpoel' is never used. |
/home/jbakosi/code/xyst/tests/unit/Mesh/TestReorder.cpp | ||||
117 | missingInclude | information | Include file: "NoWarning/tut.hpp" not found. | |
119 | missingInclude | information | Include file: "TUTConfig.hpp" not found. | |
120 | missingInclude | information | Include file: "Reorder.hpp" not found. | |
121 | missingInclude | information | Include file: "DerivedData.hpp" not found. | |
139 | unusedStructMember | 563 | style | struct member 'Reorder_common::tetcoord' is never used. |
145 | unusedStructMember | 563 | style | struct member 'Reorder_common::tetinpoel' is never used. |
587 | knownConditionTrueFalse | 571 | style | Condition 'r==std::vector<unsigned long>{3,1,0,2}' is always true |
602 | knownConditionTrueFalse | 571 | style | Condition 'r1==std::vector<unsigned long>{3,1,0,2}' is always true |
638 | knownConditionTrueFalse | 571 | style | Condition 'a==std::vector<unsigned long>{0,1,2,3}' is always true |
640 | knownConditionTrueFalse | 571 | style | Condition 'r==std::vector<unsigned long>{3,1,0,2}' is always true |
657 | knownConditionTrueFalse | 571 | style | Condition 'r1==std::vector<unsigned long>{3,1,0,2}' is always true |
668 | knownConditionTrueFalse | 571 | style | Condition 'a1==std::vector<unsigned long>{1,2,3}' is always true |
697 | knownConditionTrueFalse | 571 | style | Condition 'a==std::vector<unsigned long>{0,1,2,3}' is always true |