2024-03-25 03:29 ftp://ftp.de.debian.org/debian/pool/main/p/pentobi/pentobi_23.1.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=qt --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.5.0-25-generic-x86_64-with-glibc2.35 python: 3.10.12 client-version: 1.3.55 compiler: g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 cppcheck: head 2.13.0 head-info: 51f8b53 (2024-03-24 16:07:43 +0100) count: 308 198 elapsed-time: 14.4 20.2 head-timing-info: old-timing-info: head results: pentobi-23.1/learn_tool/Main.cpp:358:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pentobi-23.1/learn_tool/Main.cpp:368:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pentobi-23.1/learn_tool/Main.cpp:378:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pentobi-23.1/learn_tool/Main.cpp:429:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feature [valueFlowBailoutIncompleteVar] pentobi-23.1/learn_tool/Main.cpp:481:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic_2 [valueFlowBailoutIncompleteVar] pentobi-23.1/learn_tool/Main.cpp:174:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feature [valueFlowBailoutIncompleteVar] pentobi-23.1/learn_tool/Main.cpp:174:15: style: The scope of the variable 'feature_point' can be reduced. [variableScope] pentobi-23.1/learn_tool/Main.cpp:424:14: style: Local variable 'nu_moves' shadows outer variable [shadowVariable] pentobi-23.1/learn_tool/Main.cpp:116:6: note: Shadowed declaration pentobi-23.1/learn_tool/Main.cpp:424:14: note: Shadow variable pentobi-23.1/learn_tool/Main.cpp:224:15: style: Local variable 'is_forbidden' shadows outer variable [shadowVariable] pentobi-23.1/learn_tool/Main.cpp:153:11: note: Shadowed declaration pentobi-23.1/learn_tool/Main.cpp:224:15: note: Shadow variable pentobi-23.1/learn_tool/Main.cpp:429:19: style: Variable 'feature' can be declared as reference to const [constVariableReference] pentobi-23.1/learn_tool/Main.cpp:441:19: style: Variable 'feature' can be declared as reference to const [constVariableReference] pentobi-23.1/learn_tool/Main.cpp:482:16: style: Variable 'file' can be declared as reference to const [constVariableReference] pentobi-23.1/learn_tool/Main.cpp:240:15: style: Variable 'is_forbidden_second_color' can be declared as reference to const [constVariableReference] pentobi-23.1/learn_tool/Main.cpp:412:11: style: Consider using std::fill or std::generate algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/learn_tool/Main.cpp:419:11: style: Consider using std::fill algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/learn_tool/Main.cpp:203:23: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/learn_tool/Main.cpp:207:23: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libboardgame_base/CoordPoint.h:31:5: warning: Member variable 'CoordPoint::x' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libboardgame_base/CoordPoint.h:31:5: warning: Member variable 'CoordPoint::y' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libboardgame_base/IntervalChecker.cpp:16:18: warning: Member variable 'IntervalChecker::m_last_time' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libboardgame_base/Log.cpp:112:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_base/Memory.cpp:44:0: error: #error "Determining memory size on this platform not (yet) supported" [preprocessorErrorDirective] pentobi-23.1/libboardgame_base/Options.cpp:18:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_base/Options.cpp:46:28: style: Variable 'spec' can be declared as reference to const [constVariableReference] pentobi-23.1/libboardgame_base/Options.cpp:65:32: style: Variable 'spec' can be declared as reference to const [constVariableReference] pentobi-23.1/libboardgame_base/Options.cpp:50:21: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libboardgame_base/Reader.cpp:74:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_base/Reader.cpp:88:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_base/Reader.cpp:121:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_base/Reader.h:63:5: warning: Member variable 'Reader::m_is_in_main_variation' is not initialized. [uninitMemberVarPrivate] pentobi-23.1/libboardgame_base/Reader.h:65:5: warning: Member variable 'Reader::m_in' is not initialized. [uninitMemberVarPrivate] pentobi-23.1/libboardgame_base/SgfNode.h:30:5: warning:inconclusive: Member variable 'Property::next' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] pentobi-23.1/libboardgame_base/SgfNode.h:302:26: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libboardgame_base/SgfTree.cpp:67:16: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] pentobi-23.1/libboardgame_base/SgfTree.h:171:14: performance:inconclusive: Technically the member function 'libboardgame_base::SgfTree::non_const' can be static (but you may consider moving to unnamed namespace). [functionStatic] pentobi-23.1/libboardgame_base/SgfTree.h:181:26: note: Technically the member function 'libboardgame_base::SgfTree::non_const' can be static (but you may consider moving to unnamed namespace). pentobi-23.1/libboardgame_base/SgfTree.h:171:14: note: Technically the member function 'libboardgame_base::SgfTree::non_const' can be static (but you may consider moving to unnamed namespace). pentobi-23.1/libboardgame_base/SgfTree.cpp:67:10: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] pentobi-23.1/libboardgame_base/SgfUtil.cpp:169:15: style: Variable 'id' can be declared as reference to const [constVariableReference] pentobi-23.1/libboardgame_base/StringUtil.cpp:77:11: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libboardgame_base/Timer.h:22:5: warning:inconclusive: Member variable 'Timer::m_start' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libboardgame_base/Timer.h:22:5: warning:inconclusive: Member variable 'Timer::m_time_source' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libboardgame_base/TreeReader.h:23:5: warning: Member variable 'Reader::m_is_in_main_variation' is not initialized in the constructor. Maybe it should be initialized directly in the class Reader? [uninitDerivedMemberVar] pentobi-23.1/libboardgame_base/TreeReader.h:23:5: warning: Member variable 'Reader::m_in' is not initialized in the constructor. Maybe it should be initialized directly in the class Reader? [uninitDerivedMemberVar] pentobi-23.1/libboardgame_base/Writer.h:110:27: style: Local variable 'i' shadows outer variable [shadowVariable] pentobi-23.1/libboardgame_base/Writer.h:103:16: note: Shadowed declaration pentobi-23.1/libboardgame_base/Writer.h:110:27: note: Shadow variable pentobi-23.1/libboardgame_base/Writer.h:103:16: style: Variable 'i' can be declared as reference to const [constVariableReference] pentobi-23.1/libboardgame_base/TreeWriter.cpp:29:16: style: Variable 'i' can be declared as reference to const [constVariableReference] pentobi-23.1/libboardgame_base/TreeWriter.cpp:37:20: style: Variable 'i' can be declared as reference to const [constVariableReference] pentobi-23.1/libboardgame_base/Writer.cpp:15:9: warning: Member variable 'Writer::m_is_first_prop' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libboardgame_base/tests/OptionsTest.cpp:56:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Options [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_base/tests/OptionsTest.cpp:85:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable runtime_error [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_base/tests/TreeReaderTest.cpp:123:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadError [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_base/tests/TreeReaderTest.cpp:130:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadError [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_gtp/CmdLine.h:32:5: warning: Member variable 'CmdLine::m_idx_name' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libboardgame_gtp/Arguments.h:50:12: performance:inconclusive: Technically the member function 'libboardgame_gtp::Arguments::get_tolower' can be static (but you may consider moving to unnamed namespace). [functionStatic] pentobi-23.1/libboardgame_gtp/Arguments.cpp:56:19: note: Technically the member function 'libboardgame_gtp::Arguments::get_tolower' can be static (but you may consider moving to unnamed namespace). pentobi-23.1/libboardgame_gtp/Arguments.h:50:12: note: Technically the member function 'libboardgame_gtp::Arguments::get_tolower' can be static (but you may consider moving to unnamed namespace). pentobi-23.1/libboardgame_gtp/Arguments.cpp:60:11: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libboardgame_gtp/CmdLine.cpp:94:16: style: Variable 'i' can be declared as reference to const [constVariableReference] pentobi-23.1/libboardgame_gtp/GtpEngine.h:160:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _2 [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_gtp/GtpEngine.h:167:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _1 [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_gtp/GtpEngine.h:174:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _1 [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_gtp/GtpEngine.cpp:51:12: warning: Member variable 'GtpEngine::m_quit' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libboardgame_gtp/GtpEngine.cpp:97:16: style: Variable 'i' can be declared as reference to const [constVariableReference] pentobi-23.1/libboardgame_gtp/GtpEngine.h:164:69: style: Parameter 't' can be declared as pointer to const [constParameterPointer] pentobi-23.1/libboardgame_gtp/GtpEngine.h:171:69: style: Parameter 't' can be declared as pointer to const [constParameterPointer] pentobi-23.1/libboardgame_gtp/GtpEngine.cpp:24:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:46:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:64:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:73:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:81:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:94:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:103:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:111:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.h:128:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable points [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.h:576:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nu_left_piece [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.h:596:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nu_onboard_pieces [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.h:626:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pieces_left [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.h:736:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_attach_point [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.h:751:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nu_onboard_pieces [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.h:756:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.h:761:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.h:770:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.h:784:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nu_left_piece [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.cpp:77:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.cpp:117:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.cpp:160:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable color [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.cpp:263:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pieces_left [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.cpp:321:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable points [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.cpp:448:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.cpp:558:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pieces_left [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.cpp:857:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nu_left_piece [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Board.h:825:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/Move.h:85:14: warning:inconclusive: Member variable 'Move::m_i' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/Color.h:85:15: warning:inconclusive: Member variable 'Color::m_i' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/Piece.h:63:15: warning:inconclusive: Member variable 'Piece::m_i' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/PrecompMoves.h:99:9: warning: Member variable 'CompressedRange::m_val' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/Board.cpp:70:8: warning: Member variable 'Board::m_snapshot' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/ColorMap.h:25:5: warning: Member variable 'ColorMap < unsigned int >::m_a' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/ColorMap.h:25:5: warning: Member variable 'ColorMap < char >::m_a' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/PieceMap.h:24:5: warning: Member variable 'PieceMap < unsigned int >::m_a' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/PieceMap.h:24:5: warning: Member variable 'PieceMap < float >::m_a' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/MoveInfo.h:32:5: warning: Member variable 'MoveInfo < 5 >::m_piece' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/MoveInfo.h:32:5: warning: Member variable 'MoveInfo < 5 >::m_size' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/MoveInfo.h:32:5: warning: Member variable 'MoveInfo < 6 >::m_piece' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/MoveInfo.h:32:5: warning: Member variable 'MoveInfo < 6 >::m_size' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/MoveInfo.h:32:5: warning: Member variable 'MoveInfo < 7 >::m_piece' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/MoveInfo.h:32:5: warning: Member variable 'MoveInfo < 7 >::m_size' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/MoveInfo.h:32:5: warning: Member variable 'MoveInfo < 22 >::m_piece' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/MoveInfo.h:32:5: warning: Member variable 'MoveInfo < 22 >::m_size' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_base/PointState.h:32:36: performance: Variable 'm_i' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pentobi-23.1/libpentobi_base/BoardConst.h:156:14: style:inconclusive: Technically the member function 'libpentobi_base::BoardConst::MallocFree::operator()' can be const. [functionConst] pentobi-23.1/libpentobi_base/Board.cpp:62:14: style: Condition 'Board::color_output' is always false [knownConditionTrueFalse] pentobi-23.1/libpentobi_base/Board.cpp:592:43: style: Condition 'x==0' is always true [knownConditionTrueFalse] pentobi-23.1/libpentobi_base/Board.cpp:592:20: note: Assuming that condition 'x>0' is not redundant pentobi-23.1/libpentobi_base/Board.cpp:592:43: note: Condition 'x==0' is always true pentobi-23.1/libpentobi_base/Board.h:768:10: style: Local variable 'end' shadows outer function [shadowFunction] pentobi-23.1/libpentobi_base/Board.h:67:24: note: Shadowed declaration pentobi-23.1/libpentobi_base/Board.h:768:10: note: Shadow variable pentobi-23.1/libpentobi_base/Board.cpp:444:10: style: Local variable 'end' shadows outer function [shadowFunction] pentobi-23.1/libpentobi_base/Board.h:67:24: note: Shadowed declaration pentobi-23.1/libpentobi_base/Board.cpp:444:10: note: Shadow variable pentobi-23.1/libpentobi_base/Board.h:820:10: style: Local variable 'end' shadows outer function [shadowFunction] pentobi-23.1/libpentobi_base/Board.h:67:24: note: Shadowed declaration pentobi-23.1/libpentobi_base/Board.h:820:10: note: Shadow variable pentobi-23.1/libpentobi_base/PieceTransforms.h:57:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/Board.h:688:19: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/Board.cpp:107:16: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/Board.cpp:223:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/Board.cpp:239:9: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/Board.cpp:244:9: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/Board.cpp:249:5: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/Board.cpp:277:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/Board.cpp:431:5: style: Consider using std::all_of or std::none_of algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/Board.cpp:490:18: style: Consider using std::copy_if algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/BoardConst.cpp:1151:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/BoardConst.cpp:1068:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_move_creation [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/BoardConst.cpp:973:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nexos [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/BoardConst.cpp:1311:19: style: Local variable 'mv' shadows outer variable [shadowVariable] pentobi-23.1/libpentobi_base/BoardConst.cpp:1297:14: note: Shadowed declaration pentobi-23.1/libpentobi_base/BoardConst.cpp:1311:19: note: Shadow variable pentobi-23.1/libpentobi_base/BoardConst.cpp:989:23: style: Local variable 'j' shadows outer variable [shadowVariable] pentobi-23.1/libpentobi_base/BoardConst.cpp:985:14: note: Shadowed declaration pentobi-23.1/libpentobi_base/BoardConst.cpp:989:23: note: Shadow variable pentobi-23.1/libpentobi_base/BoardConst.cpp:1067:11: style: Variable 'piece_info' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_base/BoardConst.cpp:1112:23: style: Variable 'pp' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_base/BoardConst.cpp:1228:9: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/Board.h:790:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SIZE [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/BoardUpdater.cpp:33:16: style: Variable 's' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_base/BoardUpdater.cpp:51:16: style: Variable 's' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_base/BoardUpdater.cpp:58:13: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/BoardUpdater.cpp:96:13: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/BoardUtil.cpp:60:16: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/BoardUtil.cpp:77:20: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/NodeUtil.cpp:157:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/NodeUtil.cpp:23:19: style: Variable 'id' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_base/NodeUtil.cpp:32:19: style: Variable 'id' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_base/NodeUtil.cpp:41:19: style: Variable 'id' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_base/NodeUtil.cpp:189:16: style: Variable 'i' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_base/NodeUtil.cpp:189:5: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/PentobiTree.cpp:42:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/PentobiTree.cpp:118:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/PentobiTree.cpp:224:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/PentobiTree.cpp:54:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/PentobiTree.cpp:337:16: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_base/tests/BoardConstTest.cpp:19:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable duo [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/tests/BoardConstTest.cpp:31:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable duo [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/tests/BoardConstTest.cpp:40:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon_2 [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/tests/BoardTest.cpp:76:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic_2 [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/tests/BoardTest.cpp:131:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/tests/BoardTest.cpp:142:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic_2 [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/tests/BoardUpdaterTest.cpp:35:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable runtime_error [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/tests/GameTest.cpp:26:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/tests/PentobiTreeTest.cpp:94:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PentobiTree [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_base/tests/PentobiTreeTest.cpp:216:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PentobiTree [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_gtp/GtpEngine.cpp:235:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_gtp/GtpEngine.cpp:349:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_moves [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/PlayoutFeatures.h:153:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SIZE [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/PlayoutFeatures.h:204:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SIZE [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/PriorKnowledge.h:208:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SIZE [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/PriorKnowledge.h:382:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gamma [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/Search.h:118:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic_3 [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/AnalyzeGame.cpp:39:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tie_value [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/State.h:81:10: performance:inconclusive: Technically the member function 'libpentobi_mcts::State::start_playout' can be static (but you may consider moving to unnamed namespace). [functionStatic] pentobi-23.1/libpentobi_mcts/AnalyzeGame.cpp:38:10: style: Redundant initialization for 'node'. The initialized value is overwritten before it is read. [redundantInitialization] pentobi-23.1/libpentobi_mcts/AnalyzeGame.cpp:36:15: note: node is initialized pentobi-23.1/libpentobi_mcts/AnalyzeGame.cpp:38:10: note: node is overwritten pentobi-23.1/libpentobi_mcts/PlayoutFeatures.h:198:14: style: Local variable 'end' shadows outer variable [shadowVariable] pentobi-23.1/libpentobi_mcts/PlayoutFeatures.h:186:10: note: Shadowed declaration pentobi-23.1/libpentobi_mcts/PlayoutFeatures.h:198:14: note: Shadow variable pentobi-23.1/libpentobi_mcts/LocalPoints.h:71:14: style: Local variable 'end' shadows outer variable [shadowVariable] pentobi-23.1/libpentobi_mcts/LocalPoints.h:59:10: note: Shadowed declaration pentobi-23.1/libpentobi_mcts/LocalPoints.h:71:14: note: Shadow variable pentobi-23.1/libpentobi_mcts/PriorKnowledge.h:227:15: style: Local variable 'is_forbidden' shadows outer variable [shadowVariable] pentobi-23.1/libpentobi_mcts/PriorKnowledge.h:176:11: note: Shadowed declaration pentobi-23.1/libpentobi_mcts/PriorKnowledge.h:227:15: note: Shadow variable pentobi-23.1/libpentobi_mcts/PlayoutFeatures.h:138:11: style: Variable 'is_forbidden' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_mcts/PriorKnowledge.h:243:15: style: Variable 'is_forbidden_second_color' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_mcts/State.h:491:11: style: Variable 'symmetric_points' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_mcts/PriorKnowledge.h:214:23: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_mcts/PriorKnowledge.h:218:23: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_mcts/Player.cpp:110:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_player_moves [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/Player.cpp:98:9: warning: Member variable 'Player::m_was_aborted' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/Player.cpp:98:9: warning: Member variable 'Player::m_fixed_time' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/PriorKnowledge.cpp:39:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/PriorKnowledge.cpp:20:17: warning: Member variable 'PriorKnowledge::m_features' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/PriorKnowledge.cpp:20:17: warning: Member variable 'PriorKnowledge::m_max_gamma' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/PriorKnowledge.cpp:20:17: warning: Member variable 'PriorKnowledge::m_sum_gamma' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/PriorKnowledge.cpp:20:17: warning: Member variable 'PriorKnowledge::m_has_connect_move' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/PriorKnowledge.cpp:20:17: warning: Member variable 'PriorKnowledge::m_min_dist_to_center' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/Search.cpp:69:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_children [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/SharedConst.cpp:250:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nu_adj_status [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/SharedConst.cpp:330:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_moves [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/SharedConst.cpp:199:14: warning: Member variable 'SharedConst::min_move_all_considered' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/SharedConst.cpp:255:18: style: Local variable 'n' shadows outer variable [shadowVariable] pentobi-23.1/libpentobi_mcts/SharedConst.cpp:212:14: note: Shadowed declaration pentobi-23.1/libpentobi_mcts/SharedConst.cpp:255:18: note: Shadow variable pentobi-23.1/libpentobi_mcts/SharedConst.cpp:332:24: style: Local variable 'is_piece_considered' shadows outer variable [shadowVariable] pentobi-23.1/libpentobi_mcts/SharedConst.h:56:52: note: Shadowed declaration pentobi-23.1/libpentobi_mcts/SharedConst.cpp:332:24: note: Shadow variable pentobi-23.1/libpentobi_mcts/State.cpp:81:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/State.cpp:160:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SIZE [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/State.cpp:249:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic_3 [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/State.cpp:294:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/State.cpp:565:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gembloq [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/State.cpp:811:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon_2 [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/State.cpp:109:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gembloq [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/State.cpp:146:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_mcts/State.cpp:36:8: warning: Member variable 'State::m_cumulative_gamma' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/State.cpp:36:8: warning: Member variable 'State::m_bc' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/State.cpp:36:8: warning: Member variable 'State::m_gamma_local' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/State.cpp:36:8: warning: Member variable 'State::m_check_symmetric_draw' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/State.cpp:36:8: warning: Member variable 'State::m_check_terminate_early' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/State.cpp:36:8: warning: Member variable 'State::m_is_symmetry_broken' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/State.cpp:36:8: warning: Member variable 'State::m_force_consider_all_pieces' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/State.cpp:36:8: warning: Member variable 'State::m_is_callisto' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/State.cpp:36:8: warning: Member variable 'State::m_symmetry_min_nu_pieces' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/State.cpp:36:8: warning: Member variable 'State::m_max_piece_size' is not initialized in the constructor. [uninitMemberVar] pentobi-23.1/libpentobi_mcts/State.cpp:908:24: style: Local variable 'piece' shadows outer variable [shadowVariable] pentobi-23.1/libpentobi_mcts/State.cpp:858:11: note: Shadowed declaration pentobi-23.1/libpentobi_mcts/State.cpp:908:24: note: Shadow variable pentobi-23.1/libpentobi_mcts/State.cpp:477:11: style: Variable 'pieces_left' can be declared as reference to const [constVariableReference] pentobi-23.1/libpentobi_mcts/Util.cpp:40:25: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/libpentobi_paint/Paint.cpp:36:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:51:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:91:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:129:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:166:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:270:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:322:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:446:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:678:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:824:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:871:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:887:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] pentobi-23.1/libpentobi_paint/Paint.cpp:491:18: style: Local variable 'p' shadows outer argument [shadowArgument] pentobi-23.1/libpentobi_paint/Paint.cpp:455:57: note: Shadowed declaration pentobi-23.1/libpentobi_paint/Paint.cpp:491:18: note: Shadow variable pentobi-23.1/libpentobi_paint/Paint.cpp:501:18: style: Local variable 'p' shadows outer argument [shadowArgument] pentobi-23.1/libpentobi_paint/Paint.cpp:455:57: note: Shadowed declaration pentobi-23.1/libpentobi_paint/Paint.cpp:501:18: note: Shadow variable pentobi-23.1/libpentobi_paint/Paint.cpp:511:18: style: Local variable 'p' shadows outer argument [shadowArgument] pentobi-23.1/libpentobi_paint/Paint.cpp:455:57: note: Shadowed declaration pentobi-23.1/libpentobi_paint/Paint.cpp:511:18: note: Shadow variable pentobi-23.1/libpentobi_paint/Paint.cpp:521:18: style: Local variable 'p' shadows outer argument [shadowArgument] pentobi-23.1/libpentobi_paint/Paint.cpp:455:57: note: Shadowed declaration pentobi-23.1/libpentobi_paint/Paint.cpp:521:18: note: Shadow variable pentobi-23.1/libpentobi_paint/Paint.cpp:768:11: style: Variable 'geo' can be declared as reference to const [constVariableReference] pentobi-23.1/pentobi/AnalyzeGameModel.cpp:214:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_moves [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/AnalyzeGameModel.cpp:276:16: style: Variable 'i' can be declared as reference to const [constVariableReference] pentobi-23.1/pentobi/AndroidUtils.cpp:309:17: style: Variable 'result' is not assigned a value. [unassignedVariable] pentobi-23.1/pentobi/DocbookReader.cpp:50:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/DocbookReader.cpp:71:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/DocbookReader.cpp:166:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/DocbookReader.h:34:5: style: Class 'DocbookReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pentobi-23.1/pentobi/DocbookReader.cpp:88:13: style: Local variable 'text' shadows outer function [shadowFunction] pentobi-23.1/pentobi/DocbookReader.h:40:20: note: Shadowed declaration pentobi-23.1/pentobi/DocbookReader.cpp:88:13: note: Shadow variable pentobi-23.1/pentobi/DocbookReader.cpp:193:13: style: Local variable 'text' shadows outer function [shadowFunction] pentobi-23.1/pentobi/DocbookReader.h:40:20: note: Shadowed declaration pentobi-23.1/pentobi/DocbookReader.cpp:193:13: note: Shadow variable pentobi-23.1/pentobi/DocbookReader.cpp:224:13: style: Local variable 'text' shadows outer function [shadowFunction] pentobi-23.1/pentobi/DocbookReader.h:40:20: note: Shadowed declaration pentobi-23.1/pentobi/DocbookReader.cpp:224:13: note: Shadow variable pentobi-23.1/pentobi/GameModel.cpp:151:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable placements [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:295:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:396:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gembloq [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:456:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable range [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:467:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable duo [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:550:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable duo [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:966:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable range [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:1002:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:1141:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable color [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:1258:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:1285:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:1517:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable range [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:1598:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable placements [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:1712:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gembloq [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/GameModel.cpp:699:10: style: Local variable 'moveNumber' shadows outer function [shadowFunction] pentobi-23.1/pentobi/GameModel.h:260:9: note: Shadowed declaration pentobi-23.1/pentobi/GameModel.cpp:699:10: note: Shadow variable pentobi-23.1/pentobi/GameModel.cpp:867:14: style: Local variable 'file' shadows outer function [shadowFunction] pentobi-23.1/pentobi/GameModel.h:250:20: note: Shadowed declaration pentobi-23.1/pentobi/GameModel.cpp:867:14: note: Shadow variable pentobi-23.1/pentobi/GameModel.cpp:1462:13: style: Local variable 'file' shadows outer function [shadowFunction] pentobi-23.1/pentobi/GameModel.h:250:20: note: Shadowed declaration pentobi-23.1/pentobi/GameModel.cpp:1462:13: note: Shadow variable pentobi-23.1/pentobi/GameModel.cpp:1621:9: style: Local variable 'moveNumber' shadows outer function [shadowFunction] pentobi-23.1/pentobi/GameModel.h:260:9: note: Shadowed declaration pentobi-23.1/pentobi/GameModel.cpp:1621:9: note: Shadow variable pentobi-23.1/pentobi/GameModel.cpp:1649:18: style: Local variable 'pieceModel' shadows outer variable [shadowVariable] pentobi-23.1/pentobi/GameModel.cpp:1620:17: note: Shadowed declaration pentobi-23.1/pentobi/GameModel.cpp:1649:18: note: Shadow variable pentobi-23.1/pentobi/GameModel.cpp:1668:13: style: Local variable 'positionInfo' shadows outer function [shadowFunction] pentobi-23.1/pentobi/GameModel.h:246:20: note: Shadowed declaration pentobi-23.1/pentobi/GameModel.cpp:1668:13: note: Shadow variable pentobi-23.1/pentobi/GameModel.cpp:1682:10: style: Local variable 'positionInfoShort' shadows outer function [shadowFunction] pentobi-23.1/pentobi/GameModel.h:248:20: note: Shadowed declaration pentobi-23.1/pentobi/GameModel.cpp:1682:10: note: Shadow variable pentobi-23.1/pentobi/GameModel.cpp:1815:10: style: Local variable 'isGameOver' shadows outer function [shadowFunction] pentobi-23.1/pentobi/GameModel.h:290:10: note: Shadowed declaration pentobi-23.1/pentobi/GameModel.cpp:1815:10: note: Shadow variable pentobi-23.1/pentobi/GameModel.cpp:1166:11: style: Variable 'pieceInfo' can be declared as reference to const [constVariableReference] pentobi-23.1/pentobi/ImageProvider.cpp:36:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/Main.cpp:71:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_supported_level [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/Main.cpp:242:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TranslationsPath [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/RatingModel.h:69:5: style: Class 'RatingModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pentobi-23.1/pentobi/PieceModel.cpp:59:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable callisto [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/PieceModel.cpp:185:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/PieceModel.cpp:250:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/PieceModel.cpp:359:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/PieceModel.cpp:354:13: style: Local variable 'state' shadows outer function [shadowFunction] pentobi-23.1/pentobi/PieceModel.h:66:13: note: Shadowed declaration pentobi-23.1/pentobi/PieceModel.cpp:354:13: note: Shadow variable pentobi-23.1/pentobi/PieceModel.cpp:142:11: style: Variable 'labelPos' can be declared as reference to const [constVariableReference] pentobi-23.1/pentobi/PlayerModel.cpp:71:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/PlayerModel.cpp:110:42: style: Condition '!noDelay' is always true [knownConditionTrueFalse] pentobi-23.1/pentobi/RatingModel.cpp:51:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/RatingModel.cpp:170:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AppDataLocation [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/RatingModel.cpp:250:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IniFormat [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/RatingModel.cpp:319:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IniFormat [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi/RatingModel.cpp:135:12: style: Local variable 'rating' shadows outer function [shadowFunction] pentobi-23.1/pentobi/RatingModel.h:98:12: note: Shadowed declaration pentobi-23.1/pentobi/RatingModel.cpp:135:12: note: Shadow variable pentobi-23.1/pentobi/RatingModel.cpp:138:10: style: Local variable 'numberGames' shadows outer function [shadowFunction] pentobi-23.1/pentobi/RatingModel.h:96:9: note: Shadowed declaration pentobi-23.1/pentobi/RatingModel.cpp:138:10: note: Shadow variable pentobi-23.1/pentobi/RatingModel.cpp:322:10: style: Local variable 'bestRating' shadows outer function [shadowFunction] pentobi-23.1/pentobi/RatingModel.h:90:12: note: Shadowed declaration pentobi-23.1/pentobi/RatingModel.cpp:322:10: note: Shadow variable pentobi-23.1/pentobi/RatingModel.cpp:336:14: style: Local variable 'rating' shadows outer function [shadowFunction] pentobi-23.1/pentobi/RatingModel.h:98:12: note: Shadowed declaration pentobi-23.1/pentobi/RatingModel.cpp:336:14: note: Shadow variable pentobi-23.1/pentobi/RatingModel.cpp:78:11: style: Variable 'info' can be declared as reference to const [constVariableReference] pentobi-23.1/pentobi/RatingModel.cpp:266:16: style: Variable 'info' can be declared as reference to const [constVariableReference] pentobi-23.1/pentobi/RatingModel.cpp:284:20: style: Variable 'info' can be declared as reference to const [constVariableReference] pentobi-23.1/pentobi_gtp/GtpEngine.cpp:53:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable compare_node [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi_gtp/GtpEngine.cpp:52:25: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/pentobi_gtp/Main.cpp:32:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi_gtp/Main.cpp:65:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi_thumbnailer/CreateThumbnail.cpp:102:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nexos [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi_thumbnailer/CreateThumbnail.cpp:151:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic [valueFlowBailoutIncompleteVar] pentobi-23.1/pentobi_thumbnailer/Main.cpp:26:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VERSION [valueFlowBailoutIncompleteVar] pentobi-23.1/twogtp/Analyze.cpp:29:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pentobi-23.1/twogtp/Analyze.cpp:40:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pentobi-23.1/twogtp/Analyze.cpp:105:22: style: Local variable 'saver' shadows outer variable [shadowVariable] pentobi-23.1/twogtp/Analyze.cpp:40:14: note: Shadowed declaration pentobi-23.1/twogtp/Analyze.cpp:105:22: note: Shadow variable pentobi-23.1/twogtp/Analyze.cpp:91:16: style: Variable 'i' can be declared as reference to const [constVariableReference] pentobi-23.1/twogtp/Analyze.cpp:101:16: style: Variable 'i' can be declared as reference to const [constVariableReference] pentobi-23.1/twogtp/GtpConnection.cpp:110:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] pentobi-23.1/twogtp/GtpConnection.cpp:107:14: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/twogtp/Main.cpp:78:21: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] pentobi-23.1/twogtp/Output.cpp:31:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCK_EX [valueFlowBailoutIncompleteVar] pentobi-23.1/twogtp/Output.cpp:62:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCK_UN [valueFlowBailoutIncompleteVar] pentobi-23.1/twogtp/Output.cpp:131:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable app [valueFlowBailoutIncompleteVar] pentobi-23.1/twogtp/Output.cpp:127:20: style: Variable 'i' can be declared as reference to const [constVariableReference] pentobi-23.1/twogtp/OutputTree.cpp:58:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable digits10 [valueFlowBailoutIncompleteVar] pentobi-23.1/twogtp/OutputTree.cpp:70:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable color [valueFlowBailoutIncompleteVar] pentobi-23.1/twogtp/OutputTree.cpp:190:16: style: Variable 'i' can be declared as reference to const [constVariableReference] diff: head pentobi-23.1/learn_tool/Main.cpp:174:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feature [valueFlowBailoutIncompleteVar] head pentobi-23.1/learn_tool/Main.cpp:368:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head pentobi-23.1/learn_tool/Main.cpp:378:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head pentobi-23.1/learn_tool/Main.cpp:429:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feature [valueFlowBailoutIncompleteVar] head pentobi-23.1/learn_tool/Main.cpp:481:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic_2 [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_base/Reader.cpp:121:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_base/Reader.cpp:88:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_base/tests/OptionsTest.cpp:85:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable runtime_error [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_base/tests/TreeReaderTest.cpp:130:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadError [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_gtp/GtpEngine.h:167:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _1 [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_gtp/GtpEngine.h:174:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _1 [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:103:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:111:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:64:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:73:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:81:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] head pentobi-23.1/libboardgame_gtp/tests/ArgumentsTest.cpp:94:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Failure [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.cpp:107:16: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] head pentobi-23.1/libpentobi_base/Board.cpp:117:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.cpp:160:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable color [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.cpp:263:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pieces_left [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.cpp:321:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable points [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.cpp:448:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.cpp:558:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pieces_left [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.cpp:77:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.cpp:857:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nu_left_piece [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.h:576:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nu_left_piece [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.h:596:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nu_onboard_pieces [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.h:626:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pieces_left [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.h:736:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_attach_point [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.h:751:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nu_onboard_pieces [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.h:756:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.h:761:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.h:770:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.h:784:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nu_left_piece [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.h:790:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SIZE [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/Board.h:825:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable forbidden [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/BoardConst.cpp:1068:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_move_creation [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/BoardConst.cpp:973:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nexos [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/BoardUtil.cpp:60:16: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] head pentobi-23.1/libpentobi_base/PentobiTree.cpp:118:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/PentobiTree.cpp:224:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/PentobiTree.cpp:42:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/tests/BoardConstTest.cpp:31:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable duo [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/tests/BoardConstTest.cpp:40:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon_2 [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/tests/BoardTest.cpp:131:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/tests/BoardTest.cpp:142:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic_2 [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_base/tests/PentobiTreeTest.cpp:216:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PentobiTree [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_gtp/GtpEngine.cpp:349:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_moves [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/AnalyzeGame.cpp:39:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tie_value [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/Player.cpp:110:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_player_moves [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/PlayoutFeatures.h:204:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SIZE [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/PriorKnowledge.cpp:39:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/PriorKnowledge.h:382:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gamma [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/Search.cpp:69:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_children [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/Search.h:118:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic_3 [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/SharedConst.cpp:330:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_moves [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/State.cpp:109:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gembloq [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/State.cpp:146:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/State.cpp:160:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SIZE [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/State.cpp:249:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic_3 [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/State.cpp:294:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/State.cpp:565:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gembloq [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/State.cpp:811:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon_2 [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/State.cpp:81:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_size [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_mcts/State.h:491:11: style: Variable 'symmetric_points' can be declared as reference to const [constVariableReference] head pentobi-23.1/libpentobi_paint/Paint.cpp:129:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_paint/Paint.cpp:166:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_paint/Paint.cpp:270:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_paint/Paint.cpp:322:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_paint/Paint.cpp:446:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_paint/Paint.cpp:51:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_paint/Paint.cpp:678:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_paint/Paint.cpp:824:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_paint/Paint.cpp:871:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_paint/Paint.cpp:887:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] head pentobi-23.1/libpentobi_paint/Paint.cpp:91:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/AndroidUtils.cpp:309:17: style: Variable 'result' is not assigned a value. [unassignedVariable] head pentobi-23.1/pentobi/DocbookReader.cpp:166:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/DocbookReader.cpp:71:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/DocbookReader.cpp:88:13: style: Local variable 'text' shadows outer function [shadowFunction] pentobi-23.1/pentobi/DocbookReader.h:40:20: note: Shadowed declaration pentobi-23.1/pentobi/DocbookReader.cpp:88:13: note: Shadow variable head pentobi-23.1/pentobi/GameModel.cpp:1002:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:1141:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable color [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:1258:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:1285:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:1517:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable range [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:1598:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable placements [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:1712:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gembloq [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:295:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:396:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gembloq [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:456:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable range [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:467:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable duo [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:550:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable duo [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/GameModel.cpp:966:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable range [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/Main.cpp:242:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TranslationsPath [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/PieceModel.cpp:185:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/PieceModel.cpp:250:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/PieceModel.cpp:359:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trigon [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/RatingModel.cpp:170:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AppDataLocation [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/RatingModel.cpp:250:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IniFormat [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/RatingModel.cpp:266:16: style: Variable 'info' can be declared as reference to const [constVariableReference] head pentobi-23.1/pentobi/RatingModel.cpp:319:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IniFormat [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi/RatingModel.cpp:322:10: style: Local variable 'bestRating' shadows outer function [shadowFunction] pentobi-23.1/pentobi/RatingModel.h:90:12: note: Shadowed declaration pentobi-23.1/pentobi/RatingModel.cpp:322:10: note: Shadow variable head pentobi-23.1/pentobi/RatingModel.cpp:336:14: style: Local variable 'rating' shadows outer function [shadowFunction] pentobi-23.1/pentobi/RatingModel.h:98:12: note: Shadowed declaration pentobi-23.1/pentobi/RatingModel.cpp:336:14: note: Shadow variable head pentobi-23.1/pentobi_gtp/Main.cpp:65:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head pentobi-23.1/pentobi_thumbnailer/CreateThumbnail.cpp:151:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classic [valueFlowBailoutIncompleteVar] head pentobi-23.1/twogtp/Analyze.cpp:40:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head pentobi-23.1/twogtp/Output.cpp:131:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable app [valueFlowBailoutIncompleteVar] head pentobi-23.1/twogtp/Output.cpp:62:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCK_UN [valueFlowBailoutIncompleteVar] head pentobi-23.1/twogtp/OutputTree.cpp:70:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable color [valueFlowBailoutIncompleteVar] DONE