root-project / root

The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
https://root.cern
Other
2.67k stars 1.27k forks source link

[tmva] Clang-tidy Clazy warnings #7526

Closed ferdymercury closed 3 years ago

ferdymercury commented 3 years ago
/opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:469:33: warning: Use of zero-allocated memory [clang-analyzer-cplusplus.NewDelete]
 1: Assuming field 'fModelIsSetup' is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:400
 2: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:400
 3: 'i' is < 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
 5: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:419
 6: Loop condition is false. Execution continues on line 425 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:419
 7: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
 8: Left side of '||' is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
 9: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
10: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
11: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:431
12: Taking true branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:431
13: Assuming 'j' is >= field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:432
14: Loop condition is false. Execution continues on line 439 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:432
15: Assuming 'i' is >= 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
16: Loop condition is false. Execution continues on line 442 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
17: Memory is allocated in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:460
18: 'i' is < 'nValEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:464
19: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:464
20: Assuming 'j' is < field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:468
21: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:468
22: Use of zero-allocated memory in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:469
/opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:474:39: warning: Use of zero-allocated memory [clang-analyzer-cplusplus.NewDelete]
 1: Assuming field 'fModelIsSetup' is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:400
 2: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:400
 3: 'i' is < 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
 5: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:419
 6: Loop condition is false. Execution continues on line 425 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:419
 7: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
 8: Left side of '||' is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
 9: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
10: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
11: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:431
12: Taking true branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:431
13: Assuming 'j' is >= field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:432
14: Loop condition is false. Execution continues on line 439 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:432
15: Assuming 'i' is >= 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
16: Loop condition is false. Execution continues on line 442 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
17: Memory is allocated in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:461
18: 'i' is < 'nValEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:464
19: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:464
20: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:468
21: Loop condition is false. Execution continues on line 472 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:468
22: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:472
23: Left side of '||' is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:472
24: Assuming 'j' is < field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:473
25: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:473
26: Use of zero-allocated memory in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:474
/opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:476:48: warning: Use of zero-allocated memory [clang-analyzer-cplusplus.NewDelete]
 1: Assuming field 'fModelIsSetup' is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:400
 2: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:400
 3: 'i' is < 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
 5: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:419
 6: Loop condition is false. Execution continues on line 425 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:419
 7: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
 8: Left side of '||' is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
 9: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
10: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
11: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:431
12: Taking true branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:431
13: Assuming 'j' is >= field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:432
14: Loop condition is false. Execution continues on line 439 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:432
15: Assuming 'i' is >= 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
16: Loop condition is false. Execution continues on line 442 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
17: Memory is allocated in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:461
18: 'i' is < 'nValEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:464
19: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:464
20: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:468
21: Loop condition is false. Execution continues on line 472 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:468
22: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:472
23: Left side of '||' is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:472
24: Assuming 'j' is >= field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:473
25: Loop condition is false. Execution continues on line 476 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:473
26: Use of zero-allocated memory in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:476
/opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:480:39: warning: Use of zero-allocated memory [clang-analyzer-cplusplus.NewDelete]
 1: Assuming field 'fModelIsSetup' is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:400
 2: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:400
 3: 'i' is < 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
 5: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:419
 6: Loop condition is false. Execution continues on line 425 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:419
 7: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
 8: Left side of '||' is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
 9: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
10: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:425
11: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:431
12: Taking true branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:431
13: Assuming 'j' is >= field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:432
14: Loop condition is false. Execution continues on line 439 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:432
15: Assuming 'i' is >= 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
16: Loop condition is false. Execution continues on line 442 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:416
17: Memory is allocated in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:461
18: 'i' is < 'nValEvents' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:464
19: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:464
20: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:468
21: Loop condition is false. Execution continues on line 472 in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:468
22: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:472
23: Left side of '||' is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:472
24: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:472
25: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:472
26: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:478
27: Taking true branch in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:478
28: Assuming 'j' is < field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:479
29: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:479
30: Use of zero-allocated memory in /opt/root_src/tmva/pymva/src/MethodPyKeras.cxx:480
/opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:368:33: warning: Use of zero-allocated memory [clang-analyzer-cplusplus.NewDelete]
 1: Assuming field 'fModelIsSetup' is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:298
 2: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:298
 3: 'i' is < 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
 5: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:318
 6: Loop condition is false. Execution continues on line 324 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:318
 7: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
 8: Left side of '||' is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
 9: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
10: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
11: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:330
12: Taking true branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:330
13: Assuming 'j' is >= field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:331
14: Loop condition is false. Execution continues on line 338 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:331
15: Assuming 'i' is >= 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
16: Loop condition is false. Execution continues on line 341 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
17: Memory is allocated in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:359
18: 'i' is < 'nValEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:363
19: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:363
20: Assuming 'j' is < field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:367
21: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:367
22: Use of zero-allocated memory in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:368
/opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:373:39: warning: Use of zero-allocated memory [clang-analyzer-cplusplus.NewDelete]
 1: Assuming field 'fModelIsSetup' is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:298
 2: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:298
 3: 'i' is < 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
 5: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:318
 6: Loop condition is false. Execution continues on line 324 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:318
 7: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
 8: Left side of '||' is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
 9: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
10: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
11: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:330
12: Taking true branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:330
13: Assuming 'j' is >= field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:331
14: Loop condition is false. Execution continues on line 338 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:331
15: Assuming 'i' is >= 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
16: Loop condition is false. Execution continues on line 341 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
17: Memory is allocated in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:360
18: 'i' is < 'nValEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:363
19: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:363
20: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:367
21: Loop condition is false. Execution continues on line 371 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:367
22: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:371
23: Left side of '||' is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:371
24: Assuming 'j' is < field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:372
25: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:372
26: Use of zero-allocated memory in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:373
/opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:375:48: warning: Use of zero-allocated memory [clang-analyzer-cplusplus.NewDelete]
 1: Assuming field 'fModelIsSetup' is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:298
 2: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:298
 3: 'i' is < 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
 5: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:318
 6: Loop condition is false. Execution continues on line 324 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:318
 7: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
 8: Left side of '||' is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
 9: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
10: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
11: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:330
12: Taking true branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:330
13: Assuming 'j' is >= field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:331
14: Loop condition is false. Execution continues on line 338 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:331
15: Assuming 'i' is >= 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
16: Loop condition is false. Execution continues on line 341 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
17: Memory is allocated in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:360
18: 'i' is < 'nValEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:363
19: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:363
20: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:367
21: Loop condition is false. Execution continues on line 371 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:367
22: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:371
23: Left side of '||' is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:371
24: Assuming 'j' is >= field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:372
25: Loop condition is false. Execution continues on line 375 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:372
26: Use of zero-allocated memory in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:375
/opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:379:39: warning: Use of zero-allocated memory [clang-analyzer-cplusplus.NewDelete]
 1: Assuming field 'fModelIsSetup' is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:298
 2: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:298
 3: 'i' is < 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
 5: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:318
 6: Loop condition is false. Execution continues on line 324 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:318
 7: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
 8: Left side of '||' is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
 9: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
10: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:324
11: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:330
12: Taking true branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:330
13: Assuming 'j' is >= field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:331
14: Loop condition is false. Execution continues on line 338 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:331
15: Assuming 'i' is >= 'nTrainingEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
16: Loop condition is false. Execution continues on line 341 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:315
17: Memory is allocated in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:360
18: 'i' is < 'nValEvents' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:363
19: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:363
20: Assuming 'j' is >= field 'fNVars' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:367
21: Loop condition is false. Execution continues on line 371 in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:367
22: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:371
23: Left side of '||' is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:371
24: Assuming the condition is false in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:371
25: Taking false branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:371
26: Assuming the condition is true in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:377
27: Taking true branch in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:377
28: Assuming 'j' is < field 'fNOutputs' in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:378
29: Loop condition is true.  Entering loop body in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:378
30: Use of zero-allocated memory in /opt/root_src/tmva/pymva/src/MethodPyTorch.cxx:379
/opt/root_src/tmva/tmva/inc/TMVA/BinaryTree.h:83:39: warning: Use of memory after it is freed [clang-analyzer-cplusplus.NewDelete]
 1: Calling 'BinaryTree::Read' in /opt/root_src/tmva/tmva/src/BinaryTree.cxx:206
 2: Assuming 'currentNode' is not equal to null in /opt/root_src/tmva/tmva/src/BinaryTree.cxx:174
 3: Taking false branch in /opt/root_src/tmva/tmva/src/BinaryTree.cxx:174
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/BinaryTree.cxx:179
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/src/BinaryTree.cxx:180
 6: Taking true branch in /opt/root_src/tmva/tmva/src/BinaryTree.cxx:180
 7: Memory is released in /opt/root_src/tmva/tmva/src/BinaryTree.cxx:181
 8: Calling 'BinaryTree::SetTotalTreeDepth' in /opt/root_src/tmva/tmva/src/BinaryTree.cxx:182
 9: 'n' is equal to NULL in /opt/root_src/tmva/tmva/src/BinaryTree.cxx:215
10: Taking true branch in /opt/root_src/tmva/tmva/src/BinaryTree.cxx:215
11: Calling 'BinaryTree::GetRoot' in /opt/root_src/tmva/tmva/src/BinaryTree.cxx:216
12: Use of memory after it is freed in /opt/root_src/tmva/tmva/inc/TMVA/BinaryTree.h:83
/opt/root_src/tmva/tmva/inc/TMVA/DNN/Minimizers.h:187:78: warning: 2 uninitialized fields at the end of the constructor call [clang-analyzer-optin.cplusplus.UninitializedObject]
 1: uninitialized field 'this->fTrainingError' in /opt/root_src/tmva/tmva/inc/TMVA/DNN/Minimizers.h:69
 2: uninitialized field 'this->fTestError' in /opt/root_src/tmva/tmva/inc/TMVA/DNN/Minimizers.h:70
 3: Assuming field 'fInteractive' is null in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:667
 4: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:667
 5: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:692
 6: Taking false branch in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:692
 7: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:697
 8: Taking false branch in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:697
 9: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:700
10: Taking true branch in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:700
11: Calling 'MethodDNN::TrainCpu' in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:701
12: Assuming field 'fInteractive' is null in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:1116
13: Taking false branch in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:1116
14: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:1146
15: Taking false branch in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:1146
16: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:1149
17: Taking false branch in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:1149
18: Calling constructor for 'TGradientDescent<TMVA::DNN::TCpu<float>>' in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:1162
19: 2 uninitialized fields at the end of the constructor call in /opt/root_src/tmva/tmva/inc/TMVA/DNN/Minimizers.h:187
/opt/root_src/tmva/tmva/src/Classification.cxx:436:10: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Calling 'Classification::TrainMethod' in /opt/root_src/tmva/tmva/src/Classification.cxx:374
 2: Calling 'Classification::GetMethod' in /opt/root_src/tmva/tmva/src/Classification.cxx:338
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Classification.cxx:388
 4: Taking false branch in /opt/root_src/tmva/tmva/src/Classification.cxx:388
 5: Taking false branch in /opt/root_src/tmva/tmva/src/Classification.cxx:394
 6: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Classification.cxx:398
 7: Taking false branch in /opt/root_src/tmva/tmva/src/Classification.cxx:398
 8: Calling 'Classification::GetMethodOptions' in /opt/root_src/tmva/tmva/src/Classification.cxx:405
 9: Value assigned to field 'fModelPersistence', which participates in a condition later in /opt/root_src/tmva/tmva/src/Classification.cxx:236
10: Returning from 'Classification::GetMethodOptions' in /opt/root_src/tmva/tmva/src/Classification.cxx:405
11: Calling 'Configurable::DeclareOptionRef' in /opt/root_src/tmva/tmva/src/Classification.cxx:410
12: Calling constructor for 'Option<int>' in /opt/root_src/tmva/tmva/inc/TMVA/Configurable.h:150
13: Value assigned to 'boostNum', which participates in a condition later in /opt/root_src/tmva/tmva/inc/TMVA/Option.h:101
14: Returning from constructor for 'Option<int>' in /opt/root_src/tmva/tmva/inc/TMVA/Configurable.h:150
15: Returning from 'Configurable::DeclareOptionRef' in /opt/root_src/tmva/tmva/src/Classification.cxx:410
16: Assuming field 'fModelPersistence' is true in /opt/root_src/tmva/tmva/src/Classification.cxx:415
17: Taking true branch in /opt/root_src/tmva/tmva/src/Classification.cxx:415
18: Assuming 'boostNum' is not equal to 0 in /opt/root_src/tmva/tmva/src/Classification.cxx:423
19: Taking false branch in /opt/root_src/tmva/tmva/src/Classification.cxx:423
20: Value assigned to 'im' in /opt/root_src/tmva/tmva/src/Classification.cxx:429
21: 'methBoost' initialized here in /opt/root_src/tmva/tmva/src/Classification.cxx:431
22: Assuming 'methBoost' is null in /opt/root_src/tmva/tmva/src/Classification.cxx:432
23: Assuming pointer value is null in /opt/root_src/tmva/tmva/src/Classification.cxx:432
24: Taking true branch in /opt/root_src/tmva/tmva/src/Classification.cxx:432
25: Field 'fModelPersistence' is true in /opt/root_src/tmva/tmva/src/Classification.cxx:435
26: Taking true branch in /opt/root_src/tmva/tmva/src/Classification.cxx:435
27: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/Classification.cxx:436
/opt/root_src/tmva/tmva/src/Classification.cxx:437:7: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Calling 'Classification::TrainMethod' in /opt/root_src/tmva/tmva/src/Classification.cxx:374
 2: Calling 'Classification::GetMethod' in /opt/root_src/tmva/tmva/src/Classification.cxx:338
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Classification.cxx:388
 4: Taking false branch in /opt/root_src/tmva/tmva/src/Classification.cxx:388
 5: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Classification.cxx:394
 6: Taking false branch in /opt/root_src/tmva/tmva/src/Classification.cxx:394
 7: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Classification.cxx:398
 8: Taking false branch in /opt/root_src/tmva/tmva/src/Classification.cxx:398
 9: Calling 'Configurable::DeclareOptionRef' in /opt/root_src/tmva/tmva/src/Classification.cxx:410
10: Calling constructor for 'Option<int>' in /opt/root_src/tmva/tmva/inc/TMVA/Configurable.h:150
11: Value assigned to 'boostNum', which participates in a condition later in /opt/root_src/tmva/tmva/inc/TMVA/Option.h:101
12: Returning from constructor for 'Option<int>' in /opt/root_src/tmva/tmva/inc/TMVA/Configurable.h:150
13: Returning from 'Configurable::DeclareOptionRef' in /opt/root_src/tmva/tmva/src/Classification.cxx:410
14: Assuming field 'fModelPersistence' is false in /opt/root_src/tmva/tmva/src/Classification.cxx:415
15: Taking false branch in /opt/root_src/tmva/tmva/src/Classification.cxx:415
16: Assuming 'boostNum' is not equal to 0 in /opt/root_src/tmva/tmva/src/Classification.cxx:423
17: Taking false branch in /opt/root_src/tmva/tmva/src/Classification.cxx:423
18: Value assigned to 'im' in /opt/root_src/tmva/tmva/src/Classification.cxx:429
19: 'methBoost' initialized here in /opt/root_src/tmva/tmva/src/Classification.cxx:431
20: Assuming 'methBoost' is null in /opt/root_src/tmva/tmva/src/Classification.cxx:432
21: Assuming pointer value is null in /opt/root_src/tmva/tmva/src/Classification.cxx:432
22: Taking true branch in /opt/root_src/tmva/tmva/src/Classification.cxx:432
23: Field 'fModelPersistence' is false in /opt/root_src/tmva/tmva/src/Classification.cxx:435
24: Taking false branch in /opt/root_src/tmva/tmva/src/Classification.cxx:435
25: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/Classification.cxx:437
/opt/root_src/tmva/tmva/src/Classification.cxx:1184:4: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'fJobs' is > 1 in /opt/root_src/tmva/tmva/src/Classification.cxx:255
 2: Taking false branch in /opt/root_src/tmva/tmva/src/Classification.cxx:255
 3: Assuming the condition is true in /opt/root_src/tmva/tmva/src/Classification.cxx:291
 4: Taking true branch in /opt/root_src/tmva/tmva/src/Classification.cxx:291
 5: Calling 'Classification::MergeFiles' in /opt/root_src/tmva/tmva/src/Classification.cxx:292
 6: 'TrainTree' initialized to a null pointer value in /opt/root_src/tmva/tmva/src/Classification.cxx:1133
 7: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Classification.cxx:1137
 8: Loop condition is false. Execution continues on line 1184 in /opt/root_src/tmva/tmva/src/Classification.cxx:1137
 9: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/Classification.cxx:1184
/opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/DataLoader.cxx:131:14: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: 'event' initialized to a null pointer value in /opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/DataLoader.cxx:128
 2: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/DataLoader.cxx:131
/opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/DataLoader.cxx:148:11: warning: Value stored to 'event' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'event' during its initialization is never read in /opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/DataLoader.cxx:148
/opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/DataLoader.cxx:180:11: warning: Value stored to 'event' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'event' during its initialization is never read in /opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/DataLoader.cxx:180
/opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/DataLoader.cxx:213:11: warning: Value stored to 'event' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'event' during its initialization is never read in /opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/DataLoader.cxx:213
/opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/TensorDataLoader.cxx:164:11: warning: Value stored to 'event' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'event' during its initialization is never read in /opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/TensorDataLoader.cxx:164
/opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/TensorDataLoader.cxx:236:11: warning: Value stored to 'event' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'event' during its initialization is never read in /opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/TensorDataLoader.cxx:236
/opt/root_src/tmva/tmva/src/DataInputHandler.cxx:89:8: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Passing value via 1st parameter 'tree' in /opt/root_src/tmva/tmva/src/DataInputHandler.cxx:126
 2: Calling 'DataInputHandler::AddTree' in /opt/root_src/tmva/tmva/src/DataInputHandler.cxx:126
 3: Assuming 'tree' is null in /opt/root_src/tmva/tmva/src/DataInputHandler.cxx:88
 4: Taking true branch in /opt/root_src/tmva/tmva/src/DataInputHandler.cxx:88
 5: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/DataInputHandler.cxx:89
/opt/root_src/tmva/tmva/src/DataLoader.cxx:182:83: warning: Potential leak of memory pointed to by 'handler' [clang-analyzer-cplusplus.NewDeleteLeaks]
 1: Taking false branch in /opt/root_src/tmva/tmva/src/DataLoader.cxx:150
 2: Memory is allocated in /opt/root_src/tmva/tmva/src/DataLoader.cxx:164
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/DataLoader.cxx:166
 4: Taking false branch in /opt/root_src/tmva/tmva/src/DataLoader.cxx:166
 5: Potential leak of memory pointed to by 'handler' in /opt/root_src/tmva/tmva/src/DataLoader.cxx:182
/opt/root_src/tmva/tmva/src/DataLoader.cxx:362:36: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Passing value via 1st parameter 'tree' in /opt/root_src/tmva/tmva/src/DataLoader.cxx:477
 2: Calling 'DataLoader::AddTree' in /opt/root_src/tmva/tmva/src/DataLoader.cxx:477
 3: Assuming 'tree' is null in /opt/root_src/tmva/tmva/src/DataLoader.cxx:353
 4: Taking true branch in /opt/root_src/tmva/tmva/src/DataLoader.cxx:353
 5: Assuming field 'fAnalysisType' is not equal to kNoAnalysisType in /opt/root_src/tmva/tmva/src/DataLoader.cxx:359
 6: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/DataLoader.cxx:359
 7: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/DataLoader.cxx:362
/opt/root_src/tmva/tmva/src/DataSetInfo.cxx:487:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'fDataSet' is equal to null in /opt/root_src/tmva/tmva/src/DataSetInfo.cxx:482
 2: Left side of '||' is true in /opt/root_src/tmva/tmva/src/DataSetInfo.cxx:482
 3: Field 'fDataSet' is equal to null in /opt/root_src/tmva/tmva/src/DataSetInfo.cxx:483
 4: Taking false branch in /opt/root_src/tmva/tmva/src/DataSetInfo.cxx:483
 5: Assuming field 'fDataSetManager' is null in /opt/root_src/tmva/tmva/src/DataSetInfo.cxx:485
 6: Taking true branch in /opt/root_src/tmva/tmva/src/DataSetInfo.cxx:485
 7: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/DataSetInfo.cxx:487
/opt/root_src/tmva/tmva/src/DataSetManager.cxx:91:11: warning: Forming reference to null pointer [clang-analyzer-core.NonNullParamChecker]
 1: Assuming 'dsi' is non-null in /opt/root_src/tmva/tmva/src/DataSetManager.cxx:86
 2: Taking false branch in /opt/root_src/tmva/tmva/src/DataSetManager.cxx:86
 3: Assuming field 'fDataInput' is null in /opt/root_src/tmva/tmva/src/DataSetManager.cxx:87
 4: Taking true branch in /opt/root_src/tmva/tmva/src/DataSetManager.cxx:87
 5: Assuming field 'fDatasetFactory' is non-null in /opt/root_src/tmva/tmva/src/DataSetManager.cxx:90
 6: Taking false branch in /opt/root_src/tmva/tmva/src/DataSetManager.cxx:90
 7: Forming reference to null pointer in /opt/root_src/tmva/tmva/src/DataSetManager.cxx:91
/opt/root_src/tmva/tmva/src/DecisionTree.cxx:1558:29: warning: Use of zero-allocated memory [clang-analyzer-cplusplus.NewDelete]
 1: 'ivar' is <= field 'fNvars' in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1383
 2: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1383
 3: Assuming 'ivar' is > field 'fNvars' in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1383
 4: Loop condition is false. Execution continues on line 1388 in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1383
 5: Assuming field 'fRandomisedTree' is false in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1401
 6: Taking false branch in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1401
 7: Loop condition is false. Execution continues on line 1412 in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1406
 8: Assuming field 'fUseFisherCuts' is false in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1416
 9: Taking false branch in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1416
10: Field 'fUseFisherCuts' is false in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1475
11: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1475
12: Memory is allocated in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1487
13: Loop condition is false. Execution continues on line 1503 in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1490
14: Loop condition is false. Execution continues on line 1542 in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1503
15: Calling 'Executor::Map' in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1576
16: Taking false branch in /opt/root_src/tmva/tmva/inc/TMVA/Executor.h:140
17: Calling 'TExecutorCRTP::Map' in /opt/root_src/tmva/tmva/inc/TMVA/Executor.h:141
18: Calling 'TSequentialExecutor::MapImpl' in /opt/root_src/core/base/inc/ROOT/TExecutorCRTP.hxx:193
19: Calling 'operator()' in /opt/root_src/core/base/inc/ROOT/TSequentialExecutor.hxx:164
20: Assuming the condition is true in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1545
21: Taking true branch in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1545
22: Use of zero-allocated memory in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:1558
/opt/root_src/tmva/tmva/src/DecisionTree.cxx:2698:11: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'current' is non-null in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:2693
 2: Taking false branch in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:2693
 3: Assuming the condition is true in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:2698
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:2698
 5: Assuming the condition is false in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:2699
 6: '?' condition is false in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:2699
 7: Value assigned to 'current' in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:2699
 8: Assuming 'current' is null in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:2702
 9: Taking true branch in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:2702
10: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/DecisionTree.cxx:2698
/opt/root_src/tmva/tmva/src/ExpectedErrorPruneTool.cxx:85:7: warning: Value stored to 'isAutomatic' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'isAutomatic' is never read in /opt/root_src/tmva/tmva/src/ExpectedErrorPruneTool.cxx:85
/opt/root_src/tmva/tmva/src/KDEKernel.cxx:64:28: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'hist' is equal to NULL in /opt/root_src/tmva/tmva/src/KDEKernel.cxx:60
 2: Taking true branch in /opt/root_src/tmva/tmva/src/KDEKernel.cxx:60
 3: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/KDEKernel.cxx:64
/opt/root_src/tmva/tmva/src/MethodBDT.cxx:1307:13: warning: Value stored to 'nNodesBeforePruning' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'nNodesBeforePruning' is never read in /opt/root_src/tmva/tmva/src/MethodBDT.cxx:1307
/opt/root_src/tmva/tmva/src/MethodBDT.cxx:2488:63: warning: Although the value stored to 'myMVA' is used in the enclosing expression, the value is never actually read from 'myMVA' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'myMVA' is used in the enclosing expression, the value is never actually read from 'myMVA' in /opt/root_src/tmva/tmva/src/MethodBDT.cxx:2488
/opt/root_src/tmva/tmva/src/MethodBDT.cxx:2610:77: warning: Although the value stored to 'myMVA' is used in the enclosing expression, the value is never actually read from 'myMVA' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'myMVA' is used in the enclosing expression, the value is never actually read from 'myMVA' in /opt/root_src/tmva/tmva/src/MethodBDT.cxx:2610
/opt/root_src/tmva/tmva/src/MethodBase.cxx:811:4: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'analysisType' is not equal to kRegression in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1305
 2: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1305
 3: Assuming 'analysisType' is equal to kMulticlass in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1307
 4: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1307
 5: Calling 'MethodBase::AddMulticlassOutput' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1308
 6: 'type' is not equal to kTraining in /opt/root_src/tmva/tmva/src/MethodBase.cxx:798
 7: '?' condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:798
 8: 'resMulticlass' initialized here in /opt/root_src/tmva/tmva/src/MethodBase.cxx:800
 9: Assuming 'resMulticlass' is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:801
10: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:801
11: 'type' is not equal to kTraining in /opt/root_src/tmva/tmva/src/MethodBase.cxx:809
12: '?' condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:809
13: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:811
/opt/root_src/tmva/tmva/src/MethodBase.cxx:1103:4: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: 'resMulticlass' initialized here in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1089
 2: Assuming 'resMulticlass' is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1090
 3: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1090
 4: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1103
/opt/root_src/tmva/tmva/src/MethodBase.cxx:1130:63: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: 'mvaRes' initialized here in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1118
 2: Assuming 'mvaRes' is equal to null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1122
 3: Left side of '&&' is true in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1122
 4: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1122
 5: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1130
/opt/root_src/tmva/tmva/src/MethodBase.cxx:1218:13: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'mvaRes' is not equal to null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1122
 2: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1122
 3: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1122
 4: Assuming field 'fMeanS' is <= field 'fMeanB' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1139
 5: '?' condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1139
 6: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1149
 7: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1149
 8: 'proba_s' initialized to a null pointer value in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1163
 9: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1167
10: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1167
11: Assuming 'mvaProb' is non-null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1199
12: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1199
13: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1203
14: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1203
15: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1208
16: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1208
17: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1214
18: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1214
19: 'mvaProb' is non-null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1217
20: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1217
21: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1218
/opt/root_src/tmva/tmva/src/MethodBase.cxx:1228:13: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'mvaRes' is not equal to null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1122
 2: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1122
 3: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1122
 4: Assuming field 'fMeanS' is <= field 'fMeanB' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1139
 5: '?' condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1139
 6: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1149
 7: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1149
 8: 'proba_b' initialized to a null pointer value in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1164
 9: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1167
10: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1167
11: Assuming 'mvaProb' is non-null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1199
12: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1199
13: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1203
14: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1203
15: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1208
16: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1208
17: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1214
18: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1214
19: 'mvaProb' is non-null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1227
20: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1227
21: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1228
/opt/root_src/tmva/tmva/src/MethodBase.cxx:1986:23: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Calling 'MethodBase::BaseDir' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2085
 2: Assuming field 'fBaseDir' is equal to null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1971
 3: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1971
 4: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1974
 5: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1974
 6: Calling 'MethodBase::MethodBaseDir' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1981
 7: Assuming field 'fMethodBaseDir' is equal to null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2011
 8: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2011
 9: Assuming 'factoryBaseDir' is non-null, which participates in a condition later in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2021
10: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2021
11: Assuming field 'fMethodBaseDir' is non-null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2023
12: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2023
13: Assuming field 'fMethodBaseDir' is null, which participates in a condition later in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2032
14: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2032
15: Value assigned to field 'fMethodBaseDir' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2035
16: Returning pointer in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2042
17: Returning from 'MethodBase::MethodBaseDir' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1981
18: 'methodDir' initialized here in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1981
19: Assuming 'methodDir' is equal to null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1982
20: Assuming pointer value is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1982
21: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1982
22: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1986
/opt/root_src/tmva/tmva/src/MethodBase.cxx:2030:21: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Calling 'MethodBase::BaseDir' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2085
 2: Assuming field 'fBaseDir' is equal to null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1971
 3: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1971
 4: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1974
 5: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1974
 6: Calling 'MethodBase::MethodBaseDir' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:1981
 7: Assuming field 'fMethodBaseDir' is equal to null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2011
 8: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2011
 9: Assuming 'factoryBaseDir' is non-null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2021
10: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2021
11: Assuming field 'fMethodBaseDir' is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2023
12: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2023
13: Value assigned to field 'fMethodBaseDir' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2024
14: Assuming field 'fMethodBaseDir' is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2025
15: Assuming pointer value is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2025
16: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2025
17: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2030
/opt/root_src/tmva/tmva/src/MethodBase.cxx:2106:4: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming null is equal to field 'fMVAPdfS' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2089
 2: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2089
 3: Assuming null is equal to field 'fMVAPdfB' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2094
 4: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2094
 5: 'results' initialized here in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2101
 6: Assuming 'results' is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2102
 7: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2102
 8: Assuming 'treetype' is not equal to kTraining in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2104
 9: '?' condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2104
10: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2106
/opt/root_src/tmva/tmva/src/MethodBase.cxx:2187:40: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'fMVAPdfS' is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2240
 2: Left side of '||' is true in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2240
 3: Calling 'MethodBase::CreateMVAPdfs' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2242
 4: 'mvaRes' initialized here in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2180
 5: Assuming 'mvaRes' is equal to null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2183
 6: Left side of '||' is true in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2183
 7: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2187
/opt/root_src/tmva/tmva/src/MethodBase.cxx:2192:33: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'fMVAPdfS' is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2240
 2: Left side of '||' is true in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2240
 3: Calling 'MethodBase::CreateMVAPdfs' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2242
 4: Assuming 'mvaRes' is not equal to null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2183
 5: Left side of '||' is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2183
 6: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2183
 7: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2183
 8: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2192
/opt/root_src/tmva/tmva/src/MethodBase.cxx:2194:33: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'fMVAPdfS' is non-null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2240
 2: Left side of '||' is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2240
 3: Assuming field 'fMVAPdfB' is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2240
 4: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2240
 5: Calling 'MethodBase::CreateMVAPdfs' in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2242
 6: Assuming 'mvaRes' is not equal to null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2183
 7: Left side of '||' is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2183
 8: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2183
 9: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2183
10: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2194
/opt/root_src/tmva/tmva/src/MethodBase.cxx:2698:21: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: 'resMulticlass' initialized here in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2695
 2: Assuming 'resMulticlass' is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2696
 3: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2696
 4: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2698
/opt/root_src/tmva/tmva/src/MethodBase.cxx:2712:7: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: 'resMulticlass' initialized here in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2707
 2: Assuming 'resMulticlass' is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2708
 3: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2708
 4: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2711
 5: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2711
 6: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2712
/opt/root_src/tmva/tmva/src/MethodBase.cxx:2715:21: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: 'resMulticlass' initialized here in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2707
 2: Assuming 'resMulticlass' is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2708
 3: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2708
 4: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2711
 5: Loop condition is false. Execution continues on line 2715 in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2711
 6: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodBase.cxx:2715
/opt/root_src/tmva/tmva/src/MethodBoost.cxx:410:35: warning: Access to field 'fDataSetManager' results in a dereference of a null pointer (loaded from variable 'methCat') [clang-analyzer-core.NullDereference]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:361
 2: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:361
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:364
 4: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:364
 5: Assuming 'varTrafoStart' is <= 0 in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:379
 6: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:379
 7: Assuming field 'fCurrentMethodIdx' is < field 'fBoostNum' in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:388
 8: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:388
 9: Field 'fCurrentMethodIdx' is <= 0 in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:390
10: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:390
11: 'method' initialized here in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:392
12: Value assigned to field 'fCurrentMethod' in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:398
13: Assuming field 'fCurrentMethod' is not equal to null in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:400
14: Taking false branch in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:400
15: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:406
16: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:406
17: 'methCat' initialized to a null pointer value in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:407
18: 'methCat' is null in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:408
19: Taking true branch in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:408
20: Access to field 'fDataSetManager' results in a dereference of a null pointer (loaded from variable 'methCat') in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:410
/opt/root_src/tmva/tmva/src/MethodBoost.cxx:761:13: warning: Value stored to 'sSelCut' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'sSelCut' during its initialization is never read in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:761
/opt/root_src/tmva/tmva/src/MethodBoost.cxx:762:13: warning: Value stored to 'bSelCut' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'bSelCut' during its initialization is never read in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:762
/opt/root_src/tmva/tmva/src/MethodBoost.cxx:787:10: warning: Value stored to 'sSelCut' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'sSelCut' is never read in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:787
/opt/root_src/tmva/tmva/src/MethodBoost.cxx:788:10: warning: Value stored to 'bSelCut' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'bSelCut' is never read in /opt/root_src/tmva/tmva/src/MethodBoost.cxx:788
/opt/root_src/tmva/tmva/src/MethodCFMlpANN.cxx:527:17: warning: Array access (from variable 'xpg') results in a null pointer dereference [clang-analyzer-core.NullDereference]
 1: Assuming 'xpg' is equal to null in /opt/root_src/tmva/tmva/src/MethodCFMlpANN.cxx:516
 2: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN.cxx:516
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN.cxx:519
 4: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN.cxx:519
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN.cxx:526
 6: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN.cxx:526
 7: Array access (from variable 'xpg') results in a null pointer dereference in /opt/root_src/tmva/tmva/src/MethodCFMlpANN.cxx:527
/opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:440:16: warning: The expression is an uninitialized value. The computed value will also be garbage [clang-analyzer-core.uninitialized.Assign]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:158
 2: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:158
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:164
 4: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:164
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:169
 6: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:169
 7: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:174
 8: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:174
 9: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:188
10: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:188
11: Calling 'MethodCFMlpANN_Utils::Innit' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:198
12: Calling 'MethodCFMlpANN_Utils::Leclearn' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:610
13: Assuming 'k' is > 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:414
14: Loop condition is false. Execution continues on line 417 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:414
15: Assuming 'i__' is > 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:418
16: Loop condition is false. Execution continues on line 422 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:418
17: Assuming 'i__' is <= 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:423
18: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:423
19: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:426
20: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:426
21: Assuming 'j' is > 'i__2' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:433
22: Loop condition is false. Execution continues on line 436 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:433
23: Assuming field 'iclass' is equal to 1 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:436
24: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:436
25: Assuming 'k' is <= 'i__2' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:438
26: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:438
27: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:439
28: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:439
29: The expression is an uninitialized value. The computed value will also be garbage in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:440
/opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:460:30: warning: The left operand of '!=' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:158
 2: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:158
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:164
 4: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:164
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:169
 6: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:169
 7: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:174
 8: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:174
 9: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:188
10: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:188
11: Calling 'MethodCFMlpANN_Utils::Innit' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:198
12: Calling 'MethodCFMlpANN_Utils::Leclearn' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:610
13: Assuming 'k' is > 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:414
14: Loop condition is false. Execution continues on line 417 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:414
15: Assuming 'i__' is > 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:418
16: Loop condition is false. Execution continues on line 422 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:418
17: Assuming 'i__' is <= 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:423
18: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:423
19: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:426
20: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:426
21:  Execution continues on line 455 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:427
22: Assuming field 'iclass' is equal to 1 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:455
23: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:455
24: Assuming 'k' is <= 'i__2' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:457
25: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:457
26: 'l' is <= 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:459
27: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:459
28: The left operand of '!=' is a garbage value in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:460
/opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:460:30: warning: The right operand of '!=' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:158
 2: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:158
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:164
 4: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:164
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:169
 6: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:169
 7: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:174
 8: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:174
 9: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:188
10: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:188
11: Calling 'MethodCFMlpANN_Utils::Innit' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:198
12: Calling 'MethodCFMlpANN_Utils::Leclearn' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:610
13: Assuming 'k' is <= 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:414
14: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:414
15: Assuming 'k' is > 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:414
16: Loop condition is false. Execution continues on line 417 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:414
17: Assuming 'i__' is > 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:418
18: Loop condition is false. Execution continues on line 422 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:418
19: Assuming 'i__' is <= 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:423
20: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:423
21: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:426
22: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:426
23:  Execution continues on line 455 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:427
24: Assuming field 'iclass' is equal to 1 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:455
25: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:455
26: Assuming 'k' is <= 'i__2' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:457
27: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:457
28: 'l' is <= 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:459
29: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:459
30: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:460
31: Assuming 'l' is <= 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:459
32: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:459
33: The right operand of '!=' is a garbage value in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:460
/opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:796:4: warning: Value stored to 'i__1' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'i__1' is never read in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:796
/opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:797:4: warning: Value stored to 'i__1' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'i__1' is never read in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:797
/opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:813:13: warning: Value stored to 'jmax' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'jmax' is never read in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:813
/opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:894:19: warning: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage [clang-analyzer-core.uninitialized.Assign]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:158
 2: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:158
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:164
 4: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:164
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:169
 6: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:169
 7: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:174
 8: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:174
 9: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:188
10: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:188
11: Calling 'MethodCFMlpANN_Utils::Innit' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:198
12: 'ktest' is not equal to 1 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:612
13: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:612
14: Assuming 'layer' is > 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:617
15: Loop condition is false. Execution continues on line 627 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:617
16: Assuming field 'ichoi' is not equal to 1 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:627
17: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:627
18: Assuming 'i1' is <= 'i__3' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:638
19: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:638
20: Assuming 'num' is <= 0 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:640
21: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:640
22: Assuming 'i1' is not equal to 'i__3' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:640
23: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:640
24: 'i__' is > 'i__2' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:643
25: Loop condition is false. Execution continues on line 675 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:643
26: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:676
27: Left side of '||' is true in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:676
28: Calling 'MethodCFMlpANN_Utils::GraphNN' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:679
29: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:861
30: Assuming 'i__' is > 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:865
31: Loop condition is false. Execution continues on line 871 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:865
32: 'i__' is > 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:872
33: Loop condition is false. Execution continues on line 892 in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:872
34: Assuming 'j' is <= 'i__1' in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:893
35: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:893
36: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:894
/opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:899:4: warning: Value stored to 'i__1' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'i__1' is never read in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:899
/opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:1016:4: warning: Value stored to 'i__1' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'i__1' is never read in /opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx:1016
/opt/root_src/tmva/tmva/src/MethodCategory.cxx:498:7: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'i' is < 'nSubMethods' in /opt/root_src/tmva/tmva/src/MethodCategory.cxx:476
 2: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCategory.cxx:476
 3: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCategory.cxx:483
 4: 'method' initialized here in /opt/root_src/tmva/tmva/src/MethodCategory.cxx:493
 5: Assuming 'method' is equal to null in /opt/root_src/tmva/tmva/src/MethodCategory.cxx:495
 6: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCategory.cxx:495
 7: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodCategory.cxx:498
/opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:204:26: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:159
 2: Loop condition is false. Execution continues on line 160 in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:159
 3: Assuming 'i' is < 'nMethods' in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:164
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:164
 5: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:175
 6: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:175
 7: 'i' is equal to 0 in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:189
 8: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:189
 9: 'meth' initialized here in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:197
10: Assuming 'meth' is equal to null in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:199
11: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:199
12: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx:204
/opt/root_src/tmva/tmva/src/MethodCuts.cxx:454:45: warning: Array access (via field 'fCutMin') results in a null pointer dereference [clang-analyzer-core.NullDereference]
 1: Value assigned to field 'fCutMin' in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:435
 2: Assuming field 'fCutMin' is equal to NULL in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:438
 3: Left side of '||' is true in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:438
 4: Assuming field 'fTestSignalEff' is > 0 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:446
 5: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:446
 6: Assuming 'ibin' is >= 0 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:449
 7: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:449
 8: Assuming 'ibin' is < field 'fNbins' in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:450
 9: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:450
10: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:453
11: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:453
12: Array access (via field 'fCutMin') results in a null pointer dereference in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:454
/opt/root_src/tmva/tmva/src/MethodCuts.cxx:455:45: warning: Array access (via field 'fCutMax') results in a null pointer dereference [clang-analyzer-core.NullDereference]
 1: Value assigned to field 'fCutMax' in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:435
 2: Assuming field 'fCutMin' is not equal to NULL in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:438
 3: Left side of '||' is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:438
 4: Assuming field 'fCutMax' is equal to NULL in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:438
 5: Left side of '||' is true in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:438
 6: Assuming field 'fTestSignalEff' is > 0 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:446
 7: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:446
 8: Assuming 'ibin' is >= 0 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:449
 9: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:449
10: Assuming 'ibin' is < field 'fNbins' in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:450
11: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:450
12: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:453
13: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:453
14: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:454
15: Left side of '&&' is true in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:454
16: Array access (via field 'fCutMax') results in a null pointer dereference in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:455
/opt/root_src/tmva/tmva/src/MethodCuts.cxx:687:25: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'fEffMethod' is not equal to kUsePDFs in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:580
 2: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:580
 3: Assuming field 'fBinaryTreeS' is equal to null in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:583
 4: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:583
 5: Assuming field 'fBinaryTreeB' is equal to null in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:584
 6: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:584
 7: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:595
 8: Loop condition is false. Execution continues on line 620 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:595
 9: Assuming 'ibin' is > field 'fNbins' in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:629
10: Loop condition is false. Execution continues on line 632 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:629
11: Assuming field 'fFitMethod' is not equal to kUseGeneticAlgorithm in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:632
12: Left side of '||' is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:632
13: Assuming field 'fFitMethod' is not equal to kUseMonteCarlo in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:633
14: Left side of '||' is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:632
15: Assuming field 'fFitMethod' is not equal to kUseMinuit in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:634
16: Left side of '||' is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:632
17: Assuming field 'fFitMethod' is equal to kUseSimulatedAnnealing in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:635
18: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:632
19: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:640
20: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:640
21: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:643
22: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:643
23: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:647
24: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:647
25: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:652
26: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:652
27: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:656
28: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:656
29: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:640
30: Loop condition is false. Execution continues on line 668 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:640
31: 'fitter' initialized to a null pointer value in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:668
32: Control jumps to the 'default' case at line 683 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:670
33: Assuming field 'fInteractive' is non-null in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:687
34: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:687
35: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:687
/opt/root_src/tmva/tmva/src/MethodCuts.cxx:689:7: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'fEffMethod' is not equal to kUsePDFs in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:580
 2: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:580
 3: Assuming field 'fBinaryTreeS' is equal to null in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:583
 4: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:583
 5: Assuming field 'fBinaryTreeB' is equal to null in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:584
 6: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:584
 7: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:595
 8: Loop condition is false. Execution continues on line 620 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:595
 9: Assuming 'ibin' is > field 'fNbins' in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:629
10: Loop condition is false. Execution continues on line 632 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:629
11: Assuming field 'fFitMethod' is not equal to kUseGeneticAlgorithm in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:632
12: Left side of '||' is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:632
13: Assuming field 'fFitMethod' is not equal to kUseMonteCarlo in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:633
14: Left side of '||' is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:632
15: Assuming field 'fFitMethod' is not equal to kUseMinuit in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:634
16: Left side of '||' is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:632
17: Assuming field 'fFitMethod' is equal to kUseSimulatedAnnealing in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:635
18: Taking true branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:632
19: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:640
20: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:640
21: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:643
22: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:643
23: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:647
24: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:647
25: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:652
26: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:652
27: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:656
28: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:656
29: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:640
30: Loop condition is false. Execution continues on line 668 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:640
31: 'fitter' initialized to a null pointer value in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:668
32: Control jumps to the 'default' case at line 683 in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:670
33: Assuming field 'fInteractive' is null in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:687
34: Taking false branch in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:687
35: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:689
/opt/root_src/tmva/tmva/src/MethodCuts.cxx:818:4: warning: Variable 'eff' with floating point type 'Double_t' should not be used as a loop counter [clang-analyzer-security.FloatLoopCounter]
 1: Variable 'eff' with floating point type 'Double_t' should not be used as a loop counter in /opt/root_src/tmva/tmva/src/MethodCuts.cxx:818
/opt/root_src/tmva/tmva/src/MethodDL.cxx:1348:52: warning: Division by zero [clang-analyzer-core.DivideZero]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1174
 2: Assuming 'batchDepth' is equal to 'batchSize' in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1219
 3: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1219
 4: Assuming 'batchDepth' is not equal to 1 in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1223
 5: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1223
 6: 'batchDepth' is equal to 'batchSize' in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1232
 7: Taking true branch in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1232
 8: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1233
 9: Assuming 'batchHeight' is not equal to 'batchSize' in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1235
10: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1235
11: 'badLayout' is false in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1237
12: Taking false branch in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1237
13: Assuming 'nTrainingSamples' is >= field 'batchSize' in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1244
14: Left side of '||' is false in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1244
15: Assuming 'nValidationSamples' is >= field 'batchSize' in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1244
16: Taking false branch in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1244
17: 'trainingPhase' is equal to 1 in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1257
18: Taking true branch in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1257
19: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1268
20: Loop condition is false. Execution continues on line 1275 in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1268
21: 'trainingPhase' is <= 1 in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1286
22: Taking false branch in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1286
23: Field 'fBuildNet' is true in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1294
24: Taking true branch in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1294
25: 'batchDepth' is not equal to 1 in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1301
26: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1301
27: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1311
28: Taking false branch in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1311
29: Assuming 'R' is equal to kNone in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1333
30: 'includeRegularization' is false in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1347
31: '?' condition is false in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1347
32: Division by zero in /opt/root_src/tmva/tmva/src/MethodDL.cxx:1348
/opt/root_src/tmva/tmva/src/MethodDNN.cxx:835:9: warning: Missing reference in range-for with non trivial type (TMVA::MethodDNN::TTrainingSettings) [clazy-range-loop]
 1: const  in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:835
 2: & in /opt/root_src/tmva/tmva/src/MethodDNN.cxx:835
/opt/root_src/tmva/tmva/src/MethodKNN.cxx:209:4: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodKNN.cxx:595
 2: Taking false branch in /opt/root_src/tmva/tmva/src/MethodKNN.cxx:595
 3: Loop condition is false. Execution continues on line 671 in /opt/root_src/tmva/tmva/src/MethodKNN.cxx:602
 4: Calling 'MethodKNN::MakeKNN' in /opt/root_src/tmva/tmva/src/MethodKNN.cxx:674
 5: Assuming field 'fModule' is null in /opt/root_src/tmva/tmva/src/MethodKNN.cxx:205
 6: Taking true branch in /opt/root_src/tmva/tmva/src/MethodKNN.cxx:205
 7: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodKNN.cxx:209
/opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:495:22: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:469
 2: Loop condition is false. Execution continues on line 471 in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:469
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:475
 4: Loop condition is false. Execution continues on line 478 in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:475
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:479
 6: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:479
 7: Assuming 'ivar' is not equal to field 'fDropVariable' in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:482
 8: Taking false branch in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:482
 9: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:486
10: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:489
11: Taking false branch in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:489
12: Assuming the condition is false in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:490
13: Taking false branch in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:490
14: 'itype' is equal to 0 in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:493
15: '?' condition is true in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:493
16: 'pdf' initialized here in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:493
17: Assuming 'pdf' is equal to null in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:494
18: Taking true branch in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:494
19: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodLikelihood.cxx:495
/opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:1025:4: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Taking false branch in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:439
 2: Taking true branch in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:446
 3: Calling 'MethodPDEFoam::TrainMultiClassification' in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:447
 4: Assuming the condition is true in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:558
 5: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:558
 6: Calling 'MethodPDEFoam::InitFoam' in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:560
 7: 'ft' is not equal to kMultiTarget in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:938
 8: Taking false branch in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:938
 9: Assuming 'idim' is >= 'dim' in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:946
10: Loop condition is false. Execution continues on line 951 in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:946
11: Assuming field 'fDTSeparation' is equal to kFoam in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:953
12: Taking true branch in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:953
13: Control jumps to 'case kMultiClass:'  at line 965 in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:955
14: Value assigned to 'pdefoam' in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:966
15:  Execution continues on line 1018 in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:968
16: Assuming 'pdefoam' is null in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:1018
17: Taking false branch in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:1018
18: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx:1025
/opt/root_src/tmva/tmva/src/MethodPDERS.cxx:1120:4: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming NULL is equal to field 'fBinaryTree' in /opt/root_src/tmva/tmva/src/MethodPDERS.cxx:1113
 2: expanded from macro 'NULL' in /opt/Qt/Tools/QtCreator/libexec/qtcreator/clang/lib/clang/11.0.0/include/stddef.h:84
 3: Taking false branch in /opt/root_src/tmva/tmva/src/MethodPDERS.cxx:1113
 4: Value assigned to field 'fBinaryTree' in /opt/root_src/tmva/tmva/src/MethodPDERS.cxx:1115
 5: Assuming field 'fBinaryTree' is null in /opt/root_src/tmva/tmva/src/MethodPDERS.cxx:1116
 6: Taking true branch in /opt/root_src/tmva/tmva/src/MethodPDERS.cxx:1116
 7: Field 'fBinaryTree' is null in /opt/root_src/tmva/tmva/src/MethodPDERS.cxx:1118
 8: Taking true branch in /opt/root_src/tmva/tmva/src/MethodPDERS.cxx:1118
 9: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/MethodPDERS.cxx:1120
/opt/root_src/tmva/tmva/src/MethodSVM.cxx:986:13: warning: Value stored to 'foundParam' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'foundParam' is never read in /opt/root_src/tmva/tmva/src/MethodSVM.cxx:986
/opt/root_src/tmva/tmva/src/MethodSVM.cxx:990:13: warning: Value stored to 'foundParam' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'foundParam' is never read in /opt/root_src/tmva/tmva/src/MethodSVM.cxx:990
/opt/root_src/tmva/tmva/src/MethodSVM.cxx:994:13: warning: Value stored to 'foundParam' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'foundParam' is never read in /opt/root_src/tmva/tmva/src/MethodSVM.cxx:994
/opt/root_src/tmva/tmva/src/MethodSVM.cxx:998:13: warning: Value stored to 'foundParam' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'foundParam' is never read in /opt/root_src/tmva/tmva/src/MethodSVM.cxx:998
/opt/root_src/tmva/tmva/src/PDEFoam.cxx:370:16: warning: Array access (via field 'fCells') results in a null pointer dereference [clang-analyzer-core.NullDereference]
 1: Assuming field 'fPseRan' is not equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:297
 2: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:297
 3: Assuming field 'fDistr' is not equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:298
 4: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:298
 5: Assuming field 'fDim' is not equal to 0 in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:299
 6: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:299
 7: Field 'fRvec' is not equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:306
 8: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:306
 9: Assuming field 'fDim' is <= 0 in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:308
10: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:308
11: Assuming field 'fInhiDiv' is not equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:314
12: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:314
13: Assuming field 'fMaskDiv' is not equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:319
14: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:319
15: 'i' is >= field 'fDim' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:325
16: Loop condition is false. Execution continues on line 340 in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:325
17: Calling 'PDEFoam::InitCells' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:343
18: Field 'fCells' is equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:359
19: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:359
20: Value assigned to field 'fCells' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:364
21: Assuming field 'fCells' is null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:365
22: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:365
23: Assuming 'i' is < field 'fNCells' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:369
24: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:369
25: Array access (via field 'fCells') results in a null pointer dereference in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:370
/opt/root_src/tmva/tmva/src/PDEFoam.cxx:397:11: warning: Array access (via field 'fCells') results in a null pointer dereference [clang-analyzer-core.NullDereference]
 1: Assuming field 'fPseRan' is not equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:297
 2: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:297
 3: Assuming field 'fDistr' is not equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:298
 4: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:298
 5: Assuming field 'fDim' is not equal to 0 in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:299
 6: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:299
 7: Field 'fRvec' is not equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:306
 8: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:306
 9: Assuming field 'fDim' is <= 0 in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:308
10: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:308
11: Assuming field 'fInhiDiv' is not equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:314
12: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:314
13: Assuming field 'fMaskDiv' is not equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:319
14: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:319
15: 'i' is >= field 'fDim' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:325
16: Loop condition is false. Execution continues on line 340 in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:325
17: Calling 'PDEFoam::InitCells' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:343
18: Field 'fCells' is equal to null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:359
19: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:359
20: Value assigned to field 'fCells' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:364
21: Assuming field 'fCells' is null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:365
22: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:365
23: Assuming 'i' is >= field 'fNCells' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:369
24: Loop condition is false. Execution continues on line 377 in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:369
25: Calling 'PDEFoam::CellFill' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:377
26: Assuming field 'fLastCe' is not equal to field 'fNCells' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:392
27: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:392
28: Array access (via field 'fCells') results in a null pointer dereference in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:397
/opt/root_src/tmva/tmva/src/PDEFoam.cxx:1233:31: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1221
 2: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1221
 3: Assuming 'h1' is null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1227
 4: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1227
 5: Value assigned to 'h1' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1228
 6: Assuming 'h1' is null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1230
 7: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1230
 8: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1233
/opt/root_src/tmva/tmva/src/PDEFoam.cxx:1304:33: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1273
 2: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1273
 3: Assuming 'idim1' is >= 0 in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1273
 4: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1273
 5: Assuming the condition is false in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1274
 6: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1273
 7: Assuming 'idim2' is >= 0 in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1274
 8: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1273
 9: Assuming 'idim1' is not equal to 'idim2' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1275
10: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1273
11: Assuming 'nbin' is <= 1000 in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1282
12: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1282
13: Assuming 'nbin' is >= 1 in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1286
14: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1286
15: Assuming 'h1' is null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1297
16: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1297
17: Value assigned to 'h1' in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1298
18: Assuming 'h1' is null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1300
19: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1300
20: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/PDEFoam.cxx:1304
/opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:149:4: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'cell' is null in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:127
 2: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:127
 3: Assuming 'idim' is >= field 'fDim' in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:136
 4: Loop condition is false. Execution continues on line 148 in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:136
 5: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:149
/opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:169:4: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'cell' is non-null in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:127
 2: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:127
 3: Assuming 'idim' is >= field 'fDim' in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:136
 4: Loop condition is false. Execution continues on line 148 in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:136
 5: Loop condition is false. Execution continues on line 160 in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:154
 6: 'distr' initialized here in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:160
 7: Assuming 'distr' is equal to NULL in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:161
 8: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:161
 9: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx:169
/opt/root_src/tmva/tmva/src/PDEFoamDensityBase.cxx:151:4: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'fBst' is equal to NULL in /opt/root_src/tmva/tmva/src/PDEFoamDensityBase.cxx:146
 2: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoamDensityBase.cxx:146
 3: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/PDEFoamDensityBase.cxx:151
/opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:203:7: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 2: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 3: Assuming 'idim1' is >= 0 in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 4: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 5: Assuming the condition is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:175
 6: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 7: Assuming 'idim2' is >= 0 in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:175
 8: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 9: Assuming 'idim1' is not equal to 'idim2' in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:176
10: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
11: Assuming 'nbin' is <= 1000 in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:183
12: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:183
13: Assuming 'nbin' is >= 1 in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:187
14: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:187
15: Assuming 'h1' is null in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:198
16: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:198
17: Value assigned to 'h1' in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:199
18: Assuming 'h1' is null in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:201
19: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:201
20: Assuming 'cell_value' is equal to kValue in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:202
21: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:202
22: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:203
/opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:208:33: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 2: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 3: Assuming 'idim1' is >= 0 in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 4: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 5: Assuming the condition is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:175
 6: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 7: Assuming 'idim2' is >= 0 in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:175
 8: Left side of '||' is false in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
 9: Assuming 'idim1' is not equal to 'idim2' in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:176
10: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:174
11: Assuming 'nbin' is <= 1000 in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:183
12: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:183
13: Assuming 'nbin' is >= 1 in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:187
14: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:187
15: Assuming 'h1' is null in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:198
16: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:198
17: Value assigned to 'h1' in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:199
18: Assuming 'h1' is null in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:201
19: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:201
20: Assuming 'cell_value' is not equal to kValue in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:202
21: Taking false branch in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:202
22: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx:208
/opt/root_src/tmva/tmva/src/PDEFoamKernelGauss.cxx:86:36: warning: Access to field 'fLastCe' results in a dereference of a null pointer (loaded from variable 'foam') [clang-analyzer-core.NullDereference]
 1: Assuming 'foam' is equal to NULL in /opt/root_src/tmva/tmva/src/PDEFoamKernelGauss.cxx:81
 2: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoamKernelGauss.cxx:81
 3: Access to field 'fLastCe' results in a dereference of a null pointer (loaded from variable 'foam') in /opt/root_src/tmva/tmva/src/PDEFoamKernelGauss.cxx:86
/opt/root_src/tmva/tmva/src/PDEFoamKernelLinN.cxx:112:31: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'foam' is equal to NULL in /opt/root_src/tmva/tmva/src/PDEFoamKernelLinN.cxx:79
 2: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoamKernelLinN.cxx:79
 3: Passing null pointer value via 1st parameter 'foam' in /opt/root_src/tmva/tmva/src/PDEFoamKernelLinN.cxx:82
 4: Calling 'PDEFoamKernelLinN::WeightLinNeighbors' in /opt/root_src/tmva/tmva/src/PDEFoamKernelLinN.cxx:82
 5: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/PDEFoamKernelLinN.cxx:112
/opt/root_src/tmva/tmva/src/PDEFoamKernelTrivial.cxx:80:30: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'foam' is equal to NULL in /opt/root_src/tmva/tmva/src/PDEFoamKernelTrivial.cxx:77
 2: Taking true branch in /opt/root_src/tmva/tmva/src/PDEFoamKernelTrivial.cxx:77
 3: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/PDEFoamKernelTrivial.cxx:80
/opt/root_src/tmva/tmva/src/PDF.cxx:267:8: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Passing value via 1st parameter 'hist' in /opt/root_src/tmva/tmva/src/PDF.cxx:188
 2: Calling 'PDF::BuildPDF' in /opt/root_src/tmva/tmva/src/PDF.cxx:188
 3: Assuming 'hist' is equal to NULL in /opt/root_src/tmva/tmva/src/PDF.cxx:264
 4: Taking true branch in /opt/root_src/tmva/tmva/src/PDF.cxx:264
 5: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/PDF.cxx:267
/opt/root_src/tmva/tmva/src/Reader.cxx:384:32: warning: Access to field 'fDataSetManager' results in a dereference of a null pointer (loaded from variable 'methCat') [clang-analyzer-core.NullDereference]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Reader.cxx:371
 2: Taking false branch in /opt/root_src/tmva/tmva/src/Reader.cxx:371
 3: Calling 'Reader::BookMVA' in /opt/root_src/tmva/tmva/src/Reader.cxx:378
 4: 'im' initialized here in /opt/root_src/tmva/tmva/src/Reader.cxx:395
 5: 'method' initialized here in /opt/root_src/tmva/tmva/src/Reader.cxx:398
 6: Assuming 'method' is not equal to null in /opt/root_src/tmva/tmva/src/Reader.cxx:400
 7: Taking false branch in /opt/root_src/tmva/tmva/src/Reader.cxx:400
 8: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Reader.cxx:402
 9: Taking false branch in /opt/root_src/tmva/tmva/src/Reader.cxx:402
10: Returning pointer (loaded from 'method'), which participates in a condition later in /opt/root_src/tmva/tmva/src/Reader.cxx:424
11: Returning pointer (loaded from 'method') in /opt/root_src/tmva/tmva/src/Reader.cxx:424
12: Returning from 'Reader::BookMVA' in /opt/root_src/tmva/tmva/src/Reader.cxx:378
13: 'method' initialized here in /opt/root_src/tmva/tmva/src/Reader.cxx:378
14: 'method' is non-null in /opt/root_src/tmva/tmva/src/Reader.cxx:380
15: Left side of '&&' is true in /opt/root_src/tmva/tmva/src/Reader.cxx:380
16: Assuming the condition is true in /opt/root_src/tmva/tmva/src/Reader.cxx:380
17: Taking true branch in /opt/root_src/tmva/tmva/src/Reader.cxx:380
18: 'methCat' initialized to a null pointer value in /opt/root_src/tmva/tmva/src/Reader.cxx:381
19: 'methCat' is null in /opt/root_src/tmva/tmva/src/Reader.cxx:382
20: Taking true branch in /opt/root_src/tmva/tmva/src/Reader.cxx:382
21: Access to field 'fDataSetManager' results in a dereference of a null pointer (loaded from variable 'methCat') in /opt/root_src/tmva/tmva/src/Reader.cxx:384
/opt/root_src/tmva/tmva/src/Reader.cxx:406:32: warning: Access to field 'fDataSetManager' results in a dereference of a null pointer (loaded from variable 'methCat') [clang-analyzer-core.NullDereference]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Reader.cxx:371
 2: Taking false branch in /opt/root_src/tmva/tmva/src/Reader.cxx:371
 3: Calling 'Reader::BookMVA' in /opt/root_src/tmva/tmva/src/Reader.cxx:378
 4: 'im' initialized here in /opt/root_src/tmva/tmva/src/Reader.cxx:395
 5: 'method' initialized here in /opt/root_src/tmva/tmva/src/Reader.cxx:398
 6: Assuming 'method' is not equal to null in /opt/root_src/tmva/tmva/src/Reader.cxx:400
 7: Taking false branch in /opt/root_src/tmva/tmva/src/Reader.cxx:400
 8: Assuming the condition is true in /opt/root_src/tmva/tmva/src/Reader.cxx:402
 9: Taking true branch in /opt/root_src/tmva/tmva/src/Reader.cxx:402
10: 'methCat' initialized to a null pointer value in /opt/root_src/tmva/tmva/src/Reader.cxx:403
11: 'methCat' is null in /opt/root_src/tmva/tmva/src/Reader.cxx:404
12: Taking true branch in /opt/root_src/tmva/tmva/src/Reader.cxx:404
13: Access to field 'fDataSetManager' results in a dereference of a null pointer (loaded from variable 'methCat') in /opt/root_src/tmva/tmva/src/Reader.cxx:406
/opt/root_src/tmva/tmva/src/Reader.cxx:443:32: warning: Access to field 'fDataSetManager' results in a dereference of a null pointer (loaded from variable 'methCat') [clang-analyzer-core.NullDereference]
 1: 'im' initialized here in /opt/root_src/tmva/tmva/src/Reader.cxx:432
 2: 'method' initialized here in /opt/root_src/tmva/tmva/src/Reader.cxx:435
 3: Assuming 'method' is non-null in /opt/root_src/tmva/tmva/src/Reader.cxx:437
 4: Taking false branch in /opt/root_src/tmva/tmva/src/Reader.cxx:437
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/src/Reader.cxx:439
 6: Taking true branch in /opt/root_src/tmva/tmva/src/Reader.cxx:439
 7: 'methCat' initialized to a null pointer value in /opt/root_src/tmva/tmva/src/Reader.cxx:440
 8: 'methCat' is null in /opt/root_src/tmva/tmva/src/Reader.cxx:441
 9: Taking true branch in /opt/root_src/tmva/tmva/src/Reader.cxx:441
10: Access to field 'fDataSetManager' results in a dereference of a null pointer (loaded from variable 'methCat') in /opt/root_src/tmva/tmva/src/Reader.cxx:443
/opt/root_src/tmva/tmva/src/Reader.cxx:535:22: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Reader.cxx:519
 2: Taking false branch in /opt/root_src/tmva/tmva/src/Reader.cxx:519
 3: Value assigned to 'method' in /opt/root_src/tmva/tmva/src/Reader.cxx:526
 4: 'kl' initialized here in /opt/root_src/tmva/tmva/src/Reader.cxx:528
 5: Assuming 'kl' is equal to null in /opt/root_src/tmva/tmva/src/Reader.cxx:530
 6: Taking true branch in /opt/root_src/tmva/tmva/src/Reader.cxx:530
 7: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/Reader.cxx:535
/opt/root_src/tmva/tmva/src/Reader.cxx:584:22: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Calling 'Reader::EvaluateRegression' in /opt/root_src/tmva/tmva/src/Reader.cxx:617
 2: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Reader.cxx:570
 3: Taking false branch in /opt/root_src/tmva/tmva/src/Reader.cxx:570
 4: Value assigned to 'method' in /opt/root_src/tmva/tmva/src/Reader.cxx:576
 5: 'kl' initialized here in /opt/root_src/tmva/tmva/src/Reader.cxx:578
 6: Assuming 'kl' is equal to null in /opt/root_src/tmva/tmva/src/Reader.cxx:580
 7: Assuming pointer value is null in /opt/root_src/tmva/tmva/src/Reader.cxx:580
 8: Taking true branch in /opt/root_src/tmva/tmva/src/Reader.cxx:580
 9: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/Reader.cxx:584
/opt/root_src/tmva/tmva/src/Reader.cxx:650:22: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Calling 'Reader::EvaluateMulticlass' in /opt/root_src/tmva/tmva/src/Reader.cxx:683
 2: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Reader.cxx:635
 3: Taking false branch in /opt/root_src/tmva/tmva/src/Reader.cxx:635
 4: Value assigned to 'method' in /opt/root_src/tmva/tmva/src/Reader.cxx:641
 5: 'kl' initialized here in /opt/root_src/tmva/tmva/src/Reader.cxx:643
 6: Assuming 'kl' is equal to null in /opt/root_src/tmva/tmva/src/Reader.cxx:645
 7: Assuming pointer value is null in /opt/root_src/tmva/tmva/src/Reader.cxx:645
 8: Taking true branch in /opt/root_src/tmva/tmva/src/Reader.cxx:645
 9: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/Reader.cxx:650
/opt/root_src/tmva/tmva/src/RuleEnsemble.cxx:674:31: warning: Although the value stored to 'ie' is used in the enclosing expression, the value is never actually read from 'ie' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'ie' is used in the enclosing expression, the value is never actually read from 'ie' in /opt/root_src/tmva/tmva/src/RuleEnsemble.cxx:674
/opt/root_src/tmva/tmva/src/RuleFit.cxx:226:52: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Passing value via 1st parameter 'rfbase' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:68
 2: Calling 'RuleFit::Initialize' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:68
 3: Passing value via 1st parameter 'rfbase' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:121
 4: Calling 'RuleFit::InitPtrs' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:121
 5: Passing value via 1st parameter 'rfbase' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:111
 6: Calling 'RuleFit::SetMethodBase' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:111
 7: Value assigned to field 'fMethodRuleFit' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:153
 8: Returning from 'RuleFit::SetMethodBase' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:111
 9: Calling 'RuleFitParams::SetRuleFit' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:113
10: Returning without writing to 'rf->fMethodRuleFit' in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitParams.h:62
11: Returning from 'RuleFitParams::SetRuleFit' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:113
12: Returning from 'RuleFit::InitPtrs' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:121
13: Assuming field 'fMethodRuleFit' is null in /opt/root_src/tmva/tmva/src/RuleFit.cxx:123
14: Taking false branch in /opt/root_src/tmva/tmva/src/RuleFit.cxx:123
15: Calling 'RuleFit::MakeForest' in /opt/root_src/tmva/tmva/src/RuleFit.cxx:137
16: Field 'fMethodRuleFit' is equal to null in /opt/root_src/tmva/tmva/src/RuleFit.cxx:223
17: Taking true branch in /opt/root_src/tmva/tmva/src/RuleFit.cxx:223
18: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/RuleFit.cxx:226
/opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:491:9: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: Taking false branch in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:487
 2: 'xval' declared without an initial value in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:489
 3: Calling 'RuleFitAPI::ReadFloat' in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:490
 4: Assuming the condition is true in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
 5: Taking true branch in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
 6: Returning without writing to '*v' in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
 7: Returning from 'RuleFitAPI::ReadFloat' in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:490
 8: Assigned value is garbage or undefined in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:491
/opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:523:14: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: Taking false branch in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:512
 2: 'xval' declared without an initial value in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:514
 3: Assuming 'ivar' is < 'nvars' in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:520
 4: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:520
 5: Calling 'RuleFitAPI::ReadFloat' in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:521
 6: Assuming the condition is true in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
 7: Taking true branch in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
 8: Returning without writing to '*v' in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
 9: Returning from 'RuleFitAPI::ReadFloat' in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:521
10: 'ivar' is equal to 0 in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:522
11: Taking true branch in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:522
12: Assigned value is garbage or undefined in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:523
/opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:592:30: warning: The left operand of '==' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Taking false branch in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:550
 2: 'dumI' declared without an initial value in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:555
 3: Assuming 'nrules' is equal to 1 in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:590
 4: Calling 'RuleFitAPI::ReadInt' in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:591
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:285
 6: Taking true branch in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:285
 7: Returning without writing to '*v' in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:285
 8: Returning from 'RuleFitAPI::ReadInt' in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:591
 9: 'norules' is true in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:592
10: Left side of '&&' is true in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:592
11: The left operand of '==' is a garbage value in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:592
/opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:607:4: warning: 1st function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: Taking false branch in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:550
 2: 'dumF' declared without an initial value in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:556
 3: Assuming 'nrules' is not equal to 1 in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:590
 4: 'norules' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:592
 5: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:592
 6: 'norules' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:594
 7: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:594
 8: 'norules' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:596
 9: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:596
10: Assuming 'nrules' is not equal to 0 in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:597
11: Taking false branch in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:597
12: 'norules' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:598
13: Taking false branch in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:598
14: Calling 'RuleFitAPI::ReadFloat' in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:602
15: Assuming the condition is true in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
16: Taking true branch in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
17: Returning without writing to '*v' in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
18: Returning from 'RuleFitAPI::ReadFloat' in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:602
19: 1st function call argument is an uninitialized value in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:607
/opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:608:4: warning: 1st function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: Taking false branch in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:550
 2: 'offset' declared without an initial value in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:557
 3: Assuming 'nrules' is not equal to 1 in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:590
 4: 'norules' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:592
 5: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:592
 6: 'norules' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:594
 7: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:594
 8: 'norules' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:596
 9: Left side of '&&' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:596
10: Assuming 'nrules' is not equal to 0 in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:597
11: Taking false branch in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:597
12: 'norules' is false in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:598
13: Taking false branch in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:598
14: Calling 'RuleFitAPI::ReadFloat' in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:603
15: Assuming the condition is true in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
16: Taking true branch in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
17: Returning without writing to '*v' in /opt/root_src/tmva/tmva/inc/TMVA/RuleFitAPI.h:294
18: Returning from 'RuleFitAPI::ReadFloat' in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:603
19: 1st function call argument is an uninitialized value in /opt/root_src/tmva/tmva/src/RuleFitAPI.cxx:608
/opt/root_src/tmva/tmva/src/RuleFitParams.cxx:1311:16: warning: Value stored to 'r' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'r' is never read in /opt/root_src/tmva/tmva/src/RuleFitParams.cxx:1311
/opt/root_src/tmva/tmva/src/SVWorkingSet.cxx:521:7: warning: Value stored to 'tmp_alpha_i' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'tmp_alpha_i' is never read in /opt/root_src/tmva/tmva/src/SVWorkingSet.cxx:521
/opt/root_src/tmva/tmva/src/SVWorkingSet.cxx:521:21: warning: Although the value stored to 'tmp_alpha_j' is used in the enclosing expression, the value is never actually read from 'tmp_alpha_j' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'tmp_alpha_j' is used in the enclosing expression, the value is never actually read from 'tmp_alpha_j' in /opt/root_src/tmva/tmva/src/SVWorkingSet.cxx:521
/opt/root_src/tmva/tmva/src/SVWorkingSet.cxx:623:4: warning: Value stored to 'deltafi' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'deltafi' is never read in /opt/root_src/tmva/tmva/src/SVWorkingSet.cxx:623
/opt/root_src/tmva/tmva/src/SimulatedAnnealing.cxx:262:4: warning: Value stored to 'y' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'y' is never read in /opt/root_src/tmva/tmva/src/SimulatedAnnealing.cxx:262
/opt/root_src/tmva/tmva/src/SimulatedAnnealing.cxx:302:7: warning: Value stored to 'y' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'y' is never read in /opt/root_src/tmva/tmva/src/SimulatedAnnealing.cxx:302
/opt/root_src/tmva/tmva/src/TSynapse.cxx:81:22: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'fPreNeuron' is equal to NULL in /opt/root_src/tmva/tmva/src/TSynapse.cxx:78
 2: Taking true branch in /opt/root_src/tmva/tmva/src/TSynapse.cxx:78
 3: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/TSynapse.cxx:81
/opt/root_src/tmva/tmva/src/TSynapse.cxx:92:21: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'fPostNeuron' is equal to NULL in /opt/root_src/tmva/tmva/src/TSynapse.cxx:89
 2: Taking true branch in /opt/root_src/tmva/tmva/src/TSynapse.cxx:89
 3: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/TSynapse.cxx:92
/opt/root_src/tmva/tmva/src/Tools.cxx:223:26: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'valVec' is equal to null in /opt/root_src/tmva/tmva/src/Tools.cxx:220
 2: Taking true branch in /opt/root_src/tmva/tmva/src/Tools.cxx:220
 3: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/Tools.cxx:223
/opt/root_src/tmva/tmva/src/Tools.cxx:478:20: warning: Although the value stored to 'a' is used in the enclosing expression, the value is never actually read from 'a' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'a' is used in the enclosing expression, the value is never actually read from 'a' in /opt/root_src/tmva/tmva/src/Tools.cxx:478
/opt/root_src/tmva/tmva/src/Tools.cxx:1297:24: warning: The right operand of '!=' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Calling 'Tools::ReadTMatrixDFromXML' in /opt/root_src/tmva/tmva/src/Tools.cxx:1282
 2: Taking false branch in /opt/root_src/tmva/tmva/src/Tools.cxx:1290
 3: 'nrows' declared without an initial value in /opt/root_src/tmva/tmva/src/Tools.cxx:1294
 4: Calling 'Tools::ReadAttr' in /opt/root_src/tmva/tmva/src/Tools.cxx:1295
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/src/Tools.cxx:1811
 6: Taking true branch in /opt/root_src/tmva/tmva/src/Tools.cxx:1811
 7: Returning without writing to 'value' in /opt/root_src/tmva/tmva/src/Tools.cxx:1817
 8: Returning from 'Tools::ReadAttr' in /opt/root_src/tmva/tmva/src/Tools.cxx:1295
 9: The right operand of '!=' is a garbage value in /opt/root_src/tmva/tmva/src/Tools.cxx:1297
/opt/root_src/tmva/tmva/src/Tools.cxx:1297:52: warning: The right operand of '!=' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Calling 'Tools::ReadTMatrixDFromXML' in /opt/root_src/tmva/tmva/src/Tools.cxx:1282
 2: Taking false branch in /opt/root_src/tmva/tmva/src/Tools.cxx:1290
 3: 'ncols' declared without an initial value in /opt/root_src/tmva/tmva/src/Tools.cxx:1294
 4: Calling 'Tools::ReadAttr' in /opt/root_src/tmva/tmva/src/Tools.cxx:1296
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/src/Tools.cxx:1811
 6: Taking true branch in /opt/root_src/tmva/tmva/src/Tools.cxx:1811
 7: Returning without writing to 'value' in /opt/root_src/tmva/tmva/src/Tools.cxx:1817
 8: Returning from 'Tools::ReadAttr' in /opt/root_src/tmva/tmva/src/Tools.cxx:1296
 9: Assuming the condition is false in /opt/root_src/tmva/tmva/src/Tools.cxx:1297
10: Left side of '||' is false in /opt/root_src/tmva/tmva/src/Tools.cxx:1297
11: The right operand of '!=' is a garbage value in /opt/root_src/tmva/tmva/src/Tools.cxx:1297
/opt/root_src/tmva/tmva/src/Tools.cxx:1300:7: warning: 2nd function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: Calling 'Tools::ReadTMatrixDFromXML' in /opt/root_src/tmva/tmva/src/Tools.cxx:1282
 2: Taking false branch in /opt/root_src/tmva/tmva/src/Tools.cxx:1290
 3: 'ncols' declared without an initial value in /opt/root_src/tmva/tmva/src/Tools.cxx:1294
 4: Calling 'Tools::ReadAttr' in /opt/root_src/tmva/tmva/src/Tools.cxx:1296
 5: Assuming the condition is true in /opt/root_src/tmva/tmva/src/Tools.cxx:1811
 6: Taking true branch in /opt/root_src/tmva/tmva/src/Tools.cxx:1811
 7: Returning without writing to 'value' in /opt/root_src/tmva/tmva/src/Tools.cxx:1817
 8: Returning from 'Tools::ReadAttr' in /opt/root_src/tmva/tmva/src/Tools.cxx:1296
 9: Assuming the condition is true in /opt/root_src/tmva/tmva/src/Tools.cxx:1297
10: Left side of '||' is true in /opt/root_src/tmva/tmva/src/Tools.cxx:1297
11: 2nd function call argument is an uninitialized value in /opt/root_src/tmva/tmva/src/Tools.cxx:1300
/opt/root_src/tmva/tmva/src/Tools.cxx:1538:7: warning: Value stored to 'ntgts' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'ntgts' is never read in /opt/root_src/tmva/tmva/src/Tools.cxx:1538
/opt/root_src/tmva/tmva/src/Tools.cxx:1539:7: warning: Value stored to 'nspcts' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'nspcts' is never read in /opt/root_src/tmva/tmva/src/Tools.cxx:1539
/opt/root_src/tmva/tmva/src/TransformationHandler.cxx:915:7: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:884
 2: 'newtrf' initialized to a null pointer value in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:889
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:891
 4: Taking false branch in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:891
 5: Assuming the condition is false in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:894
 6: Taking false branch in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:894
 7: Assuming the condition is false in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:897
 8: Taking false branch in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:897
 9: Assuming the condition is false in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:900
10: Taking false branch in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:900
11: Assuming the condition is false in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:903
12: Taking false branch in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:903
13: Assuming the condition is false in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:906
14: Taking false branch in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:906
15: Taking true branch in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:909
16: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/TransformationHandler.cxx:915
/opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:139:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
 1: Assuming 'cls' is >= 0 in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:120
 2: Left side of '||' is false in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:120
 3: Assuming the condition is false in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:120
 4: Taking false branch in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:120
 5: 'm' initialized here in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:122
 6: Assuming 'm' is equal to null in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:123
 7: Taking true branch in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:123
 8: Assuming the condition is true in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:124
 9: Taking true branch in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:124
10: Assuming 'ivar' is < 'nvar' in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:136
11: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:136
12: 'jvar' is < 'nvar' in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:138
13: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:138
14: Called C++ object pointer is null in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:139
/opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:219:4: warning: Forming reference to null pointer [clang-analyzer-core.NonNullParamChecker]
 1: Assuming the condition is false in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:169
 2: Taking false branch in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:169
 3: Assuming 'cls' is >= 0 in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:176
 4: Left side of '||' is false in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:176
 5: Assuming the condition is false in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:176
 6: Taking false branch in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:176
 7: 'm' initialized here in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:183
 8: Assuming 'm' is equal to null in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:184
 9: Taking true branch in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:184
10: Assuming the condition is true in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:185
11: Taking true branch in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:185
12: Assuming field 'fTransformedEvent' is not equal to null in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:193
13: Left side of '||' is false in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:193
14: Assuming the condition is false in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:193
15: Taking false branch in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:193
16: Assuming 'hasMaskedEntries' is false in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:205
17: Taking false branch in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:205
18: Assuming 'ivar' is >= 'nvar' in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:216
19: Loop condition is false. Execution continues on line 219 in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:216
20: Forming reference to null pointer in /opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx:219
/opt/root_src/tmva/tmva/src/VariableImportance.cxx:321:7: warning: Value stored to 'x' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'x' is never read in /opt/root_src/tmva/tmva/src/VariableImportance.cxx:321
/opt/root_src/tmva/tmva/src/VariableTransformBase.cxx:216:10: warning: Value stored to 'numIndices' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'numIndices' is never read in /opt/root_src/tmva/tmva/src/VariableTransformBase.cxx:216
/opt/root_src/tmva/tmva/src/Volume.cxx:140:20: warning: Forming reference to null pointer [clang-analyzer-core.NonNullParamChecker]
 1: Assuming V == *this in /opt/root_src/tmva/tmva/src/Volume.cxx:135
 2: Assuming field 'fOwnerShip' is true in /opt/root_src/tmva/tmva/src/Volume.cxx:137
 3: Taking true branch in /opt/root_src/tmva/tmva/src/Volume.cxx:137
 4: Assuming field 'fLower' is null in /opt/root_src/tmva/tmva/src/Volume.cxx:138
 5: Taking false branch in /opt/root_src/tmva/tmva/src/Volume.cxx:138
 6: Assuming field 'fUpper' is null in /opt/root_src/tmva/tmva/src/Volume.cxx:139
 7: Taking false branch in /opt/root_src/tmva/tmva/src/Volume.cxx:139
 8: Forming reference to null pointer in /opt/root_src/tmva/tmva/src/Volume.cxx:140
/opt/root_src/tmva/tmva/src/Volume.cxx:140:20: warning: Use of memory after it is freed [clang-analyzer-cplusplus.NewDelete]
 1: Assuming V == *this in /opt/root_src/tmva/tmva/src/Volume.cxx:135
 2: Assuming field 'fOwnerShip' is true in /opt/root_src/tmva/tmva/src/Volume.cxx:137
 3: Taking true branch in /opt/root_src/tmva/tmva/src/Volume.cxx:137
 4: Assuming field 'fLower' is non-null in /opt/root_src/tmva/tmva/src/Volume.cxx:138
 5: Taking true branch in /opt/root_src/tmva/tmva/src/Volume.cxx:138
 6: Memory is released in /opt/root_src/tmva/tmva/src/Volume.cxx:138
 7: Assuming field 'fUpper' is null in /opt/root_src/tmva/tmva/src/Volume.cxx:139
 8: Taking false branch in /opt/root_src/tmva/tmva/src/Volume.cxx:139
 9: Use of memory after it is freed in /opt/root_src/tmva/tmva/src/Volume.cxx:140
/opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:312:4: warning: 6th function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: Assuming the condition is false in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:446
 2: Taking false branch in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:446
 3: Assuming the condition is false in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:450
 4: Taking false branch in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:450
 5: Calling 'StatDialogBDTReg::DrawTree' in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:463
 6: 'vars' declared without an initial value in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:294
 7: Calling 'StatDialogBDTReg::ReadTree' in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:296
 8: Assuming the condition is false in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:211
 9: Taking false branch in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:211
10: Assuming 'itree' is < field 'fNtrees' in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:257
11: Taking false branch in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:257
12: Loop condition is false. Execution continues on line 283 in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:268
13: Assuming 'i' is >= 'itree' in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:284
14: Loop condition is false. Execution continues on line 285 in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:284
15: Returning without writing to 'vars' in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:287
16: Returning from 'StatDialogBDTReg::ReadTree' in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:296
17: 'd' is not equal to null in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:297
18: Taking false branch in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:297
19: Assuming field 'fCanvas' is non-null in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:309
20: Taking false branch in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:309
21: 6th function call argument is an uninitialized value in /opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx:312
/opt/root_src/tmva/tmvagui/src/likelihoodrefs.cxx:54:16: warning: Value stored to 'newCanvas' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'newCanvas' is never read in /opt/root_src/tmva/tmvagui/src/likelihoodrefs.cxx:54
/opt/root_src/tmva/tmvagui/src/likelihoodrefs.cxx:170:1: warning: Potential leak of memory pointed to by 'c' [clang-analyzer-cplusplus.NewDeleteLeaks]
 1: Assuming 'ninst' is not equal to 0 in /opt/root_src/tmva/tmvagui/src/likelihoodrefs.cxx:184
 2: Taking false branch in /opt/root_src/tmva/tmvagui/src/likelihoodrefs.cxx:184
 3: Loop condition is true.  Entering loop body in /opt/root_src/tmva/tmvagui/src/likelihoodrefs.cxx:192
 4: Calling 'likelihoodrefs' in /opt/root_src/tmva/tmvagui/src/likelihoodrefs.cxx:194
 5: Memory is allocated in /opt/root_src/tmva/tmvagui/src/likelihoodrefs.cxx:19
 6: Loop condition is false. Execution continues on line 247 in /opt/root_src/tmva/tmvagui/src/likelihoodrefs.cxx:30
 7: Potential leak of memory pointed to by 'c' in /opt/root_src/tmva/tmvagui/src/likelihoodrefs.cxx:170
/opt/root_src/tmva/tmvagui/src/network.cxx:53:10: warning: Value stored to 'iyc' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'iyc' during its initialization is never read in /opt/root_src/tmva/tmvagui/src/network.cxx:53
/opt/root_src/tmva/tmvagui/src/network.cxx:54:25: warning: Although the value stored to 'iyc' is used in the enclosing expression, the value is never actually read from 'iyc' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'iyc' is used in the enclosing expression, the value is never actually read from 'iyc' in /opt/root_src/tmva/tmvagui/src/network.cxx:54
/opt/root_src/tmva/tmvagui/src/regression_averagedevs.cxx:19:18: warning: Value stored to 'Nevt' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'Nevt' is never read in /opt/root_src/tmva/tmvagui/src/regression_averagedevs.cxx:19
/opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:283:18: warning: Division by zero [clang-analyzer-core.DivideZero]
 1: Calling 'findImage' in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:273
 2: Assuming the condition is true in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:260
 3: 'fileFound' is true in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:262
 4: Taking true branch in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:262
 5: Returning pointer (loaded from 'img'), which participates in a condition later in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:267
 6: Returning from 'findImage' in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:273
 7: Assuming 'img' is non-null in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:274
 8: Taking false branch in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:274
 9: Calling 'TImage::GetHeight' in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:280
10: Returning zero in /opt/root_src/graf2d/graf/inc/TImage.h:229
11: Returning from 'TImage::GetHeight' in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:280
12: 'h_' initialized to 0 in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:280
13: Division by zero in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:283
/opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:714:16: warning: Value stored to 'dir' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'dir' is never read in /opt/root_src/tmva/tmvagui/src/tmvaglob.cxx:714
/opt/root_src/tmva/tmvagui/src/variables.cxx:186:7: warning: Value stored to 'createNewFig' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'createNewFig' is never read in /opt/root_src/tmva/tmvagui/src/variables.cxx:186
/opt/root_src/tmva/tmvagui/src/variablesMultiClass.cxx:215:7: warning: Value stored to 'createNewFig' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'createNewFig' is never read in /opt/root_src/tmva/tmvagui/src/variablesMultiClass.cxx:215
/opt/root_src/tmva/pymva/src/MethodPyKeras.cxx
/opt/root_src/tmva/pymva/src/MethodPyTorch.cxx
/opt/root_src/tmva/tmva/inc/TMVA/BinaryTree.h
/opt/root_src/tmva/tmva/inc/TMVA/DNN/Minimizers.h
/opt/root_src/tmva/tmva/src/Classification.cxx
/opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/DataLoader.cxx
/opt/root_src/tmva/tmva/src/DNN/Architectures/Reference/TensorDataLoader.cxx
/opt/root_src/tmva/tmva/src/DataInputHandler.cxx
/opt/root_src/tmva/tmva/src/DataLoader.cxx
/opt/root_src/tmva/tmva/src/DataSetInfo.cxx
/opt/root_src/tmva/tmva/src/DataSetManager.cxx
/opt/root_src/tmva/tmva/src/DecisionTree.cxx
/opt/root_src/tmva/tmva/src/ExpectedErrorPruneTool.cxx
/opt/root_src/tmva/tmva/src/KDEKernel.cxx
/opt/root_src/tmva/tmva/src/MethodBDT.cxx
/opt/root_src/tmva/tmva/src/MethodBase.cxx
/opt/root_src/tmva/tmva/src/MethodBoost.cxx
/opt/root_src/tmva/tmva/src/MethodCFMlpANN.cxx
/opt/root_src/tmva/tmva/src/MethodCFMlpANN_Utils.cxx
/opt/root_src/tmva/tmva/src/MethodCategory.cxx
/opt/root_src/tmva/tmva/src/MethodCompositeBase.cxx
/opt/root_src/tmva/tmva/src/MethodCuts.cxx
/opt/root_src/tmva/tmva/src/MethodDL.cxx
/opt/root_src/tmva/tmva/src/MethodDNN.cxx
/opt/root_src/tmva/tmva/src/MethodKNN.cxx
/opt/root_src/tmva/tmva/src/MethodLikelihood.cxx
/opt/root_src/tmva/tmva/src/MethodPDEFoam.cxx
/opt/root_src/tmva/tmva/src/MethodPDERS.cxx
/opt/root_src/tmva/tmva/src/MethodSVM.cxx
/opt/root_src/tmva/tmva/src/PDEFoam.cxx
/opt/root_src/tmva/tmva/src/PDEFoamDecisionTree.cxx
/opt/root_src/tmva/tmva/src/PDEFoamDensityBase.cxx
/opt/root_src/tmva/tmva/src/PDEFoamDiscriminant.cxx
/opt/root_src/tmva/tmva/src/PDEFoamKernelGauss.cxx
/opt/root_src/tmva/tmva/src/PDEFoamKernelLinN.cxx
/opt/root_src/tmva/tmva/src/PDEFoamKernelTrivial.cxx
/opt/root_src/tmva/tmva/src/PDF.cxx
/opt/root_src/tmva/tmva/src/Reader.cxx
/opt/root_src/tmva/tmva/src/RuleEnsemble.cxx
/opt/root_src/tmva/tmva/src/RuleFit.cxx
/opt/root_src/tmva/tmva/src/RuleFitAPI.cxx
/opt/root_src/tmva/tmva/src/RuleFitParams.cxx
/opt/root_src/tmva/tmva/src/SVWorkingSet.cxx
/opt/root_src/tmva/tmva/src/SimulatedAnnealing.cxx
/opt/root_src/tmva/tmva/src/TSynapse.cxx
/opt/root_src/tmva/tmva/src/Tools.cxx
/opt/root_src/tmva/tmva/src/TransformationHandler.cxx
/opt/root_src/tmva/tmva/src/VariableDecorrTransform.cxx
/opt/root_src/tmva/tmva/src/VariableImportance.cxx
/opt/root_src/tmva/tmva/src/VariableTransformBase.cxx
/opt/root_src/tmva/tmva/src/Volume.cxx
/opt/root_src/tmva/tmvagui/src/BDT_Reg.cxx
/opt/root_src/tmva/tmvagui/src/likelihoodrefs.cxx
/opt/root_src/tmva/tmvagui/src/network.cxx
/opt/root_src/tmva/tmvagui/src/regression_averagedevs.cxx
/opt/root_src/tmva/tmvagui/src/tmvaglob.cxx
/opt/root_src/tmva/tmvagui/src/variables.cxx
/opt/root_src/tmva/tmvagui/src/variablesMultiClass.cxx
linev commented 3 years ago

Beside #7592 PR it is impossible to fix TMVA code without significant changes in the code. I guess, it is maximum we can do