2026-05-26 22:26 ftp://ftp.de.debian.org/debian/pool/main/c/cppcheck/cppcheck_2.20.0.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=qt --library=tinyxml2 --library=boost --library=pcre --library=opencv2 --library=openssl --library=libsigc++ --library=sqlite3 --library=python --library=selinux --library=libcurl --library=cairo --library=openmp --library=mfc --library=lua --library=wxwidgets --library=googletest --library=emscripten --library=gtk --library=bsd --library=kde --library=cppunit --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-117-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.70 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04.1) 14.2.0 cppcheck: head 2.20.0 head-info: 47aaa76 (2026-05-26 20:22:35 +0200) count: 1947 1861 elapsed-time: 455.6 477.8 head-timing-info: old-timing-info: head results: cppcheck-2.20.0/addons/test/misc-test.cpp:20:7: style: The function 'dostuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/addons/test/misc-test.cpp:16:18: note: Virtual function in base class cppcheck-2.20.0/addons/test/misc-test.cpp:20:7: note: Function in derived class cppcheck-2.20.0/addons/test/misc-test.cpp:27:35: performance: Function parameter 'v' should be passed by const reference. [passedByValue] cppcheck-2.20.0/addons/test/misra/config1.c:8:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable some [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/crash3.c:12:23: style: union member 'Anonymous0::num' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash4.c:3:16: style: struct member 'ConDesDesc::Order' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash4.c:4:16: style: struct member 'ConDesDesc::Import' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash5.c:4:13: style: struct member '_boardcnf_ch::ddr_density' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash5.c:5:14: style: struct member '_boardcnf_ch::ca_swap' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash5.c:10:14: style: struct member '_boardcnf::dqdm_dly_r' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash5.c:12:25: style: struct member '_boardcnf::ch' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash6.c:5:10: style: struct member '_tGames::magicdirname' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash6.c:6:18: style: struct member '_tGames::expectedmask' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash6.c:7:19: style: struct member '_tGames::pictureorder' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash8.c:3:10: style: struct member 'three_d_filter_t::name' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash8.c:4:10: style: struct member 'three_d_filter_t::elem' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash_misra9_parseInitializer.c:3:11: style: struct member 'Anonymous1::a' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/crash_misra9_parseInitializer.c:4:11: style: struct member 'Anonymous1::b' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-suppressions1-test.c:29:17: style: Unused variable: misra_5_2_var_hides_var_1____31x [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-suppressions1-test.c:30:17: style: Unused variable: misra_5_2_var_hides_var_1____31y [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-suppressions2-test.c:7:5: style: union member 'misra_5_2_field_hides_field__63x::misra_5_2_field_hides_field__31x' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-suppressions2-test.c:8:5: style: union member 'misra_5_2_field_hides_field__63x::misra_5_2_field_hides_field__31y' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-suppressions2-test.c:11:5: style: struct member 'misra_5_2_field_hides_field__63y::misra_5_2_field_hides_field1_31x' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-suppressions2-test.c:12:5: style: struct member 'misra_5_2_field_hides_field__63y::misra_5_2_field_hides_field1_31y' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-suppressions2-test.c:19:9: style: struct member 'misra_5_7_violation_t::x' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test-avr8.c:7:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test-avr8.c:27:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test-c11.c:10:16: style: struct member 'struct_with_bitfields::a' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test-c11.c:11:16: style: struct member 'struct_with_bitfields::b' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test-c11.c:12:16: style: struct member 'struct_with_bitfields::c' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test-c11.c:13:16: style: struct member 'struct_with_bitfields::d' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test-c11.c:14:16: style: struct member 'struct_with_bitfields::f' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test-c11.c:15:16: style: struct member 'struct_with_bitfields::g' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test-c11.c:17:16: style: struct member 'struct_with_bitfields::i' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test-c11.c:18:16: style: struct member 'struct_with_bitfields::j' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test-c11.c:24:9: style: Variable 's.h' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:65:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable condition [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:441:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:555:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:717:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:732:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable z [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:766:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable res [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:794:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable res [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:804:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:827:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:839:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dummy [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:844:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:855:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:867:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:899:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sz [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:905:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:966:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:999:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1044:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable b [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1183:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1215:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1237:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFINITY [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1268:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1398:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1623:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1636:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1723:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1732:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1743:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1764:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1886:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1960:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1973:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable p1 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1980:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable str [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:2009:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:2046:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:2052:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:2068:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:2074:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:2079:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:2085:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:2106:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bar [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/misra/misra-test.c:887:11: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] cppcheck-2.20.0/addons/test/misra/misra-test.c:972:21: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger] cppcheck-2.20.0/addons/test/misra/misra-test.c:1835:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] cppcheck-2.20.0/addons/test/misra/misra-test.c:1591:8: style: The if condition is the same as the previous if condition [duplicateCondition] cppcheck-2.20.0/addons/test/misra/misra-test.c:1590:8: note: First condition cppcheck-2.20.0/addons/test/misra/misra-test.c:1591:8: note: Second condition cppcheck-2.20.0/addons/test/misra/misra-test.c:1207:7: style: Condition 'x' is always false [knownConditionTrueFalse] cppcheck-2.20.0/addons/test/misra/misra-test.c:1205:11: note: Assignment 'x=0', assigned value is 0 cppcheck-2.20.0/addons/test/misra/misra-test.c:1207:7: note: Condition 'x' is always false cppcheck-2.20.0/addons/test/misra/misra-test.c:1208:7: style: Condition 'x' is always false [knownConditionTrueFalse] cppcheck-2.20.0/addons/test/misra/misra-test.c:1205:11: note: Assignment 'x=0', assigned value is 0 cppcheck-2.20.0/addons/test/misra/misra-test.c:1208:7: note: Condition 'x' is always false cppcheck-2.20.0/addons/test/misra/misra-test.c:1209:22: style: Condition '(y=25)>33' is always false [knownConditionTrueFalse] cppcheck-2.20.0/addons/test/misra/misra-test.c:1224:27: style: Condition 'b>100' is always false [knownConditionTrueFalse] cppcheck-2.20.0/addons/test/misra/misra-test.c:1223:11: note: Assignment 'b=10', assigned value is 10 cppcheck-2.20.0/addons/test/misra/misra-test.c:1224:27: note: Condition 'b>100' is always false cppcheck-2.20.0/addons/test/misra/misra-test.c:1332:34: style: Condition 'h>5' is always true [knownConditionTrueFalse] cppcheck-2.20.0/addons/test/misra/misra-test.c:1332:28: note: Assignment 'h=35', assigned value is 35 cppcheck-2.20.0/addons/test/misra/misra-test.c:1332:34: note: Condition 'h>5' is always true cppcheck-2.20.0/addons/test/misra/misra-test.c:1591:24: style: Condition 'x==1' is always false [knownConditionTrueFalse] cppcheck-2.20.0/addons/test/misra/misra-test.c:1591:8: note: Assuming that condition 'x!=0' is not redundant cppcheck-2.20.0/addons/test/misra/misra-test.c:1591:24: note: Condition 'x==1' is always false cppcheck-2.20.0/addons/test/misra/misra-test.c:1592:24: style: Condition 'x==1' is always false [knownConditionTrueFalse] cppcheck-2.20.0/addons/test/misra/misra-test.c:1592:8: note: Assuming that condition 'x!=0' is not redundant cppcheck-2.20.0/addons/test/misra/misra-test.c:1592:24: note: Condition 'x==1' is always false cppcheck-2.20.0/addons/test/misra/misra-test.c:1601:13: style: Condition 'var!=5u' is always false [knownConditionTrueFalse] cppcheck-2.20.0/addons/test/misra/misra-test.c:1599:11: note: Assignment 'var=5u', assigned value is 5 cppcheck-2.20.0/addons/test/misra/misra-test.c:1601:13: note: Condition 'var!=5u' is always false cppcheck-2.20.0/addons/test/misra/misra-test.c:854:7: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] cppcheck-2.20.0/addons/test/misra/misra-test.c:649:10: style: Same expression on both sides of '&'. [duplicateExpression] cppcheck-2.20.0/addons/test/misra/misra-test.c:681:38: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] cppcheck-2.20.0/addons/test/misra/misra-test.c:682:61: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] cppcheck-2.20.0/addons/test/misra/misra-test.c:683:54: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] cppcheck-2.20.0/addons/test/misra/misra-test.c:684:60: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] cppcheck-2.20.0/addons/test/misra/misra-test.c:686:54: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] cppcheck-2.20.0/addons/test/misra/misra-test.c:735:22: style: The comparison 'misra_10_4_B1 > misra_10_4_A1' is always false because 'misra_10_4_B1' and 'misra_10_4_A1' represent the same value. [knownConditionTrueFalse] cppcheck-2.20.0/addons/test/misra/misra-test.c:741:32: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] cppcheck-2.20.0/addons/test/misra/misra-test.c:780:15: style: Same expression on both sides of '=='. [duplicateExpression] cppcheck-2.20.0/addons/test/misra/misra-test.c:887:15: style: Same expression on both sides of '-'. [duplicateExpression] cppcheck-2.20.0/addons/test/misra/misra-test.c:1003:10: style: Same expression on both sides of '=='. [duplicateExpression] cppcheck-2.20.0/addons/test/misra/misra-test.c:1004:10: style: Same expression on both sides of '!='. [duplicateExpression] cppcheck-2.20.0/addons/test/misra/misra-test.c:1005:10: style: Same expression on both sides of '=='. [duplicateExpression] cppcheck-2.20.0/addons/test/misra/misra-test.c:1042:43: style: Same expression on both sides of '/'. [duplicateExpression] cppcheck-2.20.0/addons/test/misra/misra-test.c:1433:8: style: The comparison 'x != 0' is always false. [knownConditionTrueFalse] cppcheck-2.20.0/addons/test/misra/misra-test.c:1431:11: note: 'x' is assigned value '0' here. cppcheck-2.20.0/addons/test/misra/misra-test.c:1433:8: note: The comparison 'x != 0' is always false. cppcheck-2.20.0/addons/test/misra/misra-test.c:81:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:80:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:81:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:82:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:81:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:82:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:83:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:82:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:83:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:84:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:83:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:84:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:85:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:84:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:85:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:86:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:85:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:86:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:649:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:648:5: note: i is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:649:5: note: i is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:652:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:649:5: note: i is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:652:5: note: i is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:651:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:650:5: note: c is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:651:5: note: c is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:681:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:680:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:681:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:682:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:681:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:682:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:683:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:682:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:683:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:684:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:683:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:684:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:685:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:684:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:685:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:686:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:685:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:686:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:687:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:686:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:687:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:688:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:687:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:688:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:689:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:688:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:689:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:690:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:689:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:690:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:691:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:690:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:691:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:692:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:691:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:692:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:693:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:692:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:693:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:694:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:693:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:694:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:695:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:694:7: note: a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:695:7: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:707:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:706:9: note: res is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:707:9: note: res is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:708:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:707:9: note: res is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:708:9: note: res is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:709:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:708:9: note: res is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:709:9: note: res is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:710:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:709:9: note: res is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:710:9: note: res is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:712:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:710:9: note: res is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:712:9: note: res is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:713:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:712:9: note: res is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:713:9: note: res is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:723:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:722:9: note: res is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:723:9: note: res is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:724:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:723:9: note: res is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:724:9: note: res is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:725:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:724:9: note: res is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:725:9: note: res is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:799:10: style: Variable 'u32a' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:798:10: note: u32a is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:799:10: note: u32a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:857:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:856:5: note: p is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:857:5: note: p is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:858:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:857:5: note: p is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:858:5: note: p is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:859:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:858:5: note: p is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:859:5: note: p is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:1216:5: style: Redundant initialization for 'a'. The initialized value is overwritten before it is read. [redundantInitialization] cppcheck-2.20.0/addons/test/misra/misra-test.c:1215:9: note: a is initialized cppcheck-2.20.0/addons/test/misra/misra-test.c:1216:5: note: a is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:1641:8: style: Variable 'a' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] cppcheck-2.20.0/addons/test/misra/misra-test.c:1639:8: note: $symbol is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:1641:8: note: $symbol is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:1649:8: style: Variable 'a' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] cppcheck-2.20.0/addons/test/misra/misra-test.c:1646:8: note: $symbol is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:1649:8: note: $symbol is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:2001:8: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:2000:8: note: rc is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:2001:8: note: rc is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:2002:8: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:2001:8: note: rc is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:2002:8: note: rc is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:2003:8: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:2002:8: note: rc is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:2003:8: note: rc is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:2004:8: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] cppcheck-2.20.0/addons/test/misra/misra-test.c:2003:8: note: rc is assigned cppcheck-2.20.0/addons/test/misra/misra-test.c:2004:8: note: rc is overwritten cppcheck-2.20.0/addons/test/misra/misra-test.c:1435:5: style: Statements following 'goto' will never be executed. [unreachableCode] cppcheck-2.20.0/addons/test/misra/misra-test.c:1467:3: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] cppcheck-2.20.0/addons/test/misra/misra-test.c:1616:5: style: Statements following 'break' will never be executed. [unreachableCode] cppcheck-2.20.0/addons/test/misra/misra-test.c:1988:3: style: Statements following noreturn function 'abort()' will never be executed. [unreachableCode] cppcheck-2.20.0/addons/test/misra/misra-test.c:620:21: style: Label 'i1' is not used. [unusedLabel] cppcheck-2.20.0/addons/test/misra/misra-test.c:935:21: style:inconclusive: Function 'misra_12_3' argument 1 names different: declaration '' definition 'a'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/addons/test/misra/misra-test.c:935:28: style:inconclusive: Function 'misra_12_3' argument 2 names different: declaration '' definition 'b'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/addons/test/misra/misra-test.c:935:35: style:inconclusive: Function 'misra_12_3' argument 3 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/addons/test/misra/misra-test.c:1257:15: style: Local variable 'f' shadows outer variable [shadowVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1255:11: note: Shadowed variable cppcheck-2.20.0/addons/test/misra/misra-test.c:1257:15: note: Shadow local variable cppcheck-2.20.0/addons/test/misra/misra-test.c:1503:12: style: Local variable 'x' shadows outer variable [shadowVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1467:7: note: Shadowed variable cppcheck-2.20.0/addons/test/misra/misra-test.c:1503:12: note: Shadow local variable cppcheck-2.20.0/addons/test/misra/misra-test.c:1816:11: style: Local variable 'misra_8_2_p_a' shadows outer variable [shadowVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:371:12: note: Shadowed variable cppcheck-2.20.0/addons/test/misra/misra-test.c:1816:11: note: Shadow local variable cppcheck-2.20.0/addons/test/misra/misra-test.c:66:34: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] cppcheck-2.20.0/addons/test/misra/misra-test.c:1688:11: warning:inconclusive: Found suspicious operator '+', result is not used. [constStatement] cppcheck-2.20.0/addons/test/misra/misra-test.c:1689:11: warning:inconclusive: Found suspicious operator '+', result is not used. [constStatement] cppcheck-2.20.0/addons/test/misra/misra-test.c:1700:11: warning:inconclusive: Found suspicious operator '+', result is not used. [constStatement] cppcheck-2.20.0/addons/test/misra/misra-test.c:1701:11: warning:inconclusive: Found suspicious operator '+', result is not used. [constStatement] cppcheck-2.20.0/addons/test/misra/misra-test.c:1704:11: warning:inconclusive: Found suspicious operator '+', result is not used. [constStatement] cppcheck-2.20.0/addons/test/misra/misra-test.c:1705:11: warning:inconclusive: Found suspicious operator '+', result is not used. [constStatement] cppcheck-2.20.0/addons/test/misra/misra-test.c:325:41: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:331:16: style: Variable 'b' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:332:10: style: Variable 'c' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:333:10: style: Variable 'd' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:334:10: style: Variable 'e' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:335:10: style: Variable 'f' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:337:13: style: Variable 'h' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:353:6: style: Parameter 'vec' can be declared as pointer to const [constParameterPointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:716:10: style: Variable 'buf' can be declared as const array [constVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:828:17: style: Variable 'wilma' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:834:27: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:836:7: style: Variable 'misra_11_4_A' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:838:7: style: Variable 'q' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:843:8: style: Variable 'p16' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:887:8: style: Variable 'p1' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:888:8: style: Variable 'p2' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:889:8: style: Variable 'p3' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:926:66: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:1271:7: style: Variable 'g_arr' can be declared as const array [constVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1845:8: style: Variable 'ab' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:2020:50: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:2020:76: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:2023:34: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:2023:43: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:2046:11: style: Variable 's' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:2061:30: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] cppcheck-2.20.0/addons/test/misra/misra-test.c:1216:14: warning: Found calculation inside sizeof(). [sizeofCalculation] cppcheck-2.20.0/addons/test/misra/misra-test.c:1217:18: warning: Found calculation inside sizeof(). [sizeofCalculation] cppcheck-2.20.0/addons/test/misra/misra-test.c:680:9: error: Uninitialized variable: ui16 [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:684:33: error: Uninitialized variable: i16 [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:687:56: error: Uninitialized variable: ui8 [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:691:48: error: Uninitialized variable: i8 [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:740:8: error: Uninitialized variable: a [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:759:20: error: Uninitialized variable: c [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:838:20: error: Uninitialized variable: misra_11_4_B [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:944:32: error: Uninitialized variable: a14 [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:944:37: error: Uninitialized variable: a15 [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:961:13: error: Uninitialized variable: a34 [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1017:15: error: Uninitialized variable: v [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:1030:17: error: Uninitialized variable: vv [uninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:760:29: error: Uninitialized variable: c [legacyUninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:761:27: error: Uninitialized variable: c [legacyUninitvar] cppcheck-2.20.0/addons/test/misra/misra-test.c:53:14: style: struct member 'STRUCT_BITS::value' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:162:5: style: union member 'misra_5_2_field_hides_field__63x::misra_5_2_field_hides_field__31x' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:163:5: style: union member 'misra_5_2_field_hides_field__63x::misra_5_2_field_hides_field__31y' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:166:5: style: struct member 'misra_5_2_field_hides_field__63y::misra_5_2_field_hides_field1_31x' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:167:5: style: struct member 'misra_5_2_field_hides_field__63y::misra_5_2_field_hides_field1_31y' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:256:16: style: struct member 'struct_with_bitfields::c' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:257:16: style: struct member 'struct_with_bitfields::d' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:258:16: style: struct member 'struct_with_bitfields::f' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:259:16: style: struct member 'struct_with_bitfields::g' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:261:16: style: struct member 'struct_with_bitfields::i' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:262:16: style: struct member 'struct_with_bitfields::j' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:426:30: style: struct member 'S_9_3::p' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:432:20: style: struct member 'Entry_9_2::p' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:540:14: style: struct member 'struct2::c1' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:552:13: style: struct member 'struct_with_unknown_fields::f3' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:625:14: style: union member 'misra_9_2_union::c' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:750:9: style: struct member 'foo_s::t' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:914:42: style: struct member 'misra_12_3_s1::c' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:914:45: style: struct member 'misra_12_3_s1::d' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:920:50: style: struct member 'misra_12_3_s2::c' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:920:53: style: struct member 'misra_12_3_s2::d' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:921:36: style: struct member 'misra_12_3_s3_t::c' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:921:39: style: struct member 'misra_12_3_s3_t::d' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:1341:10: style: struct member 'Anonymous2::readSuccessful' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:1859:13: style: struct member 'Anonymous5::data_1' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:1865:7: style: struct member 'named::nested_2' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:1866:13: style: struct member 'named::data_3' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:1863:15: style: struct member 'Anonymous6::len_1' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:1864:16: style: struct member 'Anonymous6::data_2' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/misra/misra-test.c:151:17: style: Unused variable: misra_5_2_var_hides_var_1____31x [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:152:17: style: Unused variable: misra_5_2_var_hides_var_1____31y [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:243:15: style: Unused variable: misra_5_5_hides_macro________31y [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:268:9: style: Variable 's.h' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:272:9: style: Variable 'x' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:276:16: style: Variable 'a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:277:16: style: Variable 'b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:278:16: style: Variable 'c' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:279:16: style: Variable 'd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:280:16: style: Variable 'e' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:281:16: style: Variable 'f' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:306:20: style: Variable 'misra_7_3_a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:307:20: style: Variable 'misra_7_3_b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:308:25: style: Variable 'misra_7_3_c' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:309:25: style: Variable 'misra_7_3_d' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:310:27: style: Variable 'misra_7_3_e' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:311:34: style: Variable 'misra_7_3_f' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:330:18: style: Variable 'a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:331:18: style: Variable 'b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:332:12: style: Variable 'c' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:333:12: style: Variable 'd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:334:12: style: Variable 'e' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:335:12: style: Variable 'f' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:336:21: style: Variable 'g' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:337:15: style: Variable 'h' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:439:27: style: Variable 'e1' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:445:17: style: Variable 'a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:446:17: style: Variable 'b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:447:17: style: Variable 'c' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:448:17: style: Variable 'd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:449:17: style: Variable 'e' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:451:17: style: Variable 'f' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:452:17: style: Variable 'f1' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:453:31: style: Variable 'f1' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:454:26: style: Variable 'f2' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:455:25: style: Variable 'f3' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:456:17: style: Variable 'g' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:457:17: style: Variable 'h' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:458:17: style: Variable 'i' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:459:17: style: Variable 'j' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:460:17: style: Variable 'k' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:461:17: style: Variable 'l' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:468:17: style: Variable 'm' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:469:17: style: Variable 'n' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:473:25: style: Variable 'a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:474:25: style: Variable 'b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:475:25: style: Variable 'c' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:476:25: style: Variable 'd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:477:25: style: Variable 'e' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:481:25: style: Variable 'h' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:490:25: style: Variable 'a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:491:25: style: Variable 'b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:492:25: style: Variable 'c' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:493:25: style: Variable 'd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:495:25: style: Variable 'e' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:496:25: style: Variable 'f' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:497:25: style: Variable 'g' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:499:25: style: Variable 'h' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:500:25: style: Variable 'i' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:501:25: style: Variable 'j' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:502:25: style: Variable 'k' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:503:25: style: Variable 'l' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:507:25: style: Variable 'a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:508:25: style: Variable 'b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:509:25: style: Variable 'c' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:510:25: style: Variable 'd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:511:25: style: Variable 'e' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:512:25: style: Variable 'e1' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:513:25: style: Variable 'f' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:514:25: style: Variable 'g' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:515:25: style: Variable 'h' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:516:25: style: Variable 'i' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:517:25: style: Variable 'j' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:518:25: style: Variable 'k' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:519:25: style: Variable 'l' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:520:25: style: Variable 'm' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:521:25: style: Variable 'n' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:522:25: style: Variable 'o' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:523:25: style: Variable 'p' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:525:25: style: Variable 'q' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:526:25: style: Variable 'r' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:527:25: style: Variable 's' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:528:25: style: Variable 't' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:529:25: style: Variable 'u' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:530:25: style: Variable 'v' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:555:20: style: Variable 'sa' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:557:25: style: Variable 'sa' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:561:20: style: Variable 'sd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:562:20: style: Variable 'se' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:563:20: style: Variable 'sf' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:564:20: style: Variable 'sg' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:565:20: style: Variable 'sh' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:566:20: style: Variable 'si' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:569:20: style: Variable 'sj' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:572:22: style: Variable 'sta' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:573:22: style: Variable 'stb' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:574:22: style: Variable 'stc' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:575:22: style: Variable 'std' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:578:20: style: Variable 'sda' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:579:20: style: Variable 'sdb' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:580:20: style: Variable 'sdc' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:581:20: style: Variable 'sdd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:582:20: style: Variable 'sde' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:585:20: style: Variable 'asa' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:586:20: style: Variable 'asb' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:587:20: style: Variable 'asc' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:588:20: style: Variable 'asd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:589:20: style: Variable 'ase' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:590:20: style: Variable 'asf' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:591:20: style: Variable 'asg' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:592:20: style: Variable 'ash' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:593:20: style: Variable 'asi' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:594:20: style: Variable 'asj' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:597:28: style: Variable 'dsa' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:598:28: style: Variable 'dsb' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:599:28: style: Variable 'dsc' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:600:28: style: Variable 'dsd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:601:28: style: Variable 'dse' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:602:28: style: Variable 'dsf' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:603:28: style: Variable 'dsg' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:604:28: style: Variable 'dsh' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:609:42: style: Variable 'ufc' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:611:42: style: Variable 'ufd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:613:42: style: Variable 'ufe' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:615:42: style: Variable 'uff' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:607:32: style: Variable 'ufa' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:608:32: style: Variable 'ufb' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:620:13: style: Variable 'os1' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:627:7: style: Variable 'u' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:631:17: style: Variable 'a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:632:17: style: Variable 'b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:633:17: style: Variable 'c' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:634:17: style: Variable 'd' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:636:17: style: Variable 'e' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:637:17: style: Variable 'f' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:638:17: style: Variable 'g' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:639:17: style: Variable 'h' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:651:5: style: Variable 'c' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:653:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:658:7: style: Variable 'ch3' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:663:7: style: Variable 'ct3' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:668:7: style: Variable 'cd3' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:670:17: style: Variable 'temp1' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:695:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:713:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:725:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:726:18: style: Variable 'c' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:727:12: style: Variable 'b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:728:16: style: Variable 'u' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:758:8: style: Variable 'c' is not assigned a value. [unassignedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:778:10: style: Variable 'y1' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:780:9: style: Variable 'b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:781:9: style: Variable 'z' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:782:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:784:7: style: Variable 's.a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:799:10: style: Variable 'u32a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:828:23: style: Variable 'wilma' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:835:9: style: Variable 'y' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:836:20: style: Variable 'misra_11_4_A' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:838:9: style: Variable 'q' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:845:7: style: Variable 'p16' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:888:8: style: Variable 'p2' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:889:8: style: Variable 'p3' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:924:7: style: Unused variable: d [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:924:10: style: Unused variable: e [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:938:10: style: Variable 'a5' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:939:14: style: Variable 'a8' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:940:10: style: Variable 'a9' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:941:11: style: Variable 'a11' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:941:15: style: Variable 'a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:941:19: style: Variable 'b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:956:28: style: Variable 'a30' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:961:11: style: Variable 'a37' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:962:16: style: Variable 'a40' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:963:11: style: Variable 'a41' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:964:16: style: Variable 'a44' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:989:17: style: Variable 'moreFun' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:936:11: style: Unused variable: a2 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:937:7: style: Unused variable: a3 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:937:15: style: Unused variable: a4 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:938:15: style: Unused variable: a6 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:939:7: style: Unused variable: a7 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:940:19: style: Unused variable: a10 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:943:30: style: Unused variable: a12 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:943:35: style: Unused variable: a13 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:945:9: style: Unused variable: a16 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:945:14: style: Unused variable: a17 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:946:7: style: Unused variable: a18 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:946:16: style: Unused variable: a19 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:946:21: style: Unused variable: a20 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:947:7: style: Unused variable: a21 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:947:12: style: Unused variable: a22 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:947:21: style: Unused variable: a23 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:948:7: style: Unused variable: a24 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:949:7: style: Unused variable: a25 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:950:7: style: Unused variable: a26 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:951:9: style: Unused variable: a27 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:952:7: style: Unused variable: a28 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:954:7: style: Unused variable: a29 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:956:38: style: Unused variable: a31 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:957:24: style: Unused variable: a32 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:957:29: style: Unused variable: a33 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:958:43: style: Unused variable: a36 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:961:41: style: Unused variable: a38 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:962:7: style: Unused variable: a39 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:963:41: style: Unused variable: a42 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:964:7: style: Unused variable: a43 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1013:13: style: Variable 'a1' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1014:13: style: Variable 'a2' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1015:13: style: Variable 'a3' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1017:12: style: Variable 'b' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1018:25: style: Variable 'c' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1022:13: style: Variable 'a1' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1023:13: style: Variable 'a2' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1024:13: style: Variable 'a3' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1025:13: style: Variable 'a4' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1026:13: style: Variable 'a5' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1027:13: style: Variable 'a6' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1028:13: style: Variable 'a6' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1029:13: style: Variable 'a7' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1030:13: style: Variable 'a8' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1032:27: style: Variable 'c01' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1033:27: style: Variable 'c02' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1034:27: style: Variable 'c03' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1035:27: style: Variable 'c04' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1036:27: style: Variable 'c05' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1037:27: style: Variable 'c06' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1038:27: style: Variable 'c07' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1039:27: style: Variable 'c08' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1040:27: style: Variable 'c09' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1041:27: style: Variable 'c10' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1042:27: style: Variable 'c11' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1043:27: style: Variable 'c12' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1044:27: style: Variable 'c13' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1045:27: style: Variable 'c14' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1200:15: style: Variable 'y' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1216:5: style: Variable 'a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1258:11: style: Variable 'f' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1270:13: style: Variable 'g' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1272:5: style: Variable 'g' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1276:7: style: Variable 'g' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1279:9: style: Variable 'g' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1271:7: style: Variable 'g_arr' is not assigned a value. [unassignedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1454:9: style: Variable 'y' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1456:7: style: Variable 'x' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1587:16: style: Variable 'var' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1588:17: style: Variable 'var2' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1603:14: style: Variable 'var2' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1613:12: style: Unused variable: x [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1814:10: style: Variable 'a' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1816:11: style: Unused variable: misra_8_2_p_a [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1831:9: style: Variable 'y' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1835:5: style: Variable 'x' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1845:11: style: Variable 'ab' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1847:6: style: Variable 'bp' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1882:7: style: Unused variable: buf1 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1883:7: style: Unused variable: buf2 [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1884:7: style: Unused variable: vla [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1886:7: style: Unused variable: vlb [unusedVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:2004:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:2046:13: style: Variable 's' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:2062:11: style: Variable 'x' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:2063:11: style: Variable 'y' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/addons/test/misra/misra-test.cpp:5:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable c [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/path1/misra-suppressions1-test.c:26:17: style: Unused variable: misra_5_2_var_hides_var_1____31x [unusedVariable] cppcheck-2.20.0/addons/test/path1/misra-suppressions1-test.c:27:17: style: Unused variable: misra_5_2_var_hides_var_1____31y [unusedVariable] cppcheck-2.20.0/addons/test/path1/misra-suppressions2-test.c:6:5: style: union member 'misra_5_2_field_hides_field__63x::misra_5_2_field_hides_field__31x' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/path1/misra-suppressions2-test.c:7:5: style: union member 'misra_5_2_field_hides_field__63x::misra_5_2_field_hides_field__31y' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/path1/misra-suppressions2-test.c:10:5: style: struct member 'misra_5_2_field_hides_field__63y::misra_5_2_field_hides_field1_31x' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/path1/misra-suppressions2-test.c:11:5: style: struct member 'misra_5_2_field_hides_field__63y::misra_5_2_field_hides_field1_31y' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/threadsafety/MT-Unsafe.cpp:37:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] cppcheck-2.20.0/addons/test/threadsafety/MT-Unsafe.cpp:51:10: style: Variable 'haystack' can be declared as const array [constVariable] cppcheck-2.20.0/addons/test/threadsafety/MT-Unsafe.cpp:52:10: style: Variable 'needle' can be declared as const array [constVariable] cppcheck-2.20.0/addons/test/threadsafety/MT-Unsafe.cpp:53:11: style: Variable 'found' can be declared as pointer to const [constVariablePointer] cppcheck-2.20.0/addons/test/threadsafety/local_static.cpp:2:6: style: struct member 'Dummy::x' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/threadsafety/local_static.cpp:6:18: style: Unused variable: dummy [unusedVariable] cppcheck-2.20.0/addons/test/threadsafety/local_static_const.cpp:2:6: style: struct member 'Dummy::x' is never used. [unusedStructMember] cppcheck-2.20.0/addons/test/threadsafety/local_static_const.cpp:6:22: style: Unused variable: dummy [unusedVariable] cppcheck-2.20.0/addons/test/y2038/y2038-test-3-no-use-time-bits.c:12:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCK_REALTIME [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/y2038/y2038-test-compiler-flags.c:21:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCK_REALTIME [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/addons/test/y2038/y2038-test-compiler-flags.c:20:18: style: Variable 'current_time' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/cli/cmdlineparser.cpp:443:17: error: There is an unknown macro here somewhere. Configuration is required. If lua_setglobal is a macro then please configure it. [unknownMacro] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:99:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:119:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sarif [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:146:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:272:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OVERALL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:314:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_LINE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:348:146: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_LINE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:427:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:497:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:583:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:591:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Reset [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:624:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable internal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:687:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/cppcheckexecutor.cpp:284:23: style:inconclusive: Technically the member function 'CppCheckExecutor::check_wrapper' can be const. [functionConst] cppcheck-2.20.0/cli/cppcheckexecutor.h:79:9: note: Technically the member function 'CppCheckExecutor::check_wrapper' can be const. cppcheck-2.20.0/cli/cppcheckexecutor.cpp:284:23: note: Technically the member function 'CppCheckExecutor::check_wrapper' can be const. cppcheck-2.20.0/cli/executor.cpp:43:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable internal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/executor.cpp:72:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FgBlue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/filelister.cpp:210:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/cli/singleexecutor.cpp:74:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUMMARY [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/democlient/democlient.cpp:130:42: error: There is an unknown macro here somewhere. Configuration is required. If CPPCHECK_VERSION_STRING is a macro then please configure it. [unknownMacro] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:127:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hex [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:141:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hex [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:177:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:222:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:233:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:391:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:396:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:403:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:451:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:562:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:842:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:1049:148: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:2265:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:2523:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:2610:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:2637:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:2643:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:2965:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:3367:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/simplecpp/simplecpp.h:161:9: warning:inconclusive: Member variable 'Token::previous' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] cppcheck-2.20.0/externals/simplecpp/simplecpp.h:161:9: warning:inconclusive: Member variable 'Token::next' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] cppcheck-2.20.0/externals/simplecpp/simplecpp.h:161:9: warning:inconclusive: Member variable 'Token::nextcond' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] cppcheck-2.20.0/externals/simplecpp/simplecpp.h:379:158: style:inconclusive: Function 'TokenList' argument 6 names different: declaration 'unused' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/externals/simplecpp/simplecpp.h:177:53: style: Argument 'str' shadows outer function [shadowFunction] cppcheck-2.20.0/externals/simplecpp/simplecpp.h:166:28: note: Shadowed function cppcheck-2.20.0/externals/simplecpp/simplecpp.h:177:53: note: Shadow argument cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:638:55: style: Argument 'fileIndex' shadows outer function [shadowFunction] cppcheck-2.20.0/externals/simplecpp/simplecpp.h:404:22: note: Shadowed function cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:638:55: note: Shadow argument cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:1481:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2094:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPEN [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2368:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2484:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:206:5: warning: Member variable 'DynArray < XMLNode * , 10 >::_pool' is not initialized in the constructor. [uninitMemberVar] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:206:5: warning: Member variable 'DynArray < const char * , 10 >::_pool' is not initialized in the constructor. [uninitMemberVar] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:206:5: warning: Member variable 'DynArray < char , 20 >::_pool' is not initialized in the constructor. [uninitMemberVar] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1203:15: style: The member function 'tinyxml2::XMLNode::InsertChildPreamble' can be static. [functionStatic] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:973:10: note: The member function 'tinyxml2::XMLNode::InsertChildPreamble' can be static. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1203:15: note: The member function 'tinyxml2::XMLNode::InsertChildPreamble' can be static. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2326:19: style: The member function 'tinyxml2::XMLDocument::DeleteNode' can be static. [functionStatic] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1878:10: note: The member function 'tinyxml2::XMLDocument::DeleteNode' can be static. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2326:19: note: The member function 'tinyxml2::XMLDocument::DeleteNode' can be static. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1688:5: style: Class 'XMLElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1731:5: style: Class 'XMLDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:2249:5: style: Class 'XMLPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1020:14: style: The destructor '~XMLText' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:952:14: note: Virtual destructor in base class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1020:14: note: Destructor in derived class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1051:14: style: The destructor '~XMLComment' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:952:14: note: Virtual destructor in base class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1051:14: note: Destructor in derived class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1090:14: style: The destructor '~XMLDeclaration' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:952:14: note: Virtual destructor in base class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1090:14: note: Destructor in derived class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1125:14: style: The destructor '~XMLUnknown' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:952:14: note: Virtual destructor in base class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1125:14: note: Destructor in derived class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1689:14: style: The destructor '~XMLElement' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:952:14: note: Virtual destructor in base class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1689:14: note: Destructor in derived class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1732:6: style: The destructor '~XMLDocument' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:952:14: note: Virtual destructor in base class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1732:6: note: Destructor in derived class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:2250:14: style: The destructor '~XMLPrinter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:480:14: note: Virtual destructor in base class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:2250:14: note: Destructor in derived class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:347:6: style: The destructor '~MemPoolT < sizeof ( XMLElement ) >' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:330:14: note: Virtual destructor in base class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:347:6: note: Destructor in derived class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:347:6: style: The destructor '~MemPoolT < sizeof ( XMLAttribute ) >' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:330:14: note: Virtual destructor in base class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:347:6: note: Destructor in derived class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:347:6: style: The destructor '~MemPoolT < sizeof ( XMLText ) >' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:330:14: note: Virtual destructor in base class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:347:6: note: Destructor in derived class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:347:6: style: The destructor '~MemPoolT < sizeof ( XMLComment ) >' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:330:14: note: Virtual destructor in base class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:347:6: note: Destructor in derived class cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1133:35: style: Condition 'FirstChild()' is always true [knownConditionTrueFalse] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:410:9: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:410:9: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:410:9: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:410:9: portability: %d in format string (no. 5) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:410:9: portability: %d in format string (no. 6) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:433:10: warning: Either the condition 'length==0' is redundant or there is possible null pointer dereference: length. [nullPointerRedundantCheck] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:548:14: note: Assuming that condition 'length==0' is not redundant cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:547:40: note: Calling function 'ConvertUTF32ToUTF8', 3rd argument 'length' value is 0 cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:433:10: note: Null pointer dereference cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:440:16: warning: Either the condition 'length==0' is redundant or there is possible null pointer dereference: length. [nullPointerRedundantCheck] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:548:14: note: Assuming that condition 'length==0' is not redundant cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:547:40: note: Calling function 'ConvertUTF32ToUTF8', 3rd argument 'length' value is 0 cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:440:16: note: Null pointer dereference cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:444:14: warning: Either the condition 'length==0' is redundant or there is possible null pointer dereference: length. [nullPointerRedundantCheck] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:548:14: note: Assuming that condition 'length==0' is not redundant cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:547:40: note: Calling function 'ConvertUTF32ToUTF8', 3rd argument 'length' value is 0 cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:444:14: note: Null pointer dereference cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:473:6: warning: Either the condition 'length==0' is redundant or there is possible null pointer dereference: length. [nullPointerRedundantCheck] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:548:14: note: Assuming that condition 'length==0' is not redundant cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:473:6: note: Null pointer dereference cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1966:17: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1980:18: note: Assuming that condition '!p' is not redundant cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1966:17: note: Null pointer dereference cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1972:67: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1980:18: note: Assuming that condition '!p' is not redundant cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1972:67: note: Null pointer dereference cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:207:33: style:inconclusive: Function 'ParseText' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:174:28: note: Function 'ParseText' argument 1 names different: declaration 'in' definition 'p'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:207:33: note: Function 'ParseText' argument 1 names different: declaration 'in' definition 'p'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:232:33: style:inconclusive: Function 'ParseName' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:175:28: note: Function 'ParseName' argument 1 names different: declaration 'in' definition 'p'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:232:33: note: Function 'ParseName' argument 1 names different: declaration 'in' definition 'p'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:399:52: style:inconclusive: Function 'ReadBOM' argument 2 names different: declaration 'hasBOM' definition 'bom'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:609:54: note: Function 'ReadBOM' argument 2 names different: declaration 'hasBOM' definition 'bom'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:399:52: note: Function 'ReadBOM' argument 2 names different: declaration 'hasBOM' definition 'bom'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:798:32: style:inconclusive: Function 'XMLNode' argument 1 names different: declaration '' definition 'doc'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:855:37: style:inconclusive: Function 'SetValue' argument 1 names different: declaration 'val' definition 'str'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:751:32: note: Function 'SetValue' argument 1 names different: declaration 'val' definition 'str'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:855:37: note: Function 'SetValue' argument 1 names different: declaration 'val' definition 'str'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1022:40: style:inconclusive: Function 'ParseDeep' argument 2 names different: declaration 'parentEndTag' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1260:46: style:inconclusive: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1015:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1260:46: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1053:40: style:inconclusive: Function 'ParseDeep' argument 2 names different: declaration 'parentEndTag' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1309:49: style:inconclusive: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1046:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1309:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1092:40: style:inconclusive: Function 'ParseDeep' argument 2 names different: declaration 'parentEndTag' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1358:53: style:inconclusive: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1085:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1358:53: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1127:40: style:inconclusive: Function 'ParseDeep' argument 2 names different: declaration 'parentEndTag' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1406:49: style:inconclusive: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1120:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1406:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1470:41: style:inconclusive: Function 'SetName' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1250:31: note: Function 'SetName' argument 1 names different: declaration 'name' definition 'n'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1470:41: note: Function 'SetName' argument 1 names different: declaration 'name' definition 'n'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1539:46: style:inconclusive: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1226:36: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1539:46: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1545:38: style:inconclusive: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1228:28: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1545:38: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1553:43: style:inconclusive: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1230:33: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1553:43: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1561:41: style:inconclusive: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1232:28: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1561:41: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1568:42: style:inconclusive: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1234:32: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1568:42: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1576:39: style:inconclusive: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1236:29: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1576:39: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1583:41: style:inconclusive: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1238:31: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1583:41: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1590:40: style:inconclusive: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1240:30: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1590:40: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1718:31: style:inconclusive: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1588:23: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1718:31: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1726:36: style:inconclusive: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1590:28: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1726:36: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1734:34: style:inconclusive: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1592:23: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1734:34: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1741:35: style:inconclusive: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1594:27: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1741:35: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1748:32: style:inconclusive: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1596:24: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1748:32: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1756:33: style:inconclusive: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1600:25: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1756:33: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1764:34: style:inconclusive: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1598:26: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1764:34: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1798:46: style:inconclusive: Function 'QueryInt64Text' argument 1 names different: declaration 'uval' definition 'ival'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1632:35: note: Function 'QueryInt64Text' argument 1 names different: declaration 'uval' definition 'ival'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:1798:46: note: Function 'QueryInt64Text' argument 1 names different: declaration 'uval' definition 'ival'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2104:49: style:inconclusive: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1681:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2104:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2211:50: style:inconclusive: Function 'MarkInUse' argument 1 names different: declaration '' definition 'node'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2279:50: style:inconclusive: Function 'NewComment' argument 1 names different: declaration 'comment' definition 'str'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1848:41: note: Function 'NewComment' argument 1 names different: declaration 'comment' definition 'str'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2279:50: note: Function 'NewComment' argument 1 names different: declaration 'comment' definition 'str'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2287:44: style:inconclusive: Function 'NewText' argument 1 names different: declaration 'text' definition 'str'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1854:35: note: Function 'NewText' argument 1 names different: declaration 'text' definition 'str'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2287:44: note: Function 'NewText' argument 1 names different: declaration 'text' definition 'str'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2295:58: style:inconclusive: Function 'NewDeclaration' argument 1 names different: declaration 'text' definition 'str'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1866:49: note: Function 'NewDeclaration' argument 1 names different: declaration 'text' definition 'str'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2295:58: note: Function 'NewDeclaration' argument 1 names different: declaration 'text' definition 'str'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2303:50: style:inconclusive: Function 'NewUnknown' argument 1 names different: declaration 'text' definition 'str'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1872:41: note: Function 'NewUnknown' argument 1 names different: declaration 'text' definition 'str'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2303:50: note: Function 'NewUnknown' argument 1 names different: declaration 'text' definition 'str'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2363:39: style:inconclusive: Function 'LoadFile' argument 1 names different: declaration '' definition 'fp'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2664:43: style:inconclusive: Function 'PrintString' argument 1 names different: declaration '' definition 'p'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2664:51: style:inconclusive: Function 'PrintString' argument 2 names different: declaration 'restrictedEntitySet' definition 'restricted'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:2353:41: note: Function 'PrintString' argument 2 names different: declaration 'restrictedEntitySet' definition 'restricted'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2664:51: note: Function 'PrintString' argument 2 names different: declaration 'restrictedEntitySet' definition 'restricted'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2719:50: style:inconclusive: Function 'PushHeader' argument 2 names different: declaration 'writeDeclaration' definition 'writeDec'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:2253:42: note: Function 'PushHeader' argument 2 names different: declaration 'writeDeclaration' definition 'writeDec'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2719:50: note: Function 'PushHeader' argument 2 names different: declaration 'writeDeclaration' definition 'writeDec'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2772:55: style:inconclusive: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:2260:47: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2772:55: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2780:60: style:inconclusive: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:2261:52: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2780:60: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2788:58: style:inconclusive: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:2262:48: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2788:58: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2796:59: style:inconclusive: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:2263:49: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2796:59: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2804:56: style:inconclusive: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:2264:45: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2804:56: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2812:58: style:inconclusive: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent] cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:2265:50: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2812:58: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2960:49: style:inconclusive: Function 'VisitEnter' argument 1 names different: declaration '' definition 'doc'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/frontend/frontend.cpp:31:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/frontend/frontend.cpp:69:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/aboutdialog.cpp:41:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable accept [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/applicationdialog.cpp:45:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reject [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/checkthread.cpp:89:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NotRunning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/checkthread.cpp:265:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/checkthread.cpp:352:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/checkthread.cpp:448:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Matched [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/checkthread.h:54:13: warning: Member variable 'Details::threadIndex' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/gui/codeeditor.cpp:279:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeWriter [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/codeeditor.cpp:427:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/codeeditor.h:65:18: warning: Member variable 'HighlightingRule::ruleRole' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/gui/codeeditor.h:132:40: style:inconclusive: Function 'updateLineNumberAreaWidth' argument 1 names different: declaration 'newBlockCount' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/gui/codeeditor.cpp:374:52: style:inconclusive: Function 'updateLineNumberArea' argument 1 names different: declaration '' definition 'rect'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/gui/codeeditor.cpp:374:62: style:inconclusive: Function 'updateLineNumberArea' argument 2 names different: declaration '' definition 'dy'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/gui/codeeditorstyle.cpp:114:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widgetFGColor [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/codeeditstylecontrols.cpp:55:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/codeeditstylecontrols.cpp:77:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Thin [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/codeeditstylecontrols.cpp:106:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Normal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/codeeditstyledialog.cpp:153:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cancel [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/common.cpp:85:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/compliancereportdialog.cpp:61:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/compliancereportdialog.cpp:196:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/cppchecklibrarydata.cpp:107:5: error: There is an unknown macro here somewhere. Configuration is required. If lua_setglobal is a macro then please configure it. [unknownMacro] cppcheck-2.20.0/gui/csvreport.cpp:44:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/csvreport.cpp:62:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/erroritem.cpp:104:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/filelist.cpp:44:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/filelist.cpp:60:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/fileviewdialog.cpp:65:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/helpdialog.cpp:107:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUrl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/librarydialog.cpp:57:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/librarydialog.cpp:108:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/librarydialog.cpp:153:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/librarydialog.cpp:178:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/librarydialog.cpp:188:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/librarydialog.cpp:292:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MatchContains [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/librarydialog.cpp:333:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/librarydialog.cpp:208:55: style:inconclusive: Function 'editFunctionName' argument 1 names different: declaration '' definition 'item'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/gui/librarydialog.cpp:271:40: style:inconclusive: Function 'sortFunctions' argument 1 names different: declaration '' definition 'sort'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/gui/librarydialog.cpp:290:52: style:inconclusive: Function 'filterFunctions' argument 1 names different: declaration '' definition 'filter'. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/gui/libraryeditargdialog.cpp:47:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/main.cpp:121:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/main.cpp:139:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/platforms.h:39:14: warning: Member variable 'PlatformData::mActMainWindow' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/gui/mainwindow.cpp:1117:29: error: There is an unknown macro here somewhere. Configuration is required. If lua_setglobal is a macro then please configure it. [unknownMacro] cppcheck-2.20.0/gui/platforms.cpp:38:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Native [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfile.cpp:905:29: error: There is an unknown macro here somewhere. Configuration is required. If lua_setglobal is a macro then please configure it. [unknownMacro] cppcheck-2.20.0/gui/projectfiledialog.cpp:101:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_LINE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:149:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:293:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:313:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:553:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:641:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:651:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:663:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsUserCheckable [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:680:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:691:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:702:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:726:91: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:732:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:752:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:808:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unchecked [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:919:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.cpp:945:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/projectfiledialog.h:278:45: style:inconclusive: Function 'editSuppression' argument 1 names different: declaration 'index' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/gui/report.cpp:39:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/report.cpp:49:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:94:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Man [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:129:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable normal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:147:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Enter [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:190:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable normal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:227:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unchecked [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:236:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:253:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable normal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:564:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable normal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:640:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable triggered [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:780:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Critical [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:850:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:1166:101: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShortFormat [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:1306:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable certC [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:1310:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable autosar [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultstree.cpp:0:0: debug: ValueFlow maximum iterations exceeded [valueFlowMaxIterations] cppcheck-2.20.0/gui/resultsview.cpp:90:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable collapseAll [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultsview.cpp:173:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable internal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultsview.cpp:197:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Text [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultsview.cpp:238:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Critical [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultsview.cpp:256:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultsview.cpp:275:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Critical [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultsview.cpp:403:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Critical [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultsview.cpp:484:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/resultsview.cpp:560:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable internal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/settingsdialog.cpp:102:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reject [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/settingsdialog.cpp:154:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/settingsdialog.cpp:161:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/settingsdialog.cpp:245:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/settingsdialog.cpp:275:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/settingsdialog.cpp:359:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/settingsdialog.cpp:387:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/statsdialog.cpp:79:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Monospace [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/statsdialog.cpp:202:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrinterResolution [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:103:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:148:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:194:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:232:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:289:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:403:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:469:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable calls [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:511:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:588:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rangeItemRecordTypeList [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:618:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:629:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/cppchecklibrarydata/testcppchecklibrarydata.cpp:637:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/data/files/dir1/dir11/foo11.cpp:1:17: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/data/files/dir1/foo1.cpp:1:17: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/data/files/dir2/foo1.cpp:1:17: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/data/files/foo1.cpp:1:17: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/data/files/foo2.cxx:1:16: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/data/files/foo3.cc:1:16: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/data/files/foo4.c:1:17: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/data/files/foo5.c++:1:16: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/data/files/foo6.txx:1:16: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/data/files/foo7.tpp:1:16: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/data/files/foo8.ipp:1:16: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/data/files/foo9.ixx:1:16: error: syntax error: file . [syntaxError] cppcheck-2.20.0/gui/test/filelist/testfilelist.cpp:32:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/filelist/testfilelist.cpp:49:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/filelist/testfilelist.cpp:67:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/filelist/testfilelist.cpp:75:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/filelist/testfilelist.cpp:84:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/filelist/testfilelist.cpp:92:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/filelist/testfilelist.cpp:108:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/filelist/testfilelist.cpp:131:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/filelist/testfilelist.cpp:146:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/filelist/testfilelist.cpp:163:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/filelist/testfilelist.cpp:176:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/projectfile/testprojectfile.cpp:48:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/projectfile/testprojectfile.cpp:55:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/projectfile/testprojectfile.cpp:78:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/projectfile/testprojectfile.cpp:100:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/projectfile/testprojectfile.cpp:127:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/projectfile/testprojectfile.cpp:179:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fileName [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/projectfile/testprojectfile.cpp:189:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fileName [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/projectfile/testprojectfile.cpp:199:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fileName [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:140:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable information [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:154:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:185:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:229:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:287:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:307:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable misraC2012 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:352:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable misraC2012 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:364:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable misraC2012 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:274:10: style: Local variable 'createErrorItem' shadows outer function [shadowFunction] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:169:18: note: Shadowed function cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:274:10: note: Shadow local variable cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:340:10: style: Local variable 'createErrorItem' shadows outer function [shadowFunction] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:169:18: note: Shadowed function cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:340:10: note: Shadow local variable cppcheck-2.20.0/gui/test/xmlreportv2/testxmlreportv2.cpp:29:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/threaddetails.cpp:13:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/threaddetails.cpp:49:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextDate [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/threadhandler.cpp:151:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedConnection [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/threadhandler.cpp:296:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/threadresult.cpp:57:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable debug [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/threadresult.h:81:53: style:inconclusive: Function 'reportOut' argument 2 names different: declaration 'c' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/gui/translationhandler.cpp:138:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/txtreport.cpp:80:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/gui/xmlreport.cpp:61:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/utils.h:103:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/utils.h:124:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/utils.h:304:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/addoninfo.cpp:33:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/addoninfo.cpp:171:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/xml.h:47:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_ERROR_FILE_NOT_FOUND [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/analyzerinfo.cpp:43:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/analyzerinfo.cpp:72:136: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/analyzerinfo.cpp:151:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/analyzerinfo.cpp:172:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/analyzerinfo.cpp:214:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sep [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/analyzerinfo.cpp:257:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_ERROR_FILE_NOT_FOUND [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/analyzerinfo.cpp:312:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trunc [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/filesettings.h:94:34: style: Argument 'fsFileId' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/filesettings.h:89:17: note: Shadowed function cppcheck-2.20.0/lib/filesettings.h:94:34: note: Shadow argument cppcheck-2.20.0/lib/vfvalue.h:139:114: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _1 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/vfvalue.h:150:117: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _1 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/vfvalue.h:174:97: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _1 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.h:305:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable count [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.h:865:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable count [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.h:871:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable count [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.h:880:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable count [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.h:885:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable count [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.h:1392:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable valueType [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/astutils.cpp:1408:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errors [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/library.h:164:18: warning: Member variable 'WarnInfo::severity' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/library.h:221:20: warning: Member variable 'Function::action' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/library.h:222:19: warning: Member variable 'Function::yield' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/library.h:227:17: warning: Member variable 'RangeItemRecordTypeItem::templateParameter' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/tokenlist.h:109:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/check.cpp:60:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.h:691:13: warning: Member variable 'TypedefToken::lineNumber' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/tokenize.h:692:13: warning: Member variable 'TypedefToken::column' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/tokenize.h:697:13: warning: Member variable 'TypedefInfo::lineNumber' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/tokenize.h:698:13: warning: Member variable 'TypedefInfo::column' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/tokenize.h:701:14: warning: Member variable 'TypedefInfo::used' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/tokenize.h:702:14: warning: Member variable 'TypedefInfo::isFunctionPointer' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/checkbufferoverrun.cpp:164:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/ctu.h:116:41: warning: Member variable 'FunctionCall::callValueType' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/ctu.h:118:18: warning: Member variable 'FunctionCall::warning' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/checkclass.cpp:3015:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkclass.cpp:3048:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkclass.cpp:3641:17: warning: Member variable 'NameLoc::lineNumber' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/checkclass.cpp:3642:17: warning: Member variable 'NameLoc::column' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/checkclass.cpp:3643:25: warning: Member variable 'NameLoc::hash' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/checkclass.h:141:78: style:inconclusive: Function 'getFileInfo' argument 2 names different: declaration 'settings' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/lib/checkcondition.cpp:266:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hex [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkcondition.cpp:432:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hex [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkcondition.cpp:2072:67: style: Argument 'comparison' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/checkcondition.h:77:10: note: Shadowed function cppcheck-2.20.0/lib/checkcondition.cpp:2072:67: note: Shadow argument cppcheck-2.20.0/lib/checkersreport.cpp:34:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkersreport.cpp:163:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkfunctions.cpp:189:97: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkio.cpp:102:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkio.cpp:231:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkio.cpp:711:211: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable known [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkio.cpp:1778:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkio.cpp:1871:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkmemoryleak.cpp:460:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Malloc [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkmemoryleak.cpp:847:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable No [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkmemoryleak.cpp:1056:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable No [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkmemoryleak.cpp:1101:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable No [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkmemoryleak.h:269:41: style:inconclusive: Function 'getErrorMessages' argument 1 names different: declaration 'errorLogger' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/lib/checkmemoryleak.h:269:71: style:inconclusive: Function 'getErrorMessages' argument 2 names different: declaration 'settings' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/lib/checkother.cpp:4279:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkstl.cpp:3334:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkstl.cpp:3340:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkstl.cpp:3383:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/pathanalysis.h:44:14: warning: Member variable 'Info::known' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/checkstl.cpp:1979:20: warning: Member variable 'StrArg::n' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/checkstl.h:190:64: style:inconclusive: Function 'invalidContainerError' argument 2 names different: declaration 'contTok' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/lib/checkstring.cpp:85:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checktype.cpp:409:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkunusedfunctions.cpp:54:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkunusedfunctions.cpp:159:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable usedOtherFile [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkunusedfunctions.cpp:352:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fileIndex [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkunusedfunctions.cpp:414:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fileIndex [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/checkunusedfunctions.cpp:505:75: style: Argument 'check' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/checkunusedfunctions.h:59:10: note: Shadowed function cppcheck-2.20.0/lib/checkunusedfunctions.cpp:505:75: note: Shadow argument cppcheck-2.20.0/lib/checkunusedvar.cpp:1529:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/clangimport.cpp:192:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/clangimport.cpp:447:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/clangimport.cpp:473:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/clangimport.cpp:508:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/clangimport.cpp:562:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/clangimport.cpp:602:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/clangimport.cpp:686:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/clangimport.cpp:811:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hex [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/clangimport.cpp:1639:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/color.cpp:36:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.h:133:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:207:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:305:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:315:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:460:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:575:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:694:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:822:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:896:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:1133:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:1507:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:1735:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/cppcheck.cpp:1886:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.h:54:21: warning: Member variable 'ErrorMessage::hash' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/suppressions.h:60:13: warning: Member variable 'ErrorMessage::lineNumber' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/suppressions.h:61:19: warning: Member variable 'ErrorMessage::certainty' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/ctu.cpp:180:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/ctu.cpp:463:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/errorlogger.cpp:235:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/errorlogger.cpp:414:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/errorlogger.cpp:532:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/errorlogger.cpp:559:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/errorlogger.cpp:576:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/errorlogger.cpp:592:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/errorlogger.cpp:653:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/errorlogger.cpp:931:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/errorlogger.cpp:1099:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/fwdanalysis.cpp:271:154: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/pathmatch.h:337:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/pathmatch.h:416:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:194:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:214:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:247:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:298:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:481:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:545:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:667:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:697:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:716:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:755:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:953:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:1004:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/importproject.cpp:1321:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/pathmatch.h:277:21: warning: Member variable 'Pos::p' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/pathmatch.h:279:21: warning: Member variable 'Pos::l' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/importproject.cpp:1409:19: warning: Return value of function node->Attribute() is not used. [ignoredReturnValue] cppcheck-2.20.0/lib/calculate.h:58:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bigint [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/library.cpp:209:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/library.cpp:470:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable use [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/library.cpp:1120:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/mathlib.cpp:84:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fixed [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/mathlib.cpp:475:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/mathlib.cpp:577:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/path.cpp:101:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/path.cpp:121:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/path.cpp:261:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/path.cpp:408:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/pathanalysis.cpp:152:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/platform.cpp:58:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_signed [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/platform.cpp:176:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/platform.cpp:251:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/platform.cpp:259:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/preprocessor.cpp:778:22: error: There is an unknown macro here somewhere. Configuration is required. If lua_setglobal is a macro then please configure it. [unknownMacro] cppcheck-2.20.0/lib/programmemory.cpp:165:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable valueType [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/programmemory.cpp:1506:122: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _1 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/programmemory.cpp:153:90: style: Argument 'isEqual' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/calculate.h:28:6: note: Shadowed function cppcheck-2.20.0/lib/programmemory.cpp:153:90: note: Shadow argument cppcheck-2.20.0/lib/sarifreport.cpp:185:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/settings.cpp:91:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/settings.cpp:192:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/settings.cpp:213:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/settings.cpp:748:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/standards.cpp:52:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUnknown [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/standards.cpp:117:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPPUnknown [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/summaries.cpp:82:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/summaries.cpp:124:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/summaries.cpp:177:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.cpp:114:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.cpp:158:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.cpp:215:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.cpp:276:117: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _1 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.cpp:320:117: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _1 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.cpp:348:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.cpp:423:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.cpp:504:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.cpp:678:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/suppressions.cpp:897:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:159:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:1813:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:2431:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:3244:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:3975:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:4122:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:4192:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:4868:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:6239:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:7523:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:7770:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:8816:107: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/symboldatabase.cpp:1612:20: warning: Member variable 'ExprIdKey::operand1' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/symboldatabase.cpp:1613:20: warning: Member variable 'ExprIdKey::operand2' has no initializer. [uninitMemberVarNoCtor] cppcheck-2.20.0/lib/symboldatabase.h:1433:47: style:inconclusive: Function 'getErrorMessages' argument 1 names different: declaration 'errorLogger' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/lib/symboldatabase.cpp:2369:77: style: Argument 'variableList' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/symboldatabase.h:1394:43: note: Shadowed function cppcheck-2.20.0/lib/symboldatabase.cpp:2369:77: note: Shadow argument cppcheck-2.20.0/lib/symboldatabase.cpp:2635:46: style: Argument 'valueType' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/symboldatabase.h:650:22: note: Shadowed function cppcheck-2.20.0/lib/symboldatabase.cpp:2635:46: note: Shadow argument cppcheck-2.20.0/lib/templatesimplifier.cpp:949:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/templatesimplifier.cpp:1362:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/templatesimplifier.cpp:1568:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/templatesimplifier.cpp:1622:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/templatesimplifier.cpp:1756:104: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/templatesimplifier.cpp:2784:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/templatesimplifier.cpp:3060:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/templatesimplifier.cpp:3294:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/templatesimplifier.cpp:3483:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/templatesimplifier.cpp:3614:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/templatesimplifier.cpp:3686:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/timer.cpp:57:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/timer.cpp:113:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/timer.cpp:141:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:153:100: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:255:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:1236:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:1243:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:1250:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:1269:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:1289:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:1660:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:1676:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:1715:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hex [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:1795:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable valueKind [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/token.cpp:214:47: style: Argument 'str' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:215:10: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:214:47: note: Shadow argument cppcheck-2.20.0/lib/token.cpp:640:41: style: Argument 'str' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:215:10: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:640:41: note: Shadow argument cppcheck-2.20.0/lib/token.cpp:655:47: style: Argument 'str' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:215:10: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:655:47: note: Shadow argument cppcheck-2.20.0/lib/token.cpp:1026:100: style: Argument 'varId' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1028:16: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:1026:100: note: Shadow argument cppcheck-2.20.0/lib/token.cpp:1031:88: style: Argument 'varId' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1028:16: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:1031:88: note: Shadow argument cppcheck-2.20.0/lib/token.cpp:1045:125: style: Argument 'varId' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1028:16: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:1045:125: note: Shadow argument cppcheck-2.20.0/lib/token.cpp:1050:113: style: Argument 'varId' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1028:16: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:1050:113: note: Shadow argument cppcheck-2.20.0/lib/token.cpp:2667:63: style: Argument 'type' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1252:10: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:2667:63: note: Shadow argument cppcheck-2.20.0/lib/token.cpp:2683:63: style: Argument 'type' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1252:10: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:2683:63: note: Shadow argument cppcheck-2.20.0/lib/tokenize.cpp:635:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:1078:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:1829:113: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:2731:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:2860:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:3205:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:3545:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:4619:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:5311:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:6040:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:8285:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:8292:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:8301:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:8308:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:8334:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:9172:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hex [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:9548:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenize.cpp:9824:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenlist.cpp:140:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenlist.cpp:299:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenlist.cpp:1904:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenlist.cpp:2308:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/tokenlist.cpp:2295:78: style: Argument 'endsWith' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/utils.h:111:13: note: Shadowed function cppcheck-2.20.0/lib/tokenlist.cpp:2295:78: note: Shadow argument cppcheck-2.20.0/lib/utils.cpp:113:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/utils.cpp:134:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/utils.cpp:143:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/utils.cpp:195:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:140:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:1693:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inconclusive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:2096:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:3392:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:3701:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:4478:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:4813:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:5219:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:5359:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable conditional [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:5453:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:5483:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:5530:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:5835:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:6497:137: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable known [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:6647:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable valueType [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:7010:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable valueType [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:7098:103: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/valueflow.cpp:4104:45: style: Parameter 'tokenlist' can be declared as reference to const [constParameterReference] cppcheck-2.20.0/lib/vf_analyzers.cpp:1061:125: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _1 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/vf_analyzers.cpp:1260:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tokvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/vf_analyzers.cpp:1476:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/vf_analyzers.cpp:1559:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Reverse [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/vf_analyzers.cpp:1576:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Read [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/vf_analyzers.cpp:676:66: style: Argument 'getProgramMemory' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/programmemory.h:206:15: note: Shadowed function cppcheck-2.20.0/lib/vf_analyzers.cpp:676:66: note: Shadow argument cppcheck-2.20.0/lib/vf_common.cpp:347:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bigint_bits [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/lib/vf_settokenvalue.cpp:609:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bigint_bits [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/oss-fuzz/translate.cpp:29:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/samples/AssignmentAddressToInteger/bad.c:3:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger] cppcheck-2.20.0/samples/accessMoved/bad.cpp:8:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/samples/accessMoved/bad.cpp:8:18: warning: Access of moved variable 's'. [accessMoved] cppcheck-2.20.0/samples/accessMoved/bad.cpp:6:9: note: Calling std::move(s) cppcheck-2.20.0/samples/accessMoved/bad.cpp:8:18: note: Access of moved variable 's'. cppcheck-2.20.0/samples/accessMoved/good.cpp:8:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/samples/arrayIndexOutOfBounds_1/bad.c:7:6: error: Array 'a[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds] cppcheck-2.20.0/samples/arrayIndexOutOfBounds_2/bad.c:6:10: error: Array 'a[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds] cppcheck-2.20.0/samples/arrayIndexOutOfBounds_2/bad.c:5:19: note: Assuming that condition 'i<3' is not redundant cppcheck-2.20.0/samples/arrayIndexOutOfBounds_2/bad.c:6:10: note: Array index out of bounds cppcheck-2.20.0/samples/autoVariables/bad.c:4:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables] cppcheck-2.20.0/samples/bufferAccessOutOfBounds/bad.c:5:12: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds] cppcheck-2.20.0/samples/incorrectLogicOperator/bad.c:3:16: warning: Logical disjunction always evaluates to true: x >= 0 || x <= 10. [incorrectLogicOperator] cppcheck-2.20.0/samples/invalidContainer/bad.cpp:9:32: error:inconclusive: Using iterator to local container 'items' that may be invalid. [invalidContainer] cppcheck-2.20.0/samples/invalidContainer/bad.cpp:9:28: note: Iterator to container is created here. cppcheck-2.20.0/samples/invalidContainer/bad.cpp:10:19: note: Assuming condition is true. cppcheck-2.20.0/samples/invalidContainer/bad.cpp:10:19: note: Assuming condition is true. cppcheck-2.20.0/samples/invalidContainer/bad.cpp:9:37: note: Assuming condition is true. cppcheck-2.20.0/samples/invalidContainer/bad.cpp:11:19: note: After calling 'erase', iterators or references to the container's data may be invalid . cppcheck-2.20.0/samples/invalidContainer/bad.cpp:4:22: note: Variable created here. cppcheck-2.20.0/samples/invalidContainer/bad.cpp:9:32: note: Using iterator to local container 'items' that may be invalid. cppcheck-2.20.0/samples/memleak/bad.c:10:5: error: Memory leak: a [memleak] cppcheck-2.20.0/samples/multiCondition/bad.c:4:14: style: Expression is always true because 'else if' condition is opposite to previous condition at line 3. [multiCondition] cppcheck-2.20.0/samples/multiCondition/bad.c:3:9: note: first condition cppcheck-2.20.0/samples/multiCondition/bad.c:4:14: note: else if condition is opposite to first condition cppcheck-2.20.0/samples/passedByValue_1/bad.cpp:4:28: performance: Function parameter 's' should be passed by const reference. [passedByValue] cppcheck-2.20.0/samples/passedByValue_2/bad.cpp:1:22: performance: Function parameter 's' should be passed by const reference. [passedByValue] cppcheck-2.20.0/samples/resourceLeak/bad.c:8:5: error: Resource leak: a [resourceLeak] cppcheck-2.20.0/samples/syntaxError/bad.c:2:1: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] cppcheck-2.20.0/samples/unreadVariable/bad.cpp:5:34: style: Variable 's2' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/test/cfg/gnu.c:231:11: style: Obsolescent function 'getpw' called. It is recommended to use 'getpwnam' instead. [prohibitedgetpwCalled] cppcheck-2.20.0/test/cfg/gnu.c:234:12: style: Obsolescent function 'getpw' called. It is recommended to use 'getpwnam' instead. [prohibitedgetpwCalled] cppcheck-2.20.0/test/cfg/posix.c:199:5: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] cppcheck-2.20.0/test/cfg/posix.c:201:12: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] cppcheck-2.20.0/test/cfg/posix.c:549:11: style: Obsolescent function 'llseek' called. It is recommended to use 'lseek64' instead. [prohibitedllseekCalled] cppcheck-2.20.0/test/cfg/posix.c:552:11: style: Obsolescent function 'llseek' called. It is recommended to use 'lseek64' instead. [prohibitedllseekCalled] cppcheck-2.20.0/test/cfg/posix.c:555:11: style: Obsolescent function 'llseek' called. It is recommended to use 'lseek64' instead. [prohibitedllseekCalled] cppcheck-2.20.0/test/cfg/posix.c:558:11: style: Obsolescent function 'llseek' called. It is recommended to use 'lseek64' instead. [prohibitedllseekCalled] cppcheck-2.20.0/test/cfg/posix.c:561:11: style: Obsolescent function 'llseek' called. It is recommended to use 'lseek64' instead. [prohibitedllseekCalled] cppcheck-2.20.0/test/cfg/posix.c:564:11: style: Obsolescent function 'llseek' called. It is recommended to use 'lseek64' instead. [prohibitedllseekCalled] cppcheck-2.20.0/test/cfg/posix.c:566:11: style: Obsolescent function 'llseek' called. It is recommended to use 'lseek64' instead. [prohibitedllseekCalled] cppcheck-2.20.0/test/cfg/posix.c:568:11: style: Obsolescent function 'llseek' called. It is recommended to use 'lseek64' instead. [prohibitedllseekCalled] cppcheck-2.20.0/test/cfg/posix.c:570:11: style: Obsolescent function 'llseek' called. It is recommended to use 'lseek64' instead. [prohibitedllseekCalled] cppcheck-2.20.0/test/cfg/posix.c:572:11: style: Obsolescent function 'llseek' called. It is recommended to use 'lseek64' instead. [prohibitedllseekCalled] cppcheck-2.20.0/test/cfg/posix.c:646:11: style: Obsolescent function 'utimes' called. It is recommended to use 'utimensat' instead. [prohibitedutimesCalled] cppcheck-2.20.0/test/cfg/posix.c:648:12: style: Obsolescent function 'utimes' called. It is recommended to use 'utimensat' instead. [prohibitedutimesCalled] cppcheck-2.20.0/test/cfg/posix.c:683:12: style: Obsolescent function 'bcmp' called. It is recommended to use 'memcmp' instead. [prohibitedbcmpCalled] cppcheck-2.20.0/test/cfg/posix.c:686:12: style: Obsolescent function 'bcmp' called. It is recommended to use 'memcmp' instead. [prohibitedbcmpCalled] cppcheck-2.20.0/test/cfg/posix.c:689:12: style: Obsolescent function 'bcmp' called. It is recommended to use 'memcmp' instead. [prohibitedbcmpCalled] cppcheck-2.20.0/test/cfg/posix.c:696:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] cppcheck-2.20.0/test/cfg/posix.c:699:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] cppcheck-2.20.0/test/cfg/posix.c:707:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] cppcheck-2.20.0/test/cfg/posix.c:709:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] cppcheck-2.20.0/test/cfg/posix.c:712:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] cppcheck-2.20.0/test/cfg/posix.c:764:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] cppcheck-2.20.0/test/cfg/posix.c:766:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] cppcheck-2.20.0/test/cfg/posix.c:768:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] cppcheck-2.20.0/test/cfg/posix.c:775:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] cppcheck-2.20.0/test/cfg/posix.c:778:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] cppcheck-2.20.0/test/cfg/posix.c:781:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] cppcheck-2.20.0/test/cfg/posix.c:1000:5: style: Obsolescent function 'utime' called. It is recommended to use 'utimensat' instead. [prohibitedutimeCalled] cppcheck-2.20.0/test/cfg/posix.c:1021:5: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] cppcheck-2.20.0/test/cfg/posix.c:1287:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] cppcheck-2.20.0/test/cfg/posix.c:1289:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] cppcheck-2.20.0/test/cfg/posix.c:1291:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] cppcheck-2.20.0/test/cfg/posix.c:1294:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] cppcheck-2.20.0/test/cfg/posix.c:1335:20: style: Obsolescent function 'ecvt' called. It is recommended to use 'sprintf' instead. [prohibitedecvtCalled] cppcheck-2.20.0/test/cfg/posix.c:1338:5: style: Obsolescent function 'gcvt' called. It is recommended to use 'sprintf' instead. [prohibitedgcvtCalled] cppcheck-2.20.0/test/cfg/posix.c:1344:5: style: Obsolescent function 'utime' called. It is recommended to use 'utimensat' instead. [prohibitedutimeCalled] cppcheck-2.20.0/test/cfg/posix.c:1349:5: style: Obsolescent function 'utime' called. It is recommended to use 'utimensat' instead. [prohibitedutimeCalled] cppcheck-2.20.0/test/cfg/posix.c:1362:5: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] cppcheck-2.20.0/test/cfg/posix.c:1419:5: style: Obsolescent function 'ctime_r' called. It is recommended to use 'strftime' instead. [prohibitedctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1451:5: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1454:5: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1456:5: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1458:5: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1462:5: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1465:5: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1468:5: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1482:5: style: Obsolescent function 'ctime_r' called. It is recommended to use 'strftime' instead. [prohibitedctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1485:5: style: Obsolescent function 'ctime_r' called. It is recommended to use 'strftime' instead. [prohibitedctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1487:5: style: Obsolescent function 'ctime_r' called. It is recommended to use 'strftime' instead. [prohibitedctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1489:5: style: Obsolescent function 'ctime_r' called. It is recommended to use 'strftime' instead. [prohibitedctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1493:5: style: Obsolescent function 'ctime_r' called. It is recommended to use 'strftime' instead. [prohibitedctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1496:5: style: Obsolescent function 'ctime_r' called. It is recommended to use 'strftime' instead. [prohibitedctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:1499:5: style: Obsolescent function 'ctime_r' called. It is recommended to use 'strftime' instead. [prohibitedctime_rCalled] cppcheck-2.20.0/test/cfg/posix.c:750:51: style: Parameter 'delim' can be declared as pointer to const [constParameterPointer] cppcheck-2.20.0/test/cfg/posix.c:1316:14: error: Uninitialized variable: buf [uninitvar] cppcheck-2.20.0/test/cfg/posix.c:1412:35: error: Uninitialized variable: &tp [uninitvar] cppcheck-2.20.0/test/cfg/qt.cpp:703:33: style: Argument 'value' shadows outer function [shadowFunction] cppcheck-2.20.0/test/cfg/qt.cpp:693:13: note: Shadowed function cppcheck-2.20.0/test/cfg/qt.cpp:703:33: note: Shadow argument cppcheck-2.20.0/test/cfg/qt.cpp:726:33: style: Argument 'value' shadows outer function [shadowFunction] cppcheck-2.20.0/test/cfg/qt.cpp:716:13: note: Shadowed function cppcheck-2.20.0/test/cfg/qt.cpp:726:33: note: Shadow argument cppcheck-2.20.0/test/cfg/selinux.c:299:5: warning: This function is not thread safe. Be very sure that no other threads are calling into libselinux when this is called. [prohibitedselinux_reset_configCalled] cppcheck-2.20.0/test/cfg/selinux.c:305:5: warning: Disabling SELinux at runtime is deprecated and may not be supported on modern Linux kernels. [prohibitedsecurity_disableCalled] cppcheck-2.20.0/test/cfg/std.c:562:5: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] cppcheck-2.20.0/test/cfg/std.c:976:11: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [prohibitedasctimeCalled] cppcheck-2.20.0/test/cfg/std.c:2160:11: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] cppcheck-2.20.0/test/cfg/std.c:2570:11: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] cppcheck-2.20.0/test/cfg/std.c:4187:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] cppcheck-2.20.0/test/cfg/std.c:4239:11: style: Obsolescent function 'tmpnam' called. It is recommended to use 'tmpfile', 'mkstemp' or 'mkdtemp' instead. [prohibitedtmpnamCalled] cppcheck-2.20.0/test/cfg/std.c:4922:11: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [prohibitedasctimeCalled] cppcheck-2.20.0/test/cfg/std.c:4925:11: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [prohibitedasctimeCalled] cppcheck-2.20.0/test/cfg/std.cpp:1063:35: style: Condition 'std::isgreater(4.0f,2.0f)==0' is always true [knownConditionTrueFalse] cppcheck-2.20.0/test/cfg/std.cpp:1071:40: style: Condition 'std::isgreaterequal(4.0f,2.0f)==0' is always true [knownConditionTrueFalse] cppcheck-2.20.0/test/cfg/std.cpp:1079:32: style: Condition 'std::isless(4.0f,2.0f)==0' is always true [knownConditionTrueFalse] cppcheck-2.20.0/test/cfg/std.cpp:1087:37: style: Condition 'std::islessequal(4.0f,2.0f)==0' is always true [knownConditionTrueFalse] cppcheck-2.20.0/test/cfg/std.cpp:1097:39: style: Condition 'std::islessgreater(4.0f,2.0f)==0' is always true [knownConditionTrueFalse] cppcheck-2.20.0/test/cfg/std.cpp:1098:39: style: Condition 'std::islessgreater(2.0f,4.0f)==0' is always true [knownConditionTrueFalse] cppcheck-2.20.0/test/cfg/std.cpp:1245:16: style: Obsolete function 'std::asctime' called. It is recommended to use 'strftime' instead. [prohibitedasctimeCalled] cppcheck-2.20.0/test/cfg/std.cpp:2712:16: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] cppcheck-2.20.0/test/cfg/std.cpp:3898:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] cppcheck-2.20.0/test/cfg/std.cpp:4565:16: style: Obsolete function 'std::asctime' called. It is recommended to use 'strftime' instead. [prohibitedasctimeCalled] cppcheck-2.20.0/test/cfg/std.cpp:4568:16: style: Obsolete function 'std::asctime' called. It is recommended to use 'strftime' instead. [prohibitedasctimeCalled] cppcheck-2.20.0/test/cfg/windows.cpp:29:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cfg/windows.cpp:34:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cfg/windows.cpp:39:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GENERIC_READ [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cfg/windows.cpp:59:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_SOCKET [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cfg/windows.cpp:67:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE_VALUE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cfg/windows.cpp:74:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE_VALUE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cfg/windows.cpp:81:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STD_INPUT_HANDLE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cfg/windows.cpp:616:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SECURITY_WORLD_SID_AUTHORITY [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cfg/windows.cpp:701:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUTEX_ALL_ACCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cfg/windows.cpp:711:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pFunc [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cfg/windows.cpp:1217:11: style: Condition 'r==0' is always false [knownConditionTrueFalse] cppcheck-2.20.0/test/cfg/windows.cpp:1215:13: note: Assignment 'r=1', assigned value is 1 cppcheck-2.20.0/test/cfg/windows.cpp:1217:11: note: Condition 'r==0' is always false cppcheck-2.20.0/test/cfg/wxwidgets.cpp:1187:28: style: This function is deprecated and kept mostly for backwards compatibility. Please override 'wxDataViewCustomRenderer::ActivateCell()' method instead in any new code. [prohibitedActivateCalled] cppcheck-2.20.0/test/cfg/wxwidgets.cpp:1189:28: style: This function is deprecated and kept mostly for backwards compatibility. Please override 'wxDataViewCustomRenderer::ActivateCell()' method instead in any new code. [prohibitedLeftClickCalled] cppcheck-2.20.0/test/cfg/wxwidgets.cpp:1208:15: style: This function is deprecated and kept mostly for backwards compatibility. Please override 'Popup()' method instead in any new code. [prohibitedShowPopupCalled] cppcheck-2.20.0/test/cfg/wxwidgets.cpp:1247:18: style: This function should be used instead of changing 'wxCAL_NO_YEAR_CHANGE' style bit directly. It allows or disallows the user to change the year interactively. Only in generic 'wxCalendarCtrl'. [prohibitedEnableYearChangeCalled] cppcheck-2.20.0/test/cfg/wxwidgets.cpp:1249:18: style: This function should be used instead of changing 'wxCAL_NO_YEAR_CHANGE' style bit directly. It allows or disallows the user to change the year interactively. Only in generic 'wxCalendarCtrl'. [prohibitedEnableYearChangeCalled] cppcheck-2.20.0/test/cfg/wxwidgets.cpp:1251:18: style: This function should be used instead of changing 'wxCAL_NO_YEAR_CHANGE' style bit directly. It allows or disallows the user to change the year interactively. Only in generic 'wxCalendarCtrl'. [prohibitedEnableYearChangeCalled] cppcheck-2.20.0/test/cli/QML-Samples-TableView/main.cpp:13:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable objectCreated [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cli/QML-Samples-TableView/samplemodel.h:20:5: style: Class 'SampleModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] cppcheck-2.20.0/test/cli/QML-Samples-TableView/samplemodel.cpp:38:37: style: Either there is a missing 'override', or the member function 'SampleModel::roleNames' can be static. [functionStatic] cppcheck-2.20.0/test/cli/QML-Samples-TableView/samplemodel.h:24:28: note: Either there is a missing 'override', or the member function 'SampleModel::roleNames' can be static. cppcheck-2.20.0/test/cli/QML-Samples-TableView/samplemodel.cpp:38:37: note: Either there is a missing 'override', or the member function 'SampleModel::roleNames' can be static. cppcheck-2.20.0/test/cli/helloworld/main.c:5:15: error: Division by zero. [zerodiv] cppcheck-2.20.0/test/cli/proj-inline-suppress/3.cpp:4:11: style: Variable 'x' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/test/cli/proj2/a/a.c:1:7: error: Division by zero. [zerodiv] cppcheck-2.20.0/test/cli/proj2/b/b.c:1:7: error: Division by zero. [zerodiv] cppcheck-2.20.0/test/cli/trac5704/trac5704a.c:3:26: style: Parameter 'argv' can be declared as const array [constParameter] cppcheck-2.20.0/test/cli/trac5704/trac5704b.c:3:26: style: Parameter 'argv' can be declared as const array [constParameter] cppcheck-2.20.0/test/cli/whole-program/nullpointer1.h:5:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cli/whole-program/nullpointer1_1.h:3:6: warning: Possible null pointer dereference: p [nullPointer] cppcheck-2.20.0/test/cli/whole-program/nullpointer1.h:6:13: note: Assignment 'p=nullptr', assigned value is 0 cppcheck-2.20.0/test/cli/whole-program/nullpointer1.h:7:7: note: Calling function 'g', 1st argument 'p' value is 0 cppcheck-2.20.0/test/cli/whole-program/nullpointer1_1.h:3:6: note: Null pointer dereference cppcheck-2.20.0/test/cli/whole-program/odr1.cpp:10:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/cli/whole-program/odr2.cpp:9:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.h:221:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/helpers.h:61:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/helpers.h:85:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/helpers.h:173:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/helpers.h:213:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/helpers.h:240:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:106:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:145:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:166:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:176:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:199:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:263:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:290:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:298:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:325:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:332:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:357:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:393:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:428:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:433:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable internal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:489:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.cpp:519:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.h:287:53: style:inconclusive: Function 'reportOut' argument 2 names different: declaration 'c' definition ''. [funcArgNamesDifferentUnnamed] cppcheck-2.20.0/test/helpers.cpp:63:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRWXU [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/helpers.cpp:80:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/helpers.cpp:134:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/helpers.cpp:140:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/main.cpp:28:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable macroChar [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testanalyzerinformation.cpp:65:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testanalyzerinformation.cpp:127:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testautovariables.cpp:458:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testbufferoverrun.cpp:4317:92: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:146:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1081:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1097:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1121:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1140:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1157:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1172:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1189:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1210:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1222:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1239:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1261:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1277:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1296:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1313:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1326:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclangimport.cpp:1341:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AST [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclass.cpp:265:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclass.cpp:7814:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclass.cpp:7981:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable performance [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclass.cpp:8315:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclass.cpp:8659:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclass.cpp:8861:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclass.cpp:9050:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testclass.cpp:9305:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable performance [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:126:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:131:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:564:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:603:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:633:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:850:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:857:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:878:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:885:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:984:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:996:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1009:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1022:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1035:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1044:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1052:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1060:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1070:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1080:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1100:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1135:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1150:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1166:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1181:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable information [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1190:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable information [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1219:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inconclusive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1276:104: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1284:102: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1454:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable text [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1461:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sarif [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1468:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1475:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1483:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1498:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable plist [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1506:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1513:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable text [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1543:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1552:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1561:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1570:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1579:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1606:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1698:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C99 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1705:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C17 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1712:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C99 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1718:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP03 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1726:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP03 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1756:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP23 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1764:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C11 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1772:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C11 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1780:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP23 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1788:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C99 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1796:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C11 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1803:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unspecified [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1811:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unspecified [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1819:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unspecified [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1827:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unspecified [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1835:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unspecified [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1843:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unspecified [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1851:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unspecified [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1859:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unspecified [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1867:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Native [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1875:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unspecified [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1934:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1941:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1948:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:1976:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:2059:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fail [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:2102:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:2110:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:2118:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:2126:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:2164:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUMMARY [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:2171:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:2178:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE_TOTAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:2192:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOP5_FILE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:2199:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOP5_SUMMARY [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:2206:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NONE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3070:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable normal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3081:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable normal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3092:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exhaustive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3692:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable autosar [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3699:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable certCpp [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3706:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable certC [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3713:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable misraC2012 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3720:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable misraC2023 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3727:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable misraC2025 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3734:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable misraCpp2008 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3741:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable misraCpp2023 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcmdlineparser.cpp:3755:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable normal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcolor.cpp:34:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FgRed [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcondition.cpp:1312:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inconclusive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcondition.cpp:2864:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcondition.cpp:6238:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testconstructors.cpp:1592:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP11 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testconstructors.cpp:2101:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inconclusive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testconstructors.cpp:3692:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP03 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcppcheck.cpp:576:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testcppcheck.cpp:606:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable information [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:237:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_LINE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:249:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:259:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:269:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:279:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:290:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:324:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable normal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:333:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:346:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:356:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:367:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:377:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:391:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:405:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:420:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:448:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:485:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:496:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:527:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:594:125: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable normal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:623:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testerrorlogger.cpp:649:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testexceptionsafety.cpp:72:108: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inconclusive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testexecutor.cpp:63:95: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testfilelister.cpp:85:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testfilelister.cpp:142:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testfilelister.cpp:188:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testfilesettings.cpp:34:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testfrontend.cpp:44:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testfrontend.cpp:98:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testfunctions.cpp:281:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C89 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testfunctions.cpp:772:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testfunctions.cpp:1330:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testfunctions.cpp:1491:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testfunctions.cpp:1599:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C89 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:332:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:356:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:384:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:389:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:415:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:420:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:455:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:459:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:463:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:468:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:489:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:502:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:511:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:517:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:527:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:538:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:546:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:556:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:568:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:578:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:588:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:611:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:624:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:629:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AST [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:633:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:670:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:674:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:687:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:691:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AST [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:695:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:699:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:703:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:707:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:711:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AST [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:715:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:719:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:724:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:728:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:732:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:736:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:740:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:749:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:757:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:761:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:765:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:769:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:773:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:777:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:781:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:785:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:789:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:794:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:798:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:802:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:806:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:810:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:814:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:822:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:826:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:830:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:834:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:838:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:842:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:847:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:851:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:855:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:859:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:863:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:869:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:876:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:881:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:887:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:891:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:895:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:899:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:903:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:911:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:919:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:938:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:942:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:951:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:973:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:996:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1002:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1025:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1035:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1040:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1044:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1097:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1136:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1141:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1158:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1166:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1174:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1178:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AST [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1192:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1196:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1203:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1219:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1235:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1254:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1266:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AST [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1270:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1282:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1286:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1291:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1304:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1321:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1335:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1424:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1429:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1434:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1439:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1444:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1449:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1460:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1466:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1471:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1476:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1481:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1485:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1489:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1503:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1508:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1512:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1516:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1537:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1542:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1549:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1557:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AST [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1566:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1575:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1580:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1585:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1601:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1607:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1612:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1622:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1627:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1632:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1637:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1643:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1648:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1652:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1677:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1681:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1685:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1689:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1693:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1697:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1701:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1709:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1719:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AST [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1727:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1738:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1741:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1744:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1747:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1750:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1756:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1760:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1772:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1776:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1781:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1790:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1833:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1842:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testgarbage.cpp:1864:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testimportproject.cpp:91:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testimportproject.cpp:107:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testimportproject.cpp:116:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testimportproject.cpp:126:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testimportproject.cpp:523:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testimportproject.cpp:577:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:101:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable portability [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:182:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32W [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:839:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:855:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:871:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:887:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:903:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:2165:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:2566:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:4151:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32A [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:4291:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32A [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:4412:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32A [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:4441:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32A [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:4667:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32A [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:4806:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32A [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testio.cpp:4873:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testleakautovar.cpp:3268:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LIMIT [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:155:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:179:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:252:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable argumentChecks [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:272:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notuninit [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:286:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notuninit [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:316:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIR_IN [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:494:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRLEN [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:635:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:832:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:1020:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:1043:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSUPPORTED_FORMAT [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:1048:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_ACTION [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:1056:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_YIELD [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testlibrary.cpp:1075:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BAD_XML [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testmathlib.cpp:149:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testmathlib.cpp:187:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testmathlib.cpp:370:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testmathlib.cpp:544:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testmathlib.cpp:680:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testmemleak.cpp:98:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable No [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testnullpointer.cpp:192:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inconclusive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testnullpointer.cpp:1341:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C17 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:38:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:360:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inconclusive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:390:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32A [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:2035:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:2189:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP03 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:2321:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable portability [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:2359:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:2655:97: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:2869:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:5674:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:7568:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:9256:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:11623:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testother.cpp:12196:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP11 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpath.cpp:88:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpath.cpp:277:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpath.cpp:403:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testplatform.cpp:61:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_SUCCESS [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testplatform.cpp:75:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32A [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testplatform.cpp:100:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testplatform.cpp:128:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32W [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testplatform.cpp:156:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testplatform.cpp:184:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testplatform.cpp:233:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable File [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testplatform.cpp:278:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable File [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testplatform.cpp:350:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable File [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testplatform.cpp:424:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Native [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testplatform.cpp:429:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpostfixoperator.cpp:312:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AST [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:81:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:110:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:116:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:389:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errorcode [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:408:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:567:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:1798:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2006:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2040:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2076:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lineNumber [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2084:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lineNumber [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2093:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lineNumber [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2434:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2503:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2767:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2784:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2799:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2816:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2834:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2852:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2869:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2886:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2901:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2919:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2937:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2954:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:2977:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable missingInclude [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:3067:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testpreprocessor.cpp:3128:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testprogrammemory.cpp:44:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nonneg [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:101:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:123:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:157:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:184:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:215:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:248:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:280:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:328:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:362:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:399:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:431:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:453:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:486:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:540:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:568:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:588:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:614:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:676:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:700:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:724:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:784:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable internal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:823:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:858:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable error [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsarifreport.cpp:315:21: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] cppcheck-2.20.0/test/testsettings.cpp:51:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable unusedFunction [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsettings.cpp:307:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exhaustive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytemplate.cpp:936:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytemplate.cpp:1157:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytemplate.cpp:3108:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INSTANTIATION [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytemplate.cpp:3711:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytemplate.cpp:5086:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytemplate.cpp:5476:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytemplate.cpp:5545:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytemplate.cpp:5618:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytemplate.cpp:5648:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytemplate.cpp:6692:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytokens.cpp:193:120: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP03 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytokens.cpp:236:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytokens.cpp:602:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytokens.cpp:1334:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32A [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytokens.cpp:1617:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytokens.cpp:2286:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytokens.cpp:2598:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:284:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inconclusive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:294:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:320:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inconclusive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:328:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:345:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:1820:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:2188:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:2233:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:2267:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:2511:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:2578:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:2583:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:4479:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:4519:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:4541:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifytypedef.cpp:4559:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifyusing.cpp:114:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inconclusive [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifyusing.cpp:978:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsimplifyusing.cpp:1002:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsingleexecutor.cpp:76:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsingleexecutor.cpp:170:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUMMARY [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsingleexecutor.cpp:243:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOP5_FILE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsingleexecutor.cpp:254:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOP5_SUMMARY [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsingleexecutor.cpp:268:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsingleexecutor.cpp:278:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUMMARY [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsingleexecutor.cpp:290:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILE_TOTAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/teststandards.cpp:38:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLatest [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/teststandards.cpp:95:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLatest [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/teststandards.cpp:104:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C17 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/teststl.cpp:3758:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AST [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/teststl.cpp:6878:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP11 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:170:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable normal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:295:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1055:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Matched [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1207:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1219:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errorId [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1351:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1360:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1368:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1377:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1469:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1567:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1773:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_LINE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1831:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable information [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:1955:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:2160:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable block [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsuppressions.cpp:2168:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blockBegin [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:138:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eFunction [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:740:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LValue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:1251:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_INT [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:1322:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:1532:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:1622:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:1738:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:2234:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eConstructor [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:2245:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eConstructor [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:2375:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONTAINER [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:2524:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:2713:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable known [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:2871:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eClass [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:2889:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eClass [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:2967:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eClass [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3035:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eLambda [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3101:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable function [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3114:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable function [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3126:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable function [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3134:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable function [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3209:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eGlobal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3259:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable needInitialization [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3321:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable portability [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3353:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3456:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3479:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3537:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eConstructor [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3678:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3785:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eGlobal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3803:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eGlobal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3825:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable functionScope [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3838:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable functionScope [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3958:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:3993:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eGlobal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:4018:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:5054:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCopyConstructor [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:5507:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eConstructor [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:5617:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:5725:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eFor [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:5765:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eConstructor [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:5866:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUnion [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:5989:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:6011:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eNamespace [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:6081:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eLambda [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:6230:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:6240:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:6248:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:6275:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eEnum [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:6362:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eEnum [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:6574:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LONGLONG [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:6854:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHAR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:6869:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHAR [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:6901:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eStruct [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:7098:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eFunction [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:7111:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eGlobal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:7134:131: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:8863:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:9285:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eGlobal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:9304:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eGlobal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:9318:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eGlobal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:9334:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eGlobal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:9357:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eGlobal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:9392:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eGlobal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:9723:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:9916:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdStringLike [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:9980:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable definedType [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:10241:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable retDef [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:10599:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIGNED [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:10782:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_SIGN [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:10829:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_SIGN [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:10898:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:10911:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECORD [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:10941:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LValue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:10999:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:11015:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONTAINER [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:11030:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONTAINER [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:11046:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:11385:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testsymboldatabase.cpp:11400:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSIGNED [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:310:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eBracket [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:607:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:664:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:713:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:993:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eExtendedOp [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:1026:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eString [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:1248:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFFER_SIZE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:1278:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eNone [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:1362:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eVariable [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:1369:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C89 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:1395:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP03 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:1427:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eBracket [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:1451:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eComparisonOp [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:1469:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:1487:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtoken.cpp:1514:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/fixture.h:316:68: error: failed to expand 'TEST_CASE', Wrong number of parameters for macro 'foreach'. [syntaxError] cppcheck-2.20.0/test/testtokenlist.cpp:54:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtokenlist.cpp:62:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtokenlist.cpp:79:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtokenlist.cpp:164:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtokenlist.cpp:171:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtype.cpp:58:127: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtype.cpp:70:127: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtype.cpp:89:127: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtype.cpp:101:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix32 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtype.cpp:274:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warning [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtype.cpp:329:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtype.cpp:383:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtype.cpp:449:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtype.cpp:500:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testtype.cpp:601:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPP11 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testuninitvar.cpp:3605:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testuninitvar.cpp:3736:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_MACRO [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testuninitvar.cpp:5509:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testunusedfunctions.cpp:101:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Native [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testunusedprivfunc.cpp:618:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32A [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testunusedprivfunc.cpp:632:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Win32A [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:430:103: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Local [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:567:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isImpossible [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:572:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:612:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOK [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:763:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOK [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:920:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOK [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:976:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MovedVariable [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:1086:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:1373:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:2465:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TOK [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:4304:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bigint_bits [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:4392:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:4767:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isUninitValue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:5059:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:5658:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C23 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:5988:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:6226:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:6459:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isSymbolicValue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:6477:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isSymbolicValue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:6495:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isSymbolicValue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:6511:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isSymbolicValue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:6950:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:7453:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFFER_SIZE [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:7522:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:7579:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:7591:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:8518:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:8918:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYMBOLIC [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvalueflow.cpp:9191:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unix64 [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvarid.cpp:803:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvarid.cpp:960:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYNTAX [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvarid.cpp:1488:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERNAL [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvarid.cpp:2439:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvarid.cpp:2445:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/testvfvalue.cpp:40:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLOAT [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/test/tools/htmlreport/example.cc:6:5: error: Uninitialized variable: x [uninitvar] cppcheck-2.20.0/test/tools/htmlreport/example.cc:6:6: style: Variable 'x' is assigned a value that is never used. [unreadVariable] cppcheck-2.20.0/test/tools/htmlreport/example.cc:5:9: style: Variable 'x' is not assigned a value. [unassignedVariable] cppcheck-2.20.0/tools/defines/float.c:9:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/defines/limits.c:9:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/defines/limits.c:21:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint] cppcheck-2.20.0/tools/defines/limits.c:24:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] cppcheck-2.20.0/tools/defines/stdint.c:18:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/defines/stdint.c:27:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] cppcheck-2.20.0/tools/defines/stdint.c:28:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] cppcheck-2.20.0/tools/defines/stdint.c:29:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] cppcheck-2.20.0/tools/dmake/dmake.cpp:108:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/dmake/dmake.cpp:202:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/dmake/dmake.cpp:444:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/triage/mainwindow.cpp:86:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CustomContextMenu [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/triage/mainwindow.cpp:115:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/triage/mainwindow.cpp:220:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowModal [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/triage/mainwindow.cpp:310:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WORK_FOLDER [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/triage/mainwindow.cpp:337:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/triage/mainwindow.cpp:373:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllEntries [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/triage/mainwindow.cpp:410:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WORK_FOLDER [valueFlowBailoutIncompleteVar] cppcheck-2.20.0/tools/triage/mainwindow.cpp:83:20: style: Error code from the return value of function workFolder.mkdir() is not used. [ignoredReturnErrorCode] cppcheck-2.20.0/tools/triage/mainwindow.cpp:183:40: style: Argument 'filter' shadows outer function [shadowFunction] cppcheck-2.20.0/tools/triage/mainwindow.h:49:10: note: Shadowed function cppcheck-2.20.0/tools/triage/mainwindow.cpp:183:40: note: Shadow argument cppcheck-2.20.0/addons/test/misra/misra-test.cpp:2:1: error: The one definition rule is violated, different classes/structs have the same name 'C' [ctuOneDefinitionRuleViolation] cppcheck-2.20.0/test/cli/whole-program/odr1.cpp:6:1: note: The one definition rule is violated, different classes/structs have the same name 'C' cppcheck-2.20.0/addons/test/misra/misra-test.cpp:2:1: note: The one definition rule is violated, different classes/structs have the same name 'C' cppcheck-2.20.0/addons/test/misra/misra-test.cpp:2:1: error: The one definition rule is violated, different classes/structs have the same name 'C' [ctuOneDefinitionRuleViolation] cppcheck-2.20.0/test/cli/whole-program/odr2.cpp:5:1: note: The one definition rule is violated, different classes/structs have the same name 'C' cppcheck-2.20.0/addons/test/misra/misra-test.cpp:2:1: note: The one definition rule is violated, different classes/structs have the same name 'C' cppcheck-2.20.0/test/cli/whole-program/odr3.cpp:5:1: error: The one definition rule is violated, different classes/structs have the same name 'S' [ctuOneDefinitionRuleViolation] cppcheck-2.20.0/test/cli/whole-program/odr_cfg2.cpp:1:1: note: The one definition rule is violated, different classes/structs have the same name 'S' cppcheck-2.20.0/test/cli/whole-program/odr3.cpp:5:1: note: The one definition rule is violated, different classes/structs have the same name 'S' cppcheck-2.20.0/test/cli/whole-program/nullpointer1_1.h:3:6: error: Null pointer dereference: p [ctunullpointer] cppcheck-2.20.0/test/cli/whole-program/nullpointer1.h:6:13: note: Assignment 'p=nullptr', assigned value is 0 cppcheck-2.20.0/test/cli/whole-program/nullpointer1.h:7:6: note: Calling function g, 1st argument is null cppcheck-2.20.0/test/cli/whole-program/nullpointer1_1.h:3:6: note: Dereferencing argument p that is null diff: 2.20.0 cppcheck-2.20.0/addons/test/misra/misra-test.c:1257:15: style: Local variable 'f' shadows outer variable [shadowVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1255:11: note: Shadowed declaration cppcheck-2.20.0/addons/test/misra/misra-test.c:1257:15: note: Shadow variable head cppcheck-2.20.0/addons/test/misra/misra-test.c:1257:15: style: Local variable 'f' shadows outer variable [shadowVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1255:11: note: Shadowed variable cppcheck-2.20.0/addons/test/misra/misra-test.c:1257:15: note: Shadow local variable 2.20.0 cppcheck-2.20.0/addons/test/misra/misra-test.c:1503:12: style: Local variable 'x' shadows outer variable [shadowVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1467:7: note: Shadowed declaration cppcheck-2.20.0/addons/test/misra/misra-test.c:1503:12: note: Shadow variable head cppcheck-2.20.0/addons/test/misra/misra-test.c:1503:12: style: Local variable 'x' shadows outer variable [shadowVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:1467:7: note: Shadowed variable cppcheck-2.20.0/addons/test/misra/misra-test.c:1503:12: note: Shadow local variable 2.20.0 cppcheck-2.20.0/addons/test/misra/misra-test.c:1816:11: style: Local variable 'misra_8_2_p_a' shadows outer variable [shadowVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:371:12: note: Shadowed declaration cppcheck-2.20.0/addons/test/misra/misra-test.c:1816:11: note: Shadow variable head cppcheck-2.20.0/addons/test/misra/misra-test.c:1816:11: style: Local variable 'misra_8_2_p_a' shadows outer variable [shadowVariable] cppcheck-2.20.0/addons/test/misra/misra-test.c:371:12: note: Shadowed variable cppcheck-2.20.0/addons/test/misra/misra-test.c:1816:11: note: Shadow local variable head cppcheck-2.20.0/addons/test/misra/misra-test.c:607:32: style: Variable 'ufa' is assigned a value that is never used. [unreadVariable] 2.20.0 cppcheck-2.20.0/addons/test/misra/misra-test.c:607:42: style: Variable 'ufa' is assigned a value that is never used. [unreadVariable] head cppcheck-2.20.0/addons/test/misra/misra-test.c:608:32: style: Variable 'ufb' is assigned a value that is never used. [unreadVariable] 2.20.0 cppcheck-2.20.0/addons/test/misra/misra-test.c:608:42: style: Variable 'ufb' is assigned a value that is never used. [unreadVariable] head cppcheck-2.20.0/addons/test/misra/misra-test.c:935:21: style:inconclusive: Function 'misra_12_3' argument 1 names different: declaration '' definition 'a'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/addons/test/misra/misra-test.c:935:28: style:inconclusive: Function 'misra_12_3' argument 2 names different: declaration '' definition 'b'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/addons/test/misra/misra-test.c:935:35: style:inconclusive: Function 'misra_12_3' argument 3 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:638:55: style: Argument 'fileIndex' shadows outer function [shadowFunction] cppcheck-2.20.0/externals/simplecpp/simplecpp.h:404:22: note: Shadowed function cppcheck-2.20.0/externals/simplecpp/simplecpp.cpp:638:55: note: Shadow argument head cppcheck-2.20.0/externals/simplecpp/simplecpp.h:177:53: style: Argument 'str' shadows outer function [shadowFunction] cppcheck-2.20.0/externals/simplecpp/simplecpp.h:166:28: note: Shadowed function cppcheck-2.20.0/externals/simplecpp/simplecpp.h:177:53: note: Shadow argument head cppcheck-2.20.0/externals/simplecpp/simplecpp.h:379:158: style:inconclusive: Function 'TokenList' argument 6 names different: declaration 'unused' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2211:50: style:inconclusive: Function 'MarkInUse' argument 1 names different: declaration '' definition 'node'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2363:39: style:inconclusive: Function 'LoadFile' argument 1 names different: declaration '' definition 'fp'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2664:43: style:inconclusive: Function 'PrintString' argument 1 names different: declaration '' definition 'p'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:2960:49: style:inconclusive: Function 'VisitEnter' argument 1 names different: declaration '' definition 'doc'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/externals/tinyxml2/tinyxml2.cpp:798:32: style:inconclusive: Function 'XMLNode' argument 1 names different: declaration '' definition 'doc'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1022:40: style:inconclusive: Function 'ParseDeep' argument 2 names different: declaration 'parentEndTag' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1053:40: style:inconclusive: Function 'ParseDeep' argument 2 names different: declaration 'parentEndTag' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1092:40: style:inconclusive: Function 'ParseDeep' argument 2 names different: declaration 'parentEndTag' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/externals/tinyxml2/tinyxml2.h:1127:40: style:inconclusive: Function 'ParseDeep' argument 2 names different: declaration 'parentEndTag' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/gui/checkthread.h:54:13: warning: Member variable 'Details::threadIndex' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/gui/codeeditor.cpp:374:52: style:inconclusive: Function 'updateLineNumberArea' argument 1 names different: declaration '' definition 'rect'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/gui/codeeditor.cpp:374:62: style:inconclusive: Function 'updateLineNumberArea' argument 2 names different: declaration '' definition 'dy'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/gui/codeeditor.h:132:40: style:inconclusive: Function 'updateLineNumberAreaWidth' argument 1 names different: declaration 'newBlockCount' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/gui/codeeditor.h:65:18: warning: Member variable 'HighlightingRule::ruleRole' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/gui/librarydialog.cpp:208:55: style:inconclusive: Function 'editFunctionName' argument 1 names different: declaration '' definition 'item'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/gui/librarydialog.cpp:271:40: style:inconclusive: Function 'sortFunctions' argument 1 names different: declaration '' definition 'sort'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/gui/librarydialog.cpp:290:52: style:inconclusive: Function 'filterFunctions' argument 1 names different: declaration '' definition 'filter'. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/gui/platforms.h:39:14: warning: Member variable 'PlatformData::mActMainWindow' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/gui/projectfiledialog.h:278:45: style:inconclusive: Function 'editSuppression' argument 1 names different: declaration 'index' definition ''. [funcArgNamesDifferentUnnamed] 2.20.0 cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:274:10: style: Local variable 'createErrorItem' shadows outer function [shadowFunction] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:169:18: note: Shadowed declaration cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:274:10: note: Shadow variable head cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:274:10: style: Local variable 'createErrorItem' shadows outer function [shadowFunction] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:169:18: note: Shadowed function cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:274:10: note: Shadow local variable 2.20.0 cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:340:10: style: Local variable 'createErrorItem' shadows outer function [shadowFunction] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:169:18: note: Shadowed declaration cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:340:10: note: Shadow variable head cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:340:10: style: Local variable 'createErrorItem' shadows outer function [shadowFunction] cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:169:18: note: Shadowed function cppcheck-2.20.0/gui/test/resultstree/testresultstree.cpp:340:10: note: Shadow local variable head cppcheck-2.20.0/gui/threadresult.h:81:53: style:inconclusive: Function 'reportOut' argument 2 names different: declaration 'c' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/lib/checkclass.cpp:3641:17: warning: Member variable 'NameLoc::lineNumber' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/checkclass.cpp:3642:17: warning: Member variable 'NameLoc::column' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/checkclass.cpp:3643:25: warning: Member variable 'NameLoc::hash' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/checkclass.h:141:78: style:inconclusive: Function 'getFileInfo' argument 2 names different: declaration 'settings' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/lib/checkcondition.cpp:2072:67: style: Argument 'comparison' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/checkcondition.h:77:10: note: Shadowed function cppcheck-2.20.0/lib/checkcondition.cpp:2072:67: note: Shadow argument head cppcheck-2.20.0/lib/checkmemoryleak.h:269:41: style:inconclusive: Function 'getErrorMessages' argument 1 names different: declaration 'errorLogger' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/lib/checkmemoryleak.h:269:71: style:inconclusive: Function 'getErrorMessages' argument 2 names different: declaration 'settings' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/lib/checkstl.cpp:1979:20: warning: Member variable 'StrArg::n' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/checkstl.h:190:64: style:inconclusive: Function 'invalidContainerError' argument 2 names different: declaration 'contTok' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/lib/checkunusedfunctions.cpp:505:75: style: Argument 'check' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/checkunusedfunctions.h:59:10: note: Shadowed function cppcheck-2.20.0/lib/checkunusedfunctions.cpp:505:75: note: Shadow argument head cppcheck-2.20.0/lib/ctu.h:116:41: warning: Member variable 'FunctionCall::callValueType' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/ctu.h:118:18: warning: Member variable 'FunctionCall::warning' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/filesettings.h:94:34: style: Argument 'fsFileId' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/filesettings.h:89:17: note: Shadowed function cppcheck-2.20.0/lib/filesettings.h:94:34: note: Shadow argument head cppcheck-2.20.0/lib/library.h:164:18: warning: Member variable 'WarnInfo::severity' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/library.h:221:20: warning: Member variable 'Function::action' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/library.h:222:19: warning: Member variable 'Function::yield' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/library.h:227:17: warning: Member variable 'RangeItemRecordTypeItem::templateParameter' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/pathanalysis.h:44:14: warning: Member variable 'Info::known' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/pathmatch.h:277:21: warning: Member variable 'Pos::p' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/pathmatch.h:279:21: warning: Member variable 'Pos::l' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/programmemory.cpp:153:90: style: Argument 'isEqual' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/calculate.h:28:6: note: Shadowed function cppcheck-2.20.0/lib/programmemory.cpp:153:90: note: Shadow argument head cppcheck-2.20.0/lib/suppressions.h:54:21: warning: Member variable 'ErrorMessage::hash' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/suppressions.h:60:13: warning: Member variable 'ErrorMessage::lineNumber' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/suppressions.h:61:19: warning: Member variable 'ErrorMessage::certainty' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/symboldatabase.cpp:1612:20: warning: Member variable 'ExprIdKey::operand1' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/symboldatabase.cpp:1613:20: warning: Member variable 'ExprIdKey::operand2' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/symboldatabase.cpp:2369:77: style: Argument 'variableList' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/symboldatabase.h:1394:43: note: Shadowed function cppcheck-2.20.0/lib/symboldatabase.cpp:2369:77: note: Shadow argument head cppcheck-2.20.0/lib/symboldatabase.cpp:2635:46: style: Argument 'valueType' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/symboldatabase.h:650:22: note: Shadowed function cppcheck-2.20.0/lib/symboldatabase.cpp:2635:46: note: Shadow argument head cppcheck-2.20.0/lib/symboldatabase.h:1433:47: style:inconclusive: Function 'getErrorMessages' argument 1 names different: declaration 'errorLogger' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/lib/token.cpp:1026:100: style: Argument 'varId' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1028:16: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:1026:100: note: Shadow argument head cppcheck-2.20.0/lib/token.cpp:1031:88: style: Argument 'varId' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1028:16: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:1031:88: note: Shadow argument head cppcheck-2.20.0/lib/token.cpp:1045:125: style: Argument 'varId' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1028:16: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:1045:125: note: Shadow argument head cppcheck-2.20.0/lib/token.cpp:1050:113: style: Argument 'varId' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1028:16: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:1050:113: note: Shadow argument head cppcheck-2.20.0/lib/token.cpp:214:47: style: Argument 'str' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:215:10: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:214:47: note: Shadow argument head cppcheck-2.20.0/lib/token.cpp:2667:63: style: Argument 'type' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1252:10: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:2667:63: note: Shadow argument head cppcheck-2.20.0/lib/token.cpp:2683:63: style: Argument 'type' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:1252:10: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:2683:63: note: Shadow argument head cppcheck-2.20.0/lib/token.cpp:640:41: style: Argument 'str' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:215:10: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:640:41: note: Shadow argument head cppcheck-2.20.0/lib/token.cpp:655:47: style: Argument 'str' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/token.h:215:10: note: Shadowed function cppcheck-2.20.0/lib/token.cpp:655:47: note: Shadow argument head cppcheck-2.20.0/lib/tokenize.h:691:13: warning: Member variable 'TypedefToken::lineNumber' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/tokenize.h:692:13: warning: Member variable 'TypedefToken::column' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/tokenize.h:697:13: warning: Member variable 'TypedefInfo::lineNumber' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/tokenize.h:698:13: warning: Member variable 'TypedefInfo::column' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/tokenize.h:701:14: warning: Member variable 'TypedefInfo::used' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/tokenize.h:702:14: warning: Member variable 'TypedefInfo::isFunctionPointer' has no initializer. [uninitMemberVarNoCtor] head cppcheck-2.20.0/lib/tokenlist.cpp:2295:78: style: Argument 'endsWith' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/utils.h:111:13: note: Shadowed function cppcheck-2.20.0/lib/tokenlist.cpp:2295:78: note: Shadow argument head cppcheck-2.20.0/lib/valueflow.cpp:4104:45: style: Parameter 'tokenlist' can be declared as reference to const [constParameterReference] head cppcheck-2.20.0/lib/vf_analyzers.cpp:676:66: style: Argument 'getProgramMemory' shadows outer function [shadowFunction] cppcheck-2.20.0/lib/programmemory.h:206:15: note: Shadowed function cppcheck-2.20.0/lib/vf_analyzers.cpp:676:66: note: Shadow argument head cppcheck-2.20.0/test/cfg/posix.c:1316:14: error: Uninitialized variable: buf [uninitvar] head cppcheck-2.20.0/test/cfg/posix.c:1412:35: error: Uninitialized variable: &tp [uninitvar] head cppcheck-2.20.0/test/cfg/qt.cpp:703:33: style: Argument 'value' shadows outer function [shadowFunction] cppcheck-2.20.0/test/cfg/qt.cpp:693:13: note: Shadowed function cppcheck-2.20.0/test/cfg/qt.cpp:703:33: note: Shadow argument head cppcheck-2.20.0/test/cfg/qt.cpp:726:33: style: Argument 'value' shadows outer function [shadowFunction] cppcheck-2.20.0/test/cfg/qt.cpp:716:13: note: Shadowed function cppcheck-2.20.0/test/cfg/qt.cpp:726:33: note: Shadow argument head cppcheck-2.20.0/test/cfg/std.cpp:1063:35: style: Condition 'std::isgreater(4.0f,2.0f)==0' is always true [knownConditionTrueFalse] head cppcheck-2.20.0/test/cfg/std.cpp:1071:40: style: Condition 'std::isgreaterequal(4.0f,2.0f)==0' is always true [knownConditionTrueFalse] head cppcheck-2.20.0/test/cfg/std.cpp:1079:32: style: Condition 'std::isless(4.0f,2.0f)==0' is always true [knownConditionTrueFalse] head cppcheck-2.20.0/test/cfg/std.cpp:1087:37: style: Condition 'std::islessequal(4.0f,2.0f)==0' is always true [knownConditionTrueFalse] head cppcheck-2.20.0/test/cfg/std.cpp:1097:39: style: Condition 'std::islessgreater(4.0f,2.0f)==0' is always true [knownConditionTrueFalse] head cppcheck-2.20.0/test/cfg/std.cpp:1098:39: style: Condition 'std::islessgreater(2.0f,4.0f)==0' is always true [knownConditionTrueFalse] head cppcheck-2.20.0/test/fixture.h:287:53: style:inconclusive: Function 'reportOut' argument 2 names different: declaration 'c' definition ''. [funcArgNamesDifferentUnnamed] head cppcheck-2.20.0/tools/triage/mainwindow.cpp:183:40: style: Argument 'filter' shadows outer function [shadowFunction] cppcheck-2.20.0/tools/triage/mainwindow.h:49:10: note: Shadowed function cppcheck-2.20.0/tools/triage/mainwindow.cpp:183:40: note: Shadow argument head cppcheck-2.20.0/tools/triage/mainwindow.cpp:83:20: style: Error code from the return value of function workFolder.mkdir() is not used. [ignoredReturnErrorCode] DONE