root-project / root

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

[math] clang-tidy clazy warnings #7458

Closed ferdymercury closed 4 days ago

ferdymercury commented 3 years ago
/opt/root_src/core/cont/inc/TBits.h:82:60: warning: Using copy-ctor but class TBits::TReference has a trivial copy-ctor but non trivial assign operator [clazy-rule-of-two-soft]
/opt/root_src/math/fumili/src/TFumili.cxx:853:4: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy]
 1: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 in /opt/root_src/math/fumili/src/TFumili.cxx:853
/opt/root_src/math/fumili/src/TFumili.cxx:1018:13: warning: Value stored to 'ki' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'ki' is never read in /opt/root_src/math/fumili/src/TFumili.cxx:1018
/opt/root_src/math/fumili/src/TFumili.cxx:2141:10: warning: Value stored to 'eu' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'eu' is never read in /opt/root_src/math/fumili/src/TFumili.cxx:2141
/opt/root_src/math/genvector/src/3DConversions.cxx:510:20: warning: Value stored to 'u' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'u' is never read in /opt/root_src/math/genvector/src/3DConversions.cxx:510
/opt/root_src/math/genvector/src/3DConversions.cxx:516:21: warning: Value stored to 'u' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'u' is never read in /opt/root_src/math/genvector/src/3DConversions.cxx:516
/opt/root_src/math/genvector/src/AxisAngleXother.cxx:108:19: warning: Value stored to 'aqu' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'aqu' is never read in /opt/root_src/math/genvector/src/AxisAngleXother.cxx:108
/opt/root_src/math/genvector/src/AxisAngleXother.cxx:139:19: warning: Value stored to 'aqu' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'aqu' is never read in /opt/root_src/math/genvector/src/AxisAngleXother.cxx:139
/opt/root_src/math/genvector/src/AxisAngleXother.cxx:170:19: warning: Value stored to 'aqu' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'aqu' is never read in /opt/root_src/math/genvector/src/AxisAngleXother.cxx:170
/opt/root_src/math/mathcore/inc/Fit/FitData.h:207:47: warning: Dereference of undefined pointer value [clang-analyzer-core.NullDereference]
 1: Calling 'FitData::InitFromRange' in /opt/root_src/math/mathcore/src/FitData.cxx:197
 2: 'i' initialized to 0 in /opt/root_src/math/mathcore/inc/Fit/FitData.h:202
 3: Assuming 'i' is < field 'fMaxPoints' in /opt/root_src/math/mathcore/inc/Fit/FitData.h:202
 4: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/inc/Fit/FitData.h:202
 5: Assuming 'j' is < field 'fDim' in /opt/root_src/math/mathcore/inc/Fit/FitData.h:206
 6: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/inc/Fit/FitData.h:206
 7: Assuming 'j' is < field 'fDim' in /opt/root_src/math/mathcore/inc/Fit/FitData.h:206
 8: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/inc/Fit/FitData.h:206
 9: Assuming 'j' is < field 'fDim' in /opt/root_src/math/mathcore/inc/Fit/FitData.h:206
10: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/inc/Fit/FitData.h:206
11: Assuming 'j' is < field 'fDim' in /opt/root_src/math/mathcore/inc/Fit/FitData.h:206
12: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/inc/Fit/FitData.h:206
13: Dereference of undefined pointer value in /opt/root_src/math/mathcore/inc/Fit/FitData.h:207
/opt/root_src/math/mathcore/inc/Fit/FitUtil.h:208:24: warning: Dereference of null pointer (loaded from variable 'x2') [clang-analyzer-core.NullDereference]
 1: Assuming field 'fIntegral' is true in /opt/root_src/math/mathcore/src/FitUtil.cxx:1273
 2: Left side of '&&' is true in /opt/root_src/math/mathcore/src/FitUtil.cxx:1273
 3: Assuming field 'fBinVolume' is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1274
 4: Left side of '&&' is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1274
 5: 'x2' initialized to a null pointer value in /opt/root_src/math/mathcore/src/FitUtil.cxx:1278
 6: 'useBinVolume' is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1282
 7: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1282
 8: 'useBinVolume' is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1294
 9: '?' condition is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1294
10: 'useBinIntegral' is true in /opt/root_src/math/mathcore/src/FitUtil.cxx:1296
11: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1296
12: 'useBinVolume' is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1305
13: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1305
14: Assuming the condition is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1310
15: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1310
16: Assuming 'g' is not equal to null in /opt/root_src/math/mathcore/src/FitUtil.cxx:1319
17: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1319
18: 'gfunc' is not equal to null in /opt/root_src/math/mathcore/src/FitUtil.cxx:1325
19: Taking true branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1325
20: 'useBinIntegral' is true in /opt/root_src/math/mathcore/src/FitUtil.cxx:1327
21: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1327
22: Passing null pointer value via 3rd parameter 'x2' in /opt/root_src/math/mathcore/src/FitUtil.cxx:1331
23: Calling 'CalculateGradientIntegral<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>' in /opt/root_src/math/mathcore/src/FitUtil.cxx:1331
24: Calling constructor for 'IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>' in /opt/root_src/math/mathcore/src/FitUtil.cxx:207
25: 'useIntegral' is true in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:135
26: Taking true branch in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:135
27: Calling 'IntegralEvaluator::SetFunction' in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:136
28: Field 'fFunc' is not equal to null in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:150
29: '?' condition is true in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:150
30: expanded from macro 'assert' in /usr/include/assert.h:93
31: Assuming field 'fDim' is equal to 1 in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:153
32: Taking true branch in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:153
33: Calling constructor for 'WrappedMemFunction<ROOT::Fit::FitUtil::IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>, double (ROOT::Fit::FitUtil::IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>::*)(double) const>' in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:155
34: Returning from constructor for 'WrappedMemFunction<ROOT::Fit::FitUtil::IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>, double (ROOT::Fit::FitUtil::IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>::*)(double) const>' in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:155
35: Returning from 'IntegralEvaluator::SetFunction' in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:136
36: Returning from constructor for 'IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>' in /opt/root_src/math/mathcore/src/FitUtil.cxx:207
37: Assuming 'k' is < 'npar' in /opt/root_src/math/mathcore/src/FitUtil.cxx:210
38: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/FitUtil.cxx:210
39: Passing null pointer value via 2nd parameter 'x2' in /opt/root_src/math/mathcore/src/FitUtil.cxx:212
40: Calling 'IntegralEvaluator::operator()' in /opt/root_src/math/mathcore/src/FitUtil.cxx:212
41: Field 'fIg1Dim' is non-null in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:207
42: Taking true branch in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:207
43: Dereference of null pointer (loaded from variable 'x2') in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:208
/opt/root_src/math/mathcore/inc/Fit/FitUtil.h:213:22: warning: Array access (from variable 'x2') results in a null pointer dereference [clang-analyzer-core.NullDereference]
 1: Assuming field 'fIntegral' is true in /opt/root_src/math/mathcore/src/FitUtil.cxx:1273
 2: Left side of '&&' is true in /opt/root_src/math/mathcore/src/FitUtil.cxx:1273
 3: Assuming field 'fBinVolume' is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1274
 4: Left side of '&&' is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1274
 5: 'x2' initialized to a null pointer value in /opt/root_src/math/mathcore/src/FitUtil.cxx:1278
 6: 'useBinVolume' is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1282
 7: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1282
 8: 'useBinVolume' is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1294
 9: '?' condition is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1294
10: 'useBinIntegral' is true in /opt/root_src/math/mathcore/src/FitUtil.cxx:1296
11: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1296
12: 'useBinVolume' is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1305
13: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1305
14: Assuming the condition is false in /opt/root_src/math/mathcore/src/FitUtil.cxx:1310
15: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1310
16: Assuming 'g' is not equal to null in /opt/root_src/math/mathcore/src/FitUtil.cxx:1319
17: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1319
18: 'gfunc' is not equal to null in /opt/root_src/math/mathcore/src/FitUtil.cxx:1325
19: Taking true branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1325
20: 'useBinIntegral' is true in /opt/root_src/math/mathcore/src/FitUtil.cxx:1327
21: Taking false branch in /opt/root_src/math/mathcore/src/FitUtil.cxx:1327
22: Passing null pointer value via 3rd parameter 'x2' in /opt/root_src/math/mathcore/src/FitUtil.cxx:1331
23: Calling 'CalculateGradientIntegral<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>' in /opt/root_src/math/mathcore/src/FitUtil.cxx:1331
24: Calling constructor for 'IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>' in /opt/root_src/math/mathcore/src/FitUtil.cxx:207
25: 'useIntegral' is true in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:135
26: Taking true branch in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:135
27: Calling 'IntegralEvaluator::SetFunction' in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:136
28: Field 'fFunc' is not equal to null in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:150
29: '?' condition is true in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:150
30: expanded from macro 'assert' in /usr/include/assert.h:93
31: Assuming field 'fDim' is equal to 1 in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:153
32: Taking true branch in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:153
33: Calling constructor for 'WrappedMemFunction<ROOT::Fit::FitUtil::IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>, double (ROOT::Fit::FitUtil::IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>::*)(double) const>' in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:155
34: Returning from constructor for 'WrappedMemFunction<ROOT::Fit::FitUtil::IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>, double (ROOT::Fit::FitUtil::IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>::*)(double) const>' in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:155
35: Returning from 'IntegralEvaluator::SetFunction' in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:136
36: Returning from constructor for 'IntegralEvaluator<ROOT::Fit::FitUtil::ParamDerivFunc<ROOT::Math::IParametricGradFunctionMultiDimTempl<double>>>' in /opt/root_src/math/mathcore/src/FitUtil.cxx:207
37: Assuming 'k' is < 'npar' in /opt/root_src/math/mathcore/src/FitUtil.cxx:210
38: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/FitUtil.cxx:210
39: Passing null pointer value via 2nd parameter 'x2' in /opt/root_src/math/mathcore/src/FitUtil.cxx:212
40: Calling 'IntegralEvaluator::operator()' in /opt/root_src/math/mathcore/src/FitUtil.cxx:212
41: Assuming field 'fIg1Dim' is null in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:207
42: Taking false branch in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:207
43: Assuming field 'fIgNDim' is non-null in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:210
44: Taking true branch in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:210
45: Assuming 'i' is < field 'fDim' in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:212
46: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:212
47: Array access (from variable 'x2') results in a null pointer dereference in /opt/root_src/math/mathcore/inc/Fit/FitUtil.h:213
/opt/root_src/math/mathcore/inc/TMath.h:1373:16: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: Assuming the condition is false in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
 2: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 3: Left side of '||' is false in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
 4: Assuming field 'fInputFunction' is null in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
 5: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 6: Left side of '||' is false in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
 7: Assuming field 'fSpecial' is > 200 in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
 8: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 9: Taking false branch in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
10: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
11: Loop condition is false.  Exiting loop in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
12: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
13: Assuming the condition is false in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2376
14: Taking false branch in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2376
15: Assuming 'i' is >= field 'fNpoints' in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2412
16: Loop condition is false. Execution continues on line 2444 in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2412
17: Calling 'KOrdStat<double, int>' in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2444
18: Assuming 'work' is null in /opt/root_src/math/mathcore/inc/TMath.h:1347
19: Taking false branch in /opt/root_src/math/mathcore/inc/TMath.h:1347
20: 'n' is <= 'kWorkMax' in /opt/root_src/math/mathcore/inc/TMath.h:1351
21: Taking false branch in /opt/root_src/math/mathcore/inc/TMath.h:1351
22: 'ii' is >= 'n' in /opt/root_src/math/mathcore/inc/TMath.h:1357
23: Loop condition is false. Execution continues on line 1360 in /opt/root_src/math/mathcore/inc/TMath.h:1357
24: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/inc/TMath.h:1363
25: Assuming the condition is false in /opt/root_src/math/mathcore/inc/TMath.h:1364
26: Taking false branch in /opt/root_src/math/mathcore/inc/TMath.h:1364
27: The value 1073741823 is assigned to 'mid' in /opt/root_src/math/mathcore/inc/TMath.h:1372
28: Assigned value is garbage or undefined in /opt/root_src/math/mathcore/inc/TMath.h:1373
/opt/root_src/math/mathcore/inc/TMath.h:1373:36: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: Assuming the condition is false in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
 2: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 3: Left side of '||' is false in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
 4: Assuming field 'fInputFunction' is null in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
 5: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 6: Left side of '||' is false in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
 7: Assuming field 'fSpecial' is <= 200 in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
 8: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 9: Taking true branch in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
10: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
11: Loop condition is false.  Exiting loop in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2370
12: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
13: Assuming the condition is true in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2376
14: Taking true branch in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2376
15: Assuming 'i' is >= 'n' in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2378
16: Loop condition is false. Execution continues on line 2444 in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2378
17: Calling 'KOrdStat<double, int>' in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2444
18: Assuming 'work' is null in /opt/root_src/math/mathcore/inc/TMath.h:1347
19: Taking false branch in /opt/root_src/math/mathcore/inc/TMath.h:1347
20: 'n' is <= 'kWorkMax' in /opt/root_src/math/mathcore/inc/TMath.h:1351
21: Taking false branch in /opt/root_src/math/mathcore/inc/TMath.h:1351
22: 'ii' is >= 'n' in /opt/root_src/math/mathcore/inc/TMath.h:1357
23: Loop condition is false. Execution continues on line 1360 in /opt/root_src/math/mathcore/inc/TMath.h:1357
24: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/inc/TMath.h:1363
25: Assuming the condition is false in /opt/root_src/math/mathcore/inc/TMath.h:1364
26: Taking false branch in /opt/root_src/math/mathcore/inc/TMath.h:1364
27: Assigned value is garbage or undefined in /opt/root_src/math/mathcore/inc/TMath.h:1373
/opt/root_src/math/mathcore/src/AdaptiveIntegratorMultiDim.cxx:142:4: warning: Value stored to 'nfnevl' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'nfnevl' is never read in /opt/root_src/math/mathcore/src/AdaptiveIntegratorMultiDim.cxx:142
/opt/root_src/math/mathcore/src/AdaptiveIntegratorMultiDim.cxx:143:4: warning: Value stored to 'relerr' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'relerr' is never read in /opt/root_src/math/mathcore/src/AdaptiveIntegratorMultiDim.cxx:143
/opt/root_src/math/mathcore/src/GaussIntegrator.cxx:68:4: warning: Potential memory leak [clang-analyzer-cplusplus.NewDeleteLeaks]
 1: Calling 'IntegrandTransform::Clone' in /opt/root_src/math/mathcore/src/GaussIntegrator.cxx:68
 2: Field 'fInfiniteInterval' is false in /opt/root_src/math/mathcore/src/GaussIntegrator.cxx:248
 3: '?' condition is false in /opt/root_src/math/mathcore/src/GaussIntegrator.cxx:248
 4: Memory is allocated in /opt/root_src/math/mathcore/src/GaussIntegrator.cxx:248
 5: Returned allocated memory in /opt/root_src/math/mathcore/src/GaussIntegrator.cxx:68
 6: Potential memory leak in /opt/root_src/math/mathcore/src/GaussIntegrator.cxx:68
/opt/root_src/math/mathcore/src/GaussIntegrator.cxx:235:12: warning: Although the value stored to 'result' is used in the enclosing expression, the value is never actually read from 'result' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'result' is used in the enclosing expression, the value is never actually read from 'result' in /opt/root_src/math/mathcore/src/GaussIntegrator.cxx:235
/opt/root_src/math/mathcore/src/GoFTest.cxx:603:7: warning: Value stored to 'maij' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'maij' is never read in /opt/root_src/math/mathcore/src/GoFTest.cxx:603
/opt/root_src/math/mathcore/src/SpecFuncCephes.cxx:216:10: warning: Value stored to 'sgngam' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'sgngam' is never read in /opt/root_src/math/mathcore/src/SpecFuncCephes.cxx:216
/opt/root_src/math/mathcore/src/SpecFuncCephes.cxx:218:10: warning: Value stored to 'sgngam' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'sgngam' is never read in /opt/root_src/math/mathcore/src/SpecFuncCephes.cxx:218
/opt/root_src/math/mathcore/src/SpecFuncCephes.cxx:254:10: warning: Value stored to 'sgngam' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'sgngam' is never read in /opt/root_src/math/mathcore/src/SpecFuncCephes.cxx:254
/opt/root_src/math/mathcore/src/SpecFuncCephes.cxx:258:10: warning: Value stored to 'sgngam' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'sgngam' is never read in /opt/root_src/math/mathcore/src/SpecFuncCephes.cxx:258
/opt/root_src/math/mathcore/src/SpecFuncCephesInv.cxx:427:4: warning: Value stored to 'i' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'i' is never read in /opt/root_src/math/mathcore/src/SpecFuncCephesInv.cxx:427
/opt/root_src/math/mathcore/src/SpecFuncCephesInv.cxx:481: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/math/mathcore/src/SpecFuncCephesInv.cxx:481
/opt/root_src/math/mathcore/src/TKDTree.cxx:441:35: warning: The result of the left shift is undefined because the right operand is negative [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Calling 'TKDTree::Build' in /opt/root_src/math/mathcore/src/TKDTree.cxx:938
 2: Assuming the condition is false in /opt/root_src/math/mathcore/src/TKDTree.cxx:415
 3: Taking false branch in /opt/root_src/math/mathcore/src/TKDTree.cxx:415
 4: '?' condition is false in /opt/root_src/math/mathcore/src/TKDTree.cxx:416
 5: Assuming the condition is false in /opt/root_src/math/mathcore/src/TKDTree.cxx:419
 6: Loop condition is false. Execution continues on line 420 in /opt/root_src/math/mathcore/src/TKDTree.cxx:419
 7: The value -1 is assigned to field 'fRowT0' in /opt/root_src/math/mathcore/src/TKDTree.cxx:420
 8: Assuming 'i' is >= field 'fNPoints' in /opt/root_src/math/mathcore/src/TKDTree.cxx:433
 9: Loop condition is false. Execution continues on line 434 in /opt/root_src/math/mathcore/src/TKDTree.cxx:433
10: Assuming field 'fCrossNode' is >= field 'fNNodes' in /opt/root_src/math/mathcore/src/TKDTree.cxx:438
11: Taking false branch in /opt/root_src/math/mathcore/src/TKDTree.cxx:438
12: The result of the left shift is undefined because the right operand is negative in /opt/root_src/math/mathcore/src/TKDTree.cxx:441
/opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:246:19: warning: Division by zero [clang-analyzer-core.DivideZero]
 1: Assuming 'adjustBinEdges' is false in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:101
 2: Taking false branch in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:101
 3: Assuming the condition is true in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:102
 4: Taking true branch in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:102
 5: Calling 'TKDTreeBinning::SetNBins' in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:104
 6: Assuming field 'fDim' is not equal to 0 in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:130
 7: Left side of '&&' is true in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:130
 8: Assuming field 'fNBins' is not equal to 0 in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:130
 9: Left side of '&&' is true in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:130
10: Assuming field 'fDataSize' is not equal to 0 in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:130
11: Taking true branch in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:130
12: Assuming the condition is true in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:131
13: Taking true branch in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:131
14: Assuming 'remainingData' is false in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:133
15: Taking false branch in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:133
16: Calling 'TKDTreeBinning::SetBinsContent' in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:141
17: Value assigned to field 'fNBins' in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:243
18: Assuming 'i' is >= field 'fNBins' in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:244
19: Loop condition is false. Execution continues on line 246 in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:244
20: Division by zero in /opt/root_src/math/mathcore/src/TKDTreeBinning.cxx:246
/opt/root_src/math/mathcore/src/TMath.cxx:127:4: warning: Value stored to 't' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 't' is never read in /opt/root_src/math/mathcore/src/TMath.cxx:127
/opt/root_src/math/mathcore/src/TMath.cxx:127:6: warning: Although the value stored to 'h' is used in the enclosing expression, the value is never actually read from 'h' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'h' is used in the enclosing expression, the value is never actually read from 'h' in /opt/root_src/math/mathcore/src/TMath.cxx:127
/opt/root_src/math/mathcore/src/TMath.cxx:127:8: warning: Although the value stored to 'y' is used in the enclosing expression, the value is never actually read from 'y' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'y' is used in the enclosing expression, the value is never actually read from 'y' in /opt/root_src/math/mathcore/src/TMath.cxx:127
/opt/root_src/math/mathcore/src/TMath.cxx:127:10: warning: Although the value stored to 's' is used in the enclosing expression, the value is never actually read from 's' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 's' is used in the enclosing expression, the value is never actually read from 's' in /opt/root_src/math/mathcore/src/TMath.cxx:127
/opt/root_src/math/mathcore/src/TMath.cxx:127:12: 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/math/mathcore/src/TMath.cxx:127
/opt/root_src/math/mathcore/src/TMath.cxx:127:14: warning: Although the value stored to 'alfa' is used in the enclosing expression, the value is never actually read from 'alfa' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'alfa' is used in the enclosing expression, the value is never actually read from 'alfa' in /opt/root_src/math/mathcore/src/TMath.cxx:127
/opt/root_src/math/mathcore/src/TMath.cxx:127:19: warning: Although the value stored to 'b1' is used in the enclosing expression, the value is never actually read from 'b1' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'b1' is used in the enclosing expression, the value is never actually read from 'b1' in /opt/root_src/math/mathcore/src/TMath.cxx:127
/opt/root_src/math/mathcore/src/TMath.cxx:127:22: warning: Although the value stored to 'b2' is used in the enclosing expression, the value is never actually read from 'b2' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'b2' is used in the enclosing expression, the value is never actually read from 'b2' in /opt/root_src/math/mathcore/src/TMath.cxx:127
/opt/root_src/math/mathcore/src/TMath.cxx:952:10: warning: Value stored to 'rg1' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'rg1' is never read in /opt/root_src/math/mathcore/src/TMath.cxx:952
/opt/root_src/math/mathcore/src/TMath.cxx:961:10: warning: Value stored to 'rg2' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'rg2' is never read in /opt/root_src/math/mathcore/src/TMath.cxx:961
/opt/root_src/math/mathcore/src/TMath.cxx:975:10: warning: Value stored to 'rg3' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'rg3' is never read in /opt/root_src/math/mathcore/src/TMath.cxx:975
/opt/root_src/math/mathcore/src/TMath.cxx:1782:13: warning: Value stored to 'v' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'v' during its initialization is never read in /opt/root_src/math/mathcore/src/TMath.cxx:1782
/opt/root_src/math/mathcore/src/TMath.cxx:2091:4: warning: Variable 'i' with floating point type 'Double_t' should not be used as a loop counter [clang-analyzer-security.FloatLoopCounter]
 1: Variable 'i' with floating point type 'Double_t' should not be used as a loop counter in /opt/root_src/math/mathcore/src/TMath.cxx:2091
/opt/root_src/math/mathcore/src/triangle.c:4961:10: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: Assuming field 'verbose' is <= 2 in /opt/root_src/math/mathcore/src/triangle.c:8862
 2: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8862
 3: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 4: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 5: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
 6: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
 7: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 8: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 9: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
10: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
11: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
12: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
13: Calling 'incircle' in /opt/root_src/math/mathcore/src/triangle.c:8876
14: Field 'noexact' is 0 in /opt/root_src/math/mathcore/src/triangle.c:5907
15: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5907
16: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
17: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
18: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
19: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
20: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
21: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
22: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
23: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
24: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
25: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
26: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
27: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
28: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
29: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
30: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
31: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
32: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
33: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
34: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
35: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
36: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
37: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
38: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
39: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
40: Assuming 'det' is <= 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5915
41: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5915
42: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5915
43: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5915
44: Calling 'incircleadapt' in /opt/root_src/math/mathcore/src/triangle.c:5919
45: Calling 'fast_expansion_sum_zeroelim' in /opt/root_src/math/mathcore/src/triangle.c:5371
46: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:4959
47: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4959
48: Assuming 'eindex' is >= 'elen' in /opt/root_src/math/mathcore/src/triangle.c:4967
49: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:4967
50: 'eindex' is >= 'elen' in /opt/root_src/math/mathcore/src/triangle.c:4993
51: Loop condition is false. Execution continues on line 5001 in /opt/root_src/math/mathcore/src/triangle.c:4993
52: Assuming 'findex' is >= 'flen' in /opt/root_src/math/mathcore/src/triangle.c:5001
53: Loop condition is false. Execution continues on line 5009 in /opt/root_src/math/mathcore/src/triangle.c:5001
54: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5009
55: Left side of '||' is true in /opt/root_src/math/mathcore/src/triangle.c:5009
56: Returning from 'fast_expansion_sum_zeroelim' in /opt/root_src/math/mathcore/src/triangle.c:5371
57: Calling 'fast_expansion_sum_zeroelim' in /opt/root_src/math/mathcore/src/triangle.c:5393
58: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:4959
59: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:4959
60: Assigned value is garbage or undefined in /opt/root_src/math/mathcore/src/triangle.c:4961
/opt/root_src/math/mathcore/src/triangle.c:4964:10: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: Assuming field 'verbose' is <= 2 in /opt/root_src/math/mathcore/src/triangle.c:8862
 2: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8862
 3: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 4: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 5: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
 6: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
 7: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 8: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 9: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
10: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
11: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
12: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
13: Calling 'incircle' in /opt/root_src/math/mathcore/src/triangle.c:8876
14: Field 'noexact' is 0 in /opt/root_src/math/mathcore/src/triangle.c:5907
15: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5907
16: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
17: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
18: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
19: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
20: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
21: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
22: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
23: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
24: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
25: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
26: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
27: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
28: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
29: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
30: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
31: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
32: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
33: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
34: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
35: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
36: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
37: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
38: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
39: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
40: Assuming 'det' is <= 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5915
41: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5915
42: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5915
43: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5915
44: Calling 'incircleadapt' in /opt/root_src/math/mathcore/src/triangle.c:5919
45: Calling 'fast_expansion_sum_zeroelim' in /opt/root_src/math/mathcore/src/triangle.c:5381
46: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:4959
47: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4959
48: Assuming 'eindex' is >= 'elen' in /opt/root_src/math/mathcore/src/triangle.c:4967
49: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:4967
50: 'eindex' is >= 'elen' in /opt/root_src/math/mathcore/src/triangle.c:4993
51: Loop condition is false. Execution continues on line 5001 in /opt/root_src/math/mathcore/src/triangle.c:4993
52: Assuming 'findex' is >= 'flen' in /opt/root_src/math/mathcore/src/triangle.c:5001
53: Loop condition is false. Execution continues on line 5009 in /opt/root_src/math/mathcore/src/triangle.c:5001
54: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5009
55: Left side of '||' is true in /opt/root_src/math/mathcore/src/triangle.c:5009
56: Returning from 'fast_expansion_sum_zeroelim' in /opt/root_src/math/mathcore/src/triangle.c:5381
57: Calling 'fast_expansion_sum_zeroelim' in /opt/root_src/math/mathcore/src/triangle.c:5393
58: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:4959
59: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4959
60: Assigned value is garbage or undefined in /opt/root_src/math/mathcore/src/triangle.c:4964
/opt/root_src/math/mathcore/src/triangle.c:4985:14: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: Assuming field 'usesegments' is 0 in /opt/root_src/math/mathcore/src/triangle.c:15755
 2: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15755
 3: Field 'poly' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15779
 4: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:15779
 5: Assuming field 'items' is > 0 in /opt/root_src/math/mathcore/src/triangle.c:15779
 6: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:15779
 7: Assuming field 'refine' is 0 in /opt/root_src/math/mathcore/src/triangle.c:15789
 8: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:15789
 9: Calling 'carveholes' in /opt/root_src/math/mathcore/src/triangle.c:15791
10: Assuming field 'quiet' is 0 in /opt/root_src/math/mathcore/src/triangle.c:12986
11: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:12986
12: Assuming field 'noholes' is 0 in /opt/root_src/math/mathcore/src/triangle.c:12986
13: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:12986
14: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:12986
15: Field 'verbose' is 0 in /opt/root_src/math/mathcore/src/triangle.c:12988
16: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:12988
17: Assuming 'regions' is <= 0 in /opt/root_src/math/mathcore/src/triangle.c:12993
18: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:12993
19: Assuming 'holes' is > 0 in /opt/root_src/math/mathcore/src/triangle.c:13001
20: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:13001
21: Field 'noholes' is 0 in /opt/root_src/math/mathcore/src/triangle.c:13001
22: Left side of '||' is true in /opt/root_src/math/mathcore/src/triangle.c:13001
23: Assuming field 'convex' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:13007
24: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:13007
25: 'holes' is > 0 in /opt/root_src/math/mathcore/src/triangle.c:13013
26: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:13013
27: Field 'noholes' is 0 in /opt/root_src/math/mathcore/src/triangle.c:13013
28: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:13013
29: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:13015
30: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:13015
31: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:13017
32: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:13017
33: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:13017
34: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:13017
35: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:13018
36: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:13017
37: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:13018
38: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:13017
39: Calling 'counterclockwise' in /opt/root_src/math/mathcore/src/triangle.c:13028
40: Assuming field 'noexact' is 0 in /opt/root_src/math/mathcore/src/triangle.c:5236
41: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5236
42: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5240
43: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:5240
44: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5241
45: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5241
46: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5257
47: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5257
48: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5257
49: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5257
50: Calling 'counterclockwiseadapt' in /opt/root_src/math/mathcore/src/triangle.c:5261
51: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5172
52: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5172
53: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5172
54: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5172
55: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5181
56: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:5181
57: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5186
58: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
59: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5186
60: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
61: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5189
62: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5189
63: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5189
64: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5189
65: Calling 'fast_expansion_sum_zeroelim' in /opt/root_src/math/mathcore/src/triangle.c:5197
66: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:4959
67: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4959
68: 'eindex' is < 'elen' in /opt/root_src/math/mathcore/src/triangle.c:4967
69: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:4967
70: 'findex' is < 'flen' in /opt/root_src/math/mathcore/src/triangle.c:4967
71: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:4967
72: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:4968
73: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4968
74: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:4976
75: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4976
76: 'eindex' is < 'elen' in /opt/root_src/math/mathcore/src/triangle.c:4979
77: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:4979
78: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:4979
79: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:4980
80: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4980
81: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:4988
82: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4988
83: 'eindex' is < 'elen' in /opt/root_src/math/mathcore/src/triangle.c:4979
84: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:4979
85: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:4979
86: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:4980
87: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4980
88: Assigned value is garbage or undefined in /opt/root_src/math/mathcore/src/triangle.c:4985
/opt/root_src/math/mathcore/src/triangle.c:5595:20: warning: 1st function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'verbose' is <= 2 in /opt/root_src/math/mathcore/src/triangle.c:8862
 2: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8862
 3: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 4: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 5: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
 6: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
 7: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 8: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 9: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8876
10: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:8876
11: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
12: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
13: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
14: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
15: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
16: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
17: Calling 'incircle' in /opt/root_src/math/mathcore/src/triangle.c:8876
18: Field 'noexact' is 0 in /opt/root_src/math/mathcore/src/triangle.c:5907
19: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5907
20: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
21: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
22: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
23: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
24: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
25: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
26: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
27: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
28: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
29: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
30: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
31: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
32: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
33: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
34: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
35: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
36: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
37: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
38: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
39: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
40: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
41: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
42: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
43: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
44: Assuming 'det' is <= 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5915
45: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5915
46: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5915
47: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5915
48: Calling 'incircleadapt' in /opt/root_src/math/mathcore/src/triangle.c:5919
49: 'axtbclen' declared without an initial value in /opt/root_src/math/mathcore/src/triangle.c:5334
50: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5398
51: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5398
52: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5398
53: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5398
54: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5408
55: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:5408
56: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
57: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
58: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
59: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
60: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5423
61: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5423
62: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5423
63: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5423
64: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
65: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
66: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
67: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
68: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
69: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
70: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
71: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5430
72: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
73: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
74: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
75: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
76: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
77: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
78: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
79: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5437
80: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
81: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
82: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
83: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
84: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
85: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
86: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
87: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5444
88: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5452
89: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5452
90: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5471
91: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5471
92: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5490
93: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5490
94: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5509
95: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5509
96: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5528
97: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5528
98: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5547
99: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5547
100: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5567
101: Left side of '||' is true in /opt/root_src/math/mathcore/src/triangle.c:5567
102: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5568
103: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5568
104: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5568
105: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5568
106: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5569
107: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5568
108: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5569
109: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5568
110: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5594
111: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:5594
112: 1st function call argument is an uninitialized value in /opt/root_src/math/mathcore/src/triangle.c:5595
/opt/root_src/math/mathcore/src/triangle.c:5637:20: warning: 1st function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'verbose' is <= 2 in /opt/root_src/math/mathcore/src/triangle.c:8862
 2: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8862
 3: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 4: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 5: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
 6: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
 7: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 8: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 9: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8876
10: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:8876
11: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
12: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
13: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
14: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
15: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
16: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
17: Calling 'incircle' in /opt/root_src/math/mathcore/src/triangle.c:8876
18: Field 'noexact' is 0 in /opt/root_src/math/mathcore/src/triangle.c:5907
19: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5907
20: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
21: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
22: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
23: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
24: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
25: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
26: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
27: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
28: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
29: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
30: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
31: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
32: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
33: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
34: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
35: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
36: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
37: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
38: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
39: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
40: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
41: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
42: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
43: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
44: Assuming 'det' is <= 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5915
45: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5915
46: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5915
47: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5915
48: Calling 'incircleadapt' in /opt/root_src/math/mathcore/src/triangle.c:5919
49: 'aytbclen' declared without an initial value in /opt/root_src/math/mathcore/src/triangle.c:5334
50: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5398
51: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5398
52: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5398
53: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5398
54: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5408
55: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:5408
56: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
57: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
58: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
59: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
60: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5423
61: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5423
62: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5423
63: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5423
64: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
65: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
66: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
67: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
68: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
69: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
70: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
71: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5430
72: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
73: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
74: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
75: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
76: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
77: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
78: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
79: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5437
80: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
81: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
82: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
83: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
84: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
85: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
86: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
87: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5444
88: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5452
89: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5452
90: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5471
91: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5471
92: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5490
93: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5490
94: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5509
95: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5509
96: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5528
97: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5528
98: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5547
99: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5547
100: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5567
101: Left side of '||' is true in /opt/root_src/math/mathcore/src/triangle.c:5567
102: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5568
103: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5568
104: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5568
105: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5568
106: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5569
107: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5568
108: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5569
109: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5568
110: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5594
111: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5594
112: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5636
113: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:5636
114: 1st function call argument is an uninitialized value in /opt/root_src/math/mathcore/src/triangle.c:5637
/opt/root_src/math/mathcore/src/triangle.c:5692:20: warning: 1st function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'verbose' is <= 2 in /opt/root_src/math/mathcore/src/triangle.c:8862
 2: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8862
 3: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 4: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 5: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
 6: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
 7: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 8: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 9: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8876
10: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:8876
11: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
12: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
13: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
14: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
15: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
16: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
17: Calling 'incircle' in /opt/root_src/math/mathcore/src/triangle.c:8876
18: Field 'noexact' is 0 in /opt/root_src/math/mathcore/src/triangle.c:5907
19: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5907
20: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
21: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
22: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
23: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
24: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
25: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
26: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
27: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
28: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
29: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
30: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
31: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
32: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
33: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
34: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
35: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
36: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
37: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
38: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
39: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
40: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
41: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
42: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
43: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
44: Assuming 'det' is <= 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5915
45: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5915
46: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5915
47: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5915
48: Calling 'incircleadapt' in /opt/root_src/math/mathcore/src/triangle.c:5919
49: 'bxtcalen' declared without an initial value in /opt/root_src/math/mathcore/src/triangle.c:5334
50: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5398
51: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5398
52: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5398
53: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5398
54: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5408
55: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:5408
56: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
57: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
58: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
59: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
60: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5423
61: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5423
62: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5423
63: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5423
64: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
65: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
66: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
67: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
68: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
69: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
70: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
71: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5430
72: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
73: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
74: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
75: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
76: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
77: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
78: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
79: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5437
80: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
81: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
82: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
83: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
84: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
85: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
86: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
87: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5444
88: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5452
89: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5452
90: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5471
91: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5471
92: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5490
93: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5490
94: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5509
95: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5509
96: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5528
97: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5528
98: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5547
99: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5547
100: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5567
101: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5567
102: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5567
103: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5567
104: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5664
105: Left side of '||' is true in /opt/root_src/math/mathcore/src/triangle.c:5664
106: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5665
107: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5665
108: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5665
109: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5665
110: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5666
111: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5665
112: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5666
113: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5665
114: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5691
115: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:5691
116: 1st function call argument is an uninitialized value in /opt/root_src/math/mathcore/src/triangle.c:5692
/opt/root_src/math/mathcore/src/triangle.c:5734:20: warning: 1st function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'verbose' is <= 2 in /opt/root_src/math/mathcore/src/triangle.c:8862
 2: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8862
 3: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 4: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 5: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
 6: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
 7: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 8: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 9: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8876
10: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:8876
11: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
12: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
13: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
14: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
15: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
16: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
17: Calling 'incircle' in /opt/root_src/math/mathcore/src/triangle.c:8876
18: Field 'noexact' is 0 in /opt/root_src/math/mathcore/src/triangle.c:5907
19: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5907
20: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
21: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
22: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
23: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
24: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
25: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
26: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
27: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
28: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
29: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
30: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
31: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
32: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
33: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
34: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
35: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
36: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
37: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
38: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
39: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
40: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
41: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
42: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
43: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
44: Assuming 'det' is <= 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5915
45: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5915
46: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5915
47: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5915
48: Calling 'incircleadapt' in /opt/root_src/math/mathcore/src/triangle.c:5919
49: 'bytcalen' declared without an initial value in /opt/root_src/math/mathcore/src/triangle.c:5334
50: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5398
51: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5398
52: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5398
53: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5398
54: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5408
55: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:5408
56: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
57: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
58: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
59: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
60: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5423
61: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5423
62: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5423
63: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5423
64: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
65: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
66: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
67: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
68: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
69: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
70: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
71: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5430
72: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
73: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
74: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
75: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
76: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
77: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
78: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
79: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5437
80: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
81: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
82: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
83: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
84: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
85: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
86: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
87: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5444
88: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5452
89: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5452
90: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5471
91: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5471
92: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5490
93: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5490
94: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5509
95: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5509
96: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5528
97: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5528
98: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5547
99: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5547
100: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5567
101: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5567
102: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5567
103: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5567
104: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5664
105: Left side of '||' is true in /opt/root_src/math/mathcore/src/triangle.c:5664
106: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5665
107: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5665
108: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5665
109: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5665
110: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5666
111: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5665
112: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5666
113: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5665
114: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5691
115: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5691
116: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5733
117: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:5733
118: 1st function call argument is an uninitialized value in /opt/root_src/math/mathcore/src/triangle.c:5734
/opt/root_src/math/mathcore/src/triangle.c:5789:20: warning: 1st function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'verbose' is <= 2 in /opt/root_src/math/mathcore/src/triangle.c:8862
 2: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8862
 3: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 4: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 5: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
 6: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
 7: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 8: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 9: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8876
10: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:8876
11: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
12: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
13: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
14: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
15: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
16: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
17: Calling 'incircle' in /opt/root_src/math/mathcore/src/triangle.c:8876
18: Field 'noexact' is 0 in /opt/root_src/math/mathcore/src/triangle.c:5907
19: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5907
20: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
21: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
22: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
23: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
24: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
25: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
26: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
27: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
28: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
29: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
30: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
31: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
32: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
33: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
34: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
35: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
36: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
37: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
38: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
39: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
40: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
41: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
42: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
43: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
44: Assuming 'det' is <= 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5915
45: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5915
46: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5915
47: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5915
48: Calling 'incircleadapt' in /opt/root_src/math/mathcore/src/triangle.c:5919
49: 'cxtablen' declared without an initial value in /opt/root_src/math/mathcore/src/triangle.c:5334
50: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5398
51: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5398
52: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5398
53: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5398
54: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5408
55: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:5408
56: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
57: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
58: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
59: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
60: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5423
61: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5423
62: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5423
63: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5423
64: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
65: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
66: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
67: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
68: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
69: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
70: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
71: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5430
72: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
73: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
74: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
75: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
76: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
77: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
78: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
79: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5437
80: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
81: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
82: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
83: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
84: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
85: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
86: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
87: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5444
88: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5452
89: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5452
90: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5471
91: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5471
92: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5490
93: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5490
94: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5509
95: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5509
96: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5528
97: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5528
98: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5547
99: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5547
100: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5567
101: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5567
102: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5567
103: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5567
104: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5664
105: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5664
106: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5664
107: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5664
108: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5761
109: Left side of '||' is true in /opt/root_src/math/mathcore/src/triangle.c:5761
110: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5762
111: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5762
112: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5762
113: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5762
114: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5763
115: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5762
116: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5763
117: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5762
118: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5788
119: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:5788
120: 1st function call argument is an uninitialized value in /opt/root_src/math/mathcore/src/triangle.c:5789
/opt/root_src/math/mathcore/src/triangle.c:5831:20: warning: 1st function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'verbose' is <= 2 in /opt/root_src/math/mathcore/src/triangle.c:8862
 2: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8862
 3: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 4: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 5: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
 6: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
 7: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
 8: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
 9: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8876
10: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:8876
11: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
12: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
13: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:8876
14: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:8876
15: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:8872
16: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:8872
17: Calling 'incircle' in /opt/root_src/math/mathcore/src/triangle.c:8876
18: Field 'noexact' is 0 in /opt/root_src/math/mathcore/src/triangle.c:5907
19: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5907
20: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
21: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
22: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
23: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
24: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
25: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
26: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5911
27: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
28: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
29: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
30: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
31: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
32: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
33: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
34: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5912
35: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
36: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
37: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
38: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
39: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
40: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
41: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
42: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5913
43: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
44: Assuming 'det' is <= 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5915
45: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5915
46: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5915
47: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5915
48: Calling 'incircleadapt' in /opt/root_src/math/mathcore/src/triangle.c:5919
49: 'cytablen' declared without an initial value in /opt/root_src/math/mathcore/src/triangle.c:5334
50: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5398
51: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5398
52: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5398
53: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5398
54: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5408
55: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:5408
56: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
57: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
58: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:5413
59: expanded from macro 'Absolute' in /opt/root_src/math/mathcore/src/triangle.c:4729
60: Assuming 'det' is < 'errbound' in /opt/root_src/math/mathcore/src/triangle.c:5423
61: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5423
62: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5423
63: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5423
64: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
65: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
66: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5430
67: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
68: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
69: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5430
70: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5431
71: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5430
72: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
73: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
74: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5437
75: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
76: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
77: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5437
78: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5438
79: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5437
80: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
81: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
82: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5444
83: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
84: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
85: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5444
86: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5445
87: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5444
88: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5452
89: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5452
90: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5471
91: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5471
92: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5490
93: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5490
94: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5509
95: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5509
96: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5528
97: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5528
98: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5547
99: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5547
100: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5567
101: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5567
102: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5567
103: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5567
104: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5664
105: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5664
106: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5664
107: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5664
108: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5761
109: Left side of '||' is true in /opt/root_src/math/mathcore/src/triangle.c:5761
110: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5762
111: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5762
112: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5762
113: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5762
114: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5763
115: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:5762
116: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5763
117: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5762
118: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:5788
119: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:5788
120: Assuming the condition is true in /opt/root_src/math/mathcore/src/triangle.c:5830
121: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:5830
122: 1st function call argument is an uninitialized value in /opt/root_src/math/mathcore/src/triangle.c:5831
/opt/root_src/math/mathcore/src/triangle.c:5855:44: warning: Value stored to 'finother' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'finother' is never read in /opt/root_src/math/mathcore/src/triangle.c:5855
/opt/root_src/math/mathcore/src/triangle.c:6363:42: warning: Value stored to 'finother' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'finother' is never read in /opt/root_src/math/mathcore/src/triangle.c:6363
/opt/root_src/math/mathcore/src/triangle.c:9471:7: warning: Value stored to 'farrightapex' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'farrightapex' is never read in /opt/root_src/math/mathcore/src/triangle.c:9471
/opt/root_src/math/mathcore/src/triangle.c:9570:11: warning: Value stored to 'farleftapex' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'farleftapex' is never read in /opt/root_src/math/mathcore/src/triangle.c:9570
/opt/root_src/math/mathcore/src/triangle.c:14976:7: warning: Dereference of null pointer (loaded from variable 'vpointlist') [clang-analyzer-core.NullDereference]
 1: Calling 'parsecommandline' in /opt/root_src/math/mathcore/src/triangle.c:15695
 2: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:3300
 3: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:3304
 4: Loop condition is false. Execution continues on line 3300 in /opt/root_src/math/mathcore/src/triangle.c:3304
 5: Loop condition is false. Execution continues on line 3496 in /opt/root_src/math/mathcore/src/triangle.c:3300
 6: Field 'poly' is 0 in /opt/root_src/math/mathcore/src/triangle.c:3496
 7: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:3496
 8: Field 'refine' is 0 in /opt/root_src/math/mathcore/src/triangle.c:3496
 9: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:3496
10: Field 'quality' is 0 in /opt/root_src/math/mathcore/src/triangle.c:3496
11: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:3496
12: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:3498
13: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:3498
14: Field 'refine' is 0 in /opt/root_src/math/mathcore/src/triangle.c:3504
15: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:3504
16: Field 'refine' is 0 in /opt/root_src/math/mathcore/src/triangle.c:3511
17: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:3511
18: Field 'poly' is 0 in /opt/root_src/math/mathcore/src/triangle.c:3511
19: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:3511
20: Field 'refine' is 0 in /opt/root_src/math/mathcore/src/triangle.c:3516
21: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:3516
22: Field 'poly' is 0 in /opt/root_src/math/mathcore/src/triangle.c:3516
23: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:3516
24: Field 'weighted' is 0 in /opt/root_src/math/mathcore/src/triangle.c:3521
25: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:3521
26: Field 'jettison' is 0 in /opt/root_src/math/mathcore/src/triangle.c:3529
27: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:3529
28: Returning from 'parsecommandline' in /opt/root_src/math/mathcore/src/triangle.c:15695
29: Calling 'delaunay' in /opt/root_src/math/mathcore/src/triangle.c:15716
30: Calling 'initializetrisubpools' in /opt/root_src/math/mathcore/src/triangle.c:11008
31: Assuming field 'vararea' is 0 in /opt/root_src/math/mathcore/src/triangle.c:4316
32: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4316
33: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:4318
34: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4318
35: Assuming field 'voronoi' is 0 in /opt/root_src/math/mathcore/src/triangle.c:4325
36: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:4325
37: Assuming field 'neighbors' is 0 in /opt/root_src/math/mathcore/src/triangle.c:4325
38: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:4325
39: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:4332
40: '?' condition is false in /opt/root_src/math/mathcore/src/triangle.c:4332
41: Assuming field 'usesegments' is 0 in /opt/root_src/math/mathcore/src/triangle.c:4335
42: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4335
43: Calling 'dummyinit' in /opt/root_src/math/mathcore/src/triangle.c:4345
44: Field 'usesegments' is 0 in /opt/root_src/math/mathcore/src/triangle.c:4199
45: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:4199
46: Returning without writing to 'b->voronoi', which participates in a condition later in /opt/root_src/math/mathcore/src/triangle.c:4233
47: Returning from 'dummyinit' in /opt/root_src/math/mathcore/src/triangle.c:4345
48: Returning without writing to 'b->voronoi', which participates in a condition later in /opt/root_src/math/mathcore/src/triangle.c:4347
49: Returning from 'initializetrisubpools' in /opt/root_src/math/mathcore/src/triangle.c:11008
50: Assuming field 'quiet' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:11011
51: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:11011
52: Calling 'divconqdelaunay' in /opt/root_src/math/mathcore/src/triangle.c:11015
53: Assuming field 'verbose' is 0 in /opt/root_src/math/mathcore/src/triangle.c:9966
54: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9966
55: Assuming 'i' is >= field 'invertices' in /opt/root_src/math/mathcore/src/triangle.c:9973
56: Loop condition is false. Execution continues on line 9977 in /opt/root_src/math/mathcore/src/triangle.c:9973
57: 'j' is >= field 'invertices' in /opt/root_src/math/mathcore/src/triangle.c:9980
58: Loop condition is false. Execution continues on line 9995 in /opt/root_src/math/mathcore/src/triangle.c:9980
59: Assuming field 'dwyer' is 0 in /opt/root_src/math/mathcore/src/triangle.c:9996
60: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9996
61: Field 'verbose' is 0 in /opt/root_src/math/mathcore/src/triangle.c:10007
62: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:10007
63: Calling 'divconqrecurse' in /opt/root_src/math/mathcore/src/triangle.c:10012
64: Field 'verbose' is <= 2 in /opt/root_src/math/mathcore/src/triangle.c:9746
65: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9746
66: 'vertices' is not equal to 2 in /opt/root_src/math/mathcore/src/triangle.c:9749
67: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9749
68: 'vertices' is not equal to 3 in /opt/root_src/math/mathcore/src/triangle.c:9776
69: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9776
70: Assuming field 'verbose' is <= 1 in /opt/root_src/math/mathcore/src/triangle.c:9880
71: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9880
72: Calling 'mergehulls' in /opt/root_src/math/mathcore/src/triangle.c:9885
73: Assuming field 'dwyer' is 0 in /opt/root_src/math/mathcore/src/triangle.c:9438
74: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:9438
75: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:9481
76: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9481
77: Assuming the condition is false in /opt/root_src/math/mathcore/src/triangle.c:9490
78: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9490
79: Loop condition is false.  Exiting loop in /opt/root_src/math/mathcore/src/triangle.c:9478
80: Assuming field 'verbose' is <= 2 in /opt/root_src/math/mathcore/src/triangle.c:9512
81: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9512
82: Assuming 'innerleftdest' is not equal to 'farleftpt' in /opt/root_src/math/mathcore/src/triangle.c:9518
83: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9518
84: Assuming 'innerrightorg' is not equal to 'farrightpt' in /opt/root_src/math/mathcore/src/triangle.c:9522
85: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9522
86: Loop condition is true.  Entering loop body in /opt/root_src/math/mathcore/src/triangle.c:9532
87: Assuming 'leftfinished' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:9541
88: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:9541
89: Assuming 'rightfinished' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:9541
90: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:9541
91: Value assigned to 'b.voronoi', which participates in a condition later in /opt/root_src/math/mathcore/src/triangle.c:9543
92: Assuming field 'verbose' is <= 2 in /opt/root_src/math/mathcore/src/triangle.c:9553
93: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9553
94: Assuming field 'dwyer' is 0 in /opt/root_src/math/mathcore/src/triangle.c:9558
95: Left side of '&&' is false in /opt/root_src/math/mathcore/src/triangle.c:9558
96: Returning from 'mergehulls' in /opt/root_src/math/mathcore/src/triangle.c:9885
97: Returning from 'divconqrecurse' in /opt/root_src/math/mathcore/src/triangle.c:10012
98: Calling 'removeghosts' in /opt/root_src/math/mathcore/src/triangle.c:10015
99: Assuming field 'verbose' is 0 in /opt/root_src/math/mathcore/src/triangle.c:9906
100: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9906
101: Assuming field 'poly' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:9923
102: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:9923
103: Assuming '' is equal to '' in /opt/root_src/math/mathcore/src/triangle.c:9938
104: expanded from macro 'otriequal' in /opt/root_src/math/mathcore/src/triangle.c:1078
105: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:9938
106: expanded from macro 'otriequal' in /opt/root_src/math/mathcore/src/triangle.c:1078
107: Assuming '' is equal to '' in /opt/root_src/math/mathcore/src/triangle.c:9938
108: expanded from macro 'otriequal' in /opt/root_src/math/mathcore/src/triangle.c:1079
109: Loop condition is false.  Exiting loop in /opt/root_src/math/mathcore/src/triangle.c:9916
110: Returning without writing to 'b->voronoi', which participates in a condition later in /opt/root_src/math/mathcore/src/triangle.c:9939
111: Returning from 'removeghosts' in /opt/root_src/math/mathcore/src/triangle.c:10015
112: Returning from 'divconqdelaunay' in /opt/root_src/math/mathcore/src/triangle.c:11015
113: Assuming field 'items' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:11036
114: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:11036
115: Returning from 'delaunay' in /opt/root_src/math/mathcore/src/triangle.c:15716
116: Assuming field 'usesegments' is 0 in /opt/root_src/math/mathcore/src/triangle.c:15755
117: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15755
118: Field 'poly' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15779
119: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:15779
120: Assuming field 'items' is <= 0 in /opt/root_src/math/mathcore/src/triangle.c:15779
121: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15779
122: Assuming field 'order' is <= 1 in /opt/root_src/math/mathcore/src/triangle.c:15833
123: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15833
124: Assuming field 'quiet' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15836
125: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15836
126: Assuming field 'jettison' is 0 in /opt/root_src/math/mathcore/src/triangle.c:15841
127: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15841
128: Field 'usesegments' is 0 in /opt/root_src/math/mathcore/src/triangle.c:15851
129: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15851
130: Assuming 'vorout' is equal to null in /opt/root_src/math/mathcore/src/triangle.c:15856
131: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15856
132: Assuming field 'nonodewritten' is 0 in /opt/root_src/math/mathcore/src/triangle.c:15864
133: Left side of '||' is false in /opt/root_src/math/mathcore/src/triangle.c:15864
134: Assuming field 'noiterationnum' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15864
135: Left side of '&&' is true in /opt/root_src/math/mathcore/src/triangle.c:15864
136: Assuming field 'readnodefile' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15864
137: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:15864
138: Field 'quiet' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15865
139: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15865
140: Calling 'numbernodes' in /opt/root_src/math/mathcore/src/triangle.c:15872
141: Loop condition is false. Execution continues on line 14459 in /opt/root_src/math/mathcore/src/triangle.c:14459
142: Returning without writing to 'b->voronoi', which participates in a condition later in /opt/root_src/math/mathcore/src/triangle.c:14466
143: Returning from 'numbernodes' in /opt/root_src/math/mathcore/src/triangle.c:15872
144: Assuming field 'noelewritten' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15882
145: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:15882
146: Field 'quiet' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15883
147: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15883
148: Field 'poly' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15899
149: Left side of '||' is true in /opt/root_src/math/mathcore/src/triangle.c:15899
150: Assuming field 'nopolywritten' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15901
151: Left side of '||' is true in /opt/root_src/math/mathcore/src/triangle.c:15901
152: Field 'quiet' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15902
153: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15902
154: Assuming field 'edgesout' is 0 in /opt/root_src/math/mathcore/src/triangle.c:15940
155: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:15940
156: Assuming field 'voronoi' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:15947
157: Taking true branch in /opt/root_src/math/mathcore/src/triangle.c:15947
158: Passing null pointer value via 3rd parameter 'vpointlist' in /opt/root_src/math/mathcore/src/triangle.c:15949
159: Calling 'writevoronoi' in /opt/root_src/math/mathcore/src/triangle.c:15949
160: Field 'quiet' is not equal to 0 in /opt/root_src/math/mathcore/src/triangle.c:14972
161: Taking false branch in /opt/root_src/math/mathcore/src/triangle.c:14972
162: Dereference of null pointer (loaded from variable 'vpointlist') in /opt/root_src/math/mathcore/src/triangle.c:14976
/opt/root_src/math/mathcore/src/triangle.c:15380:3: warning: Value stored to 'worstaspect' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'worstaspect' is never read in /opt/root_src/math/mathcore/src/triangle.c:15380
/opt/root_src/math/matrix/inc/TMatrixT.h:280:4: warning: Returning null reference [clang-analyzer-core.uninitialized.UndefReturn]
 1: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:121
 2: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 3: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TMatrixT.cxx:121
 4: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
 5: Control jumps to 'case kTransposed:'  at line 135 in /opt/root_src/math/matrix/src/TMatrixT.cxx:123
 6: Calling 'TMatrixT::Allocate' in /opt/root_src/math/matrix/src/TMatrixT.cxx:136
 7: Assuming 'no_rows' is >= 0 in /opt/root_src/math/matrix/src/TMatrixT.cxx:479
 8: Left side of '||' is false in /opt/root_src/math/matrix/src/TMatrixT.cxx:479
 9: Assuming 'no_cols' is >= 0 in /opt/root_src/math/matrix/src/TMatrixT.cxx:479
10: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:479
11: Assuming the condition is false in /opt/root_src/math/matrix/src/TMatrixT.cxx:494
12: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:494
13: Assuming field 'fNelems' is <= 0 in /opt/root_src/math/matrix/src/TMatrixT.cxx:501
14: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:501
15: Null pointer value stored to field 'fElements' in /opt/root_src/math/matrix/src/TMatrixT.cxx:506
16: Returning from 'TMatrixT::Allocate' in /opt/root_src/math/matrix/src/TMatrixT.cxx:136
17: Calling 'TMatrixT::Transpose' in /opt/root_src/math/matrix/src/TMatrixT.cxx:138
18: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:1472
19: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
20: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TMatrixT.cxx:1472
21: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
22: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:1473
23: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
24: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TMatrixT.cxx:1473
25: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
26: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixT.cxx:1475
27: Taking true branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:1475
28: Assuming field 'fNrows' is not equal to field 'fNcols' in /opt/root_src/math/matrix/src/TMatrixT.cxx:1477
29: Left side of '&&' is false in /opt/root_src/math/matrix/src/TMatrixT.cxx:1477
30: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixT.cxx:1497
31: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixT.cxx:1497
32: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixT.cxx:1498
33: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixT.cxx:1498
34: Calling 'TMatrixT::operator()' in /opt/root_src/math/matrix/src/TMatrixT.cxx:1500
35: Taking false branch in /opt/root_src/math/matrix/inc/TMatrixT.h:269
36: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
37: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/inc/TMatrixT.h:269
38: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
39: Assuming 'arown' is < field 'fNrows' in /opt/root_src/math/matrix/inc/TMatrixT.h:272
40: Left side of '||' is false in /opt/root_src/math/matrix/inc/TMatrixT.h:272
41: 'arown' is >= 0 in /opt/root_src/math/matrix/inc/TMatrixT.h:272
42: Taking false branch in /opt/root_src/math/matrix/inc/TMatrixT.h:272
43: Assuming 'acoln' is < field 'fNcols' in /opt/root_src/math/matrix/inc/TMatrixT.h:276
44: Left side of '||' is false in /opt/root_src/math/matrix/inc/TMatrixT.h:276
45: 'acoln' is >= 0 in /opt/root_src/math/matrix/inc/TMatrixT.h:276
46: Taking false branch in /opt/root_src/math/matrix/inc/TMatrixT.h:276
47: Returning null reference in /opt/root_src/math/matrix/inc/TMatrixT.h:280
/opt/root_src/math/matrix/inc/TVectorT.h:86:59: warning: Null pointer passed to 1st parameter expecting 'nonnull' [clang-analyzer-core.NonNullParamChecker]
 1: Calling 'TVectorT::Allocate' in /opt/root_src/math/matrix/src/TVectorT.cxx:207
 2: Null pointer value stored to field 'fElements' in /opt/root_src/math/matrix/src/TVectorT.cxx:156
 3: Assuming 'nrows' is < 0 in /opt/root_src/math/matrix/src/TVectorT.cxx:158
 4: Taking true branch in /opt/root_src/math/matrix/src/TVectorT.cxx:158
 5: Returning from 'TVectorT::Allocate' in /opt/root_src/math/matrix/src/TVectorT.cxx:207
 6: Calling 'TVectorT::SetElements' in /opt/root_src/math/matrix/src/TVectorT.cxx:208
 7: Taking false branch in /opt/root_src/math/matrix/inc/TVectorT.h:85
 8: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 9: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/inc/TVectorT.h:85
10: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
11: Null pointer passed to 1st parameter expecting 'nonnull' in /opt/root_src/math/matrix/inc/TVectorT.h:86
/opt/root_src/math/matrix/src/TDecompBK.cxx:178:10: warning: Value stored to 'kp' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'kp' is never read in /opt/root_src/math/matrix/src/TDecompBK.cxx:178
/opt/root_src/math/matrix/src/TDecompLU.cxx:887:7: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: Assuming 'det' is null in /opt/root_src/math/matrix/src/TDecompLU.cxx:777
 2: Taking false branch in /opt/root_src/math/matrix/src/TDecompLU.cxx:777
 3: Assuming the condition is false in /opt/root_src/math/matrix/src/TDecompLU.cxx:780
 4: Left side of '||' is false in /opt/root_src/math/matrix/src/TDecompLU.cxx:780
 5: Assuming the condition is false in /opt/root_src/math/matrix/src/TDecompLU.cxx:780
 6: Taking false branch in /opt/root_src/math/matrix/src/TDecompLU.cxx:780
 7: Assuming 'n' is <= kWorkMax in /opt/root_src/math/matrix/src/TDecompLU.cxx:791
 8: Taking false branch in /opt/root_src/math/matrix/src/TDecompLU.cxx:791
 9: Calling 'TDecompLU::DecomposeLUCrout' in /opt/root_src/math/matrix/src/TDecompLU.cxx:798
10: Assuming 'n' is <= kWorkMax in /opt/root_src/math/matrix/src/TDecompLU.cxx:608
11: Taking false branch in /opt/root_src/math/matrix/src/TDecompLU.cxx:608
12: Assuming 'i' is >= 'n' in /opt/root_src/math/matrix/src/TDecompLU.cxx:616
13: Loop condition is false. Execution continues on line 627 in /opt/root_src/math/matrix/src/TDecompLU.cxx:616
14: 'j' is >= 'n' in /opt/root_src/math/matrix/src/TDecompLU.cxx:627
15: Loop condition is false. Execution continues on line 693 in /opt/root_src/math/matrix/src/TDecompLU.cxx:627
16: 'isAllocated' is false in /opt/root_src/math/matrix/src/TDecompLU.cxx:693
17: Taking false branch in /opt/root_src/math/matrix/src/TDecompLU.cxx:693
18: Returning without writing to '*index' in /opt/root_src/math/matrix/src/TDecompLU.cxx:696
19: Returning the value 1 (loaded from 'kTRUE'), which participates in a condition later in /opt/root_src/math/matrix/src/TDecompLU.cxx:696
20: Returning from 'TDecompLU::DecomposeLUCrout' in /opt/root_src/math/matrix/src/TDecompLU.cxx:798
21: Left side of '||' is false in /opt/root_src/math/matrix/src/TDecompLU.cxx:798
22: 'nrZeros' is <= 0 in /opt/root_src/math/matrix/src/TDecompLU.cxx:798
23: Taking false branch in /opt/root_src/math/matrix/src/TDecompLU.cxx:798
24: 'det' is null in /opt/root_src/math/matrix/src/TDecompLU.cxx:805
25: Taking false branch in /opt/root_src/math/matrix/src/TDecompLU.cxx:805
26: Assuming 'j' is < 'n' in /opt/root_src/math/matrix/src/TDecompLU.cxx:818
27: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TDecompLU.cxx:818
28: Loop condition is false. Execution continues on line 839 in /opt/root_src/math/matrix/src/TDecompLU.cxx:828
29: Loop condition is false. Execution continues on line 818 in /opt/root_src/math/matrix/src/TDecompLU.cxx:839
30: Assuming 'j' is >= 'n' in /opt/root_src/math/matrix/src/TDecompLU.cxx:818
31: Loop condition is false. Execution continues on line 847 in /opt/root_src/math/matrix/src/TDecompLU.cxx:818
32: 'n' is <= kWorkMax in /opt/root_src/math/matrix/src/TDecompLU.cxx:850
33: Taking false branch in /opt/root_src/math/matrix/src/TDecompLU.cxx:850
34: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TDecompLU.cxx:855
35: Loop condition is false. Execution continues on line 866 in /opt/root_src/math/matrix/src/TDecompLU.cxx:858
36: Taking false branch in /opt/root_src/math/matrix/src/TDecompLU.cxx:866
37: Loop condition is false. Execution continues on line 882 in /opt/root_src/math/matrix/src/TDecompLU.cxx:855
38: 'isAllocatedD' is false in /opt/root_src/math/matrix/src/TDecompLU.cxx:882
39: Taking false branch in /opt/root_src/math/matrix/src/TDecompLU.cxx:882
40: The value 0 is assigned to 'j' in /opt/root_src/math/matrix/src/TDecompLU.cxx:886
41: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TDecompLU.cxx:886
42: Assigned value is garbage or undefined in /opt/root_src/math/matrix/src/TDecompLU.cxx:887
/opt/root_src/math/matrix/src/TDecompSparse.cxx:807:4: warning: Value stored to 'nblk' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'nblk' is never read in /opt/root_src/math/matrix/src/TDecompSparse.cxx:807
/opt/root_src/math/matrix/src/TDecompSparse.cxx:809:7: warning: Value stored to 'nblk' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'nblk' is never read in /opt/root_src/math/matrix/src/TDecompSparse.cxx:809
/opt/root_src/math/matrix/src/TDecompSparse.cxx:1036:7: warning: Value stored to 'jp' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'jp' is never read in /opt/root_src/math/matrix/src/TDecompSparse.cxx:1036
/opt/root_src/math/matrix/src/TDecompSparse.cxx:2433:4: warning: Value stored to 'ipos' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'ipos' is never read in /opt/root_src/math/matrix/src/TDecompSparse.cxx:2433
/opt/root_src/math/matrix/src/TMatrixT.cxx:1742:7: warning: Null pointer passed to 1st parameter expecting 'nonnull' [clang-analyzer-core.NonNullParamChecker]
 1: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:121
 2: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 3: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TMatrixT.cxx:121
 4: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
 5: Control jumps to 'case kInverted:'  at line 141 in /opt/root_src/math/matrix/src/TMatrixT.cxx:123
 6: Calling 'TMatrixT::Allocate' in /opt/root_src/math/matrix/src/TMatrixT.cxx:143
 7: Null pointer value stored to field 'fElements' in /opt/root_src/math/matrix/src/TMatrixT.cxx:472
 8: Assuming 'no_rows' is < 0 in /opt/root_src/math/matrix/src/TMatrixT.cxx:479
 9: Left side of '||' is true in /opt/root_src/math/matrix/src/TMatrixT.cxx:479
10: Returning from 'TMatrixT::Allocate' in /opt/root_src/math/matrix/src/TMatrixT.cxx:143
11: Calling copy assignment operator for 'TMatrixT<double>' in /opt/root_src/math/matrix/src/TMatrixT.cxx:145
12: Assuming 'gMatrixCheck' is 0 in /opt/root_src/math/matrix/src/TMatrixT.cxx:1735
13: Left side of '&&' is false in /opt/root_src/math/matrix/src/TMatrixT.cxx:1735
14: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixT.cxx:1740
15: Taking true branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:1740
16: Null pointer passed to 1st parameter expecting 'nonnull' in /opt/root_src/math/matrix/src/TMatrixT.cxx:1742
/opt/root_src/math/matrix/src/TMatrixT.cxx:1761:7: warning: Null pointer passed to 1st parameter expecting 'nonnull' [clang-analyzer-core.NonNullParamChecker]
 1: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:97
 2: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 3: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TMatrixT.cxx:97
 4: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
 5: Calling 'TMatrixT::Allocate' in /opt/root_src/math/matrix/src/TMatrixT.cxx:98
 6: Null pointer value stored to field 'fElements' in /opt/root_src/math/matrix/src/TMatrixT.cxx:472
 7: Assuming 'no_rows' is < 0 in /opt/root_src/math/matrix/src/TMatrixT.cxx:479
 8: Left side of '||' is true in /opt/root_src/math/matrix/src/TMatrixT.cxx:479
 9: Returning from 'TMatrixT::Allocate' in /opt/root_src/math/matrix/src/TMatrixT.cxx:98
10: Calling 'TMatrixT::operator=' in /opt/root_src/math/matrix/src/TMatrixT.cxx:99
11: Assuming 'gMatrixCheck' is 0 in /opt/root_src/math/matrix/src/TMatrixT.cxx:1754
12: Left side of '&&' is false in /opt/root_src/math/matrix/src/TMatrixT.cxx:1754
13: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixT.cxx:1759
14: Taking true branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:1759
15: Null pointer passed to 1st parameter expecting 'nonnull' in /opt/root_src/math/matrix/src/TMatrixT.cxx:1761
/opt/root_src/math/matrix/src/TMatrixT.cxx:1782:7: warning: Null pointer passed to 1st parameter expecting 'nonnull' [clang-analyzer-core.NonNullParamChecker]
 1: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:108
 2: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 3: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TMatrixT.cxx:108
 4: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
 5: Calling 'TMatrixT::Allocate' in /opt/root_src/math/matrix/src/TMatrixT.cxx:109
 6: Null pointer value stored to field 'fElements' in /opt/root_src/math/matrix/src/TMatrixT.cxx:472
 7: Assuming 'no_rows' is < 0 in /opt/root_src/math/matrix/src/TMatrixT.cxx:479
 8: Left side of '||' is true in /opt/root_src/math/matrix/src/TMatrixT.cxx:479
 9: Returning from 'TMatrixT::Allocate' in /opt/root_src/math/matrix/src/TMatrixT.cxx:109
10: Calling 'TMatrixT::operator=' in /opt/root_src/math/matrix/src/TMatrixT.cxx:110
11: Assuming 'gMatrixCheck' is 0 in /opt/root_src/math/matrix/src/TMatrixT.cxx:1773
12: Left side of '&&' is false in /opt/root_src/math/matrix/src/TMatrixT.cxx:1773
13: Assuming the condition is false in /opt/root_src/math/matrix/src/TMatrixT.cxx:1774
14: Left side of '||' is false in /opt/root_src/math/matrix/src/TMatrixT.cxx:1773
15: Assuming the condition is false in /opt/root_src/math/matrix/src/TMatrixT.cxx:1775
16: Left side of '||' is false in /opt/root_src/math/matrix/src/TMatrixT.cxx:1773
17: Assuming the condition is false in /opt/root_src/math/matrix/src/TMatrixT.cxx:1775
18: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:1773
19: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixT.cxx:1780
20: Taking true branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:1780
21: Null pointer passed to 1st parameter expecting 'nonnull' in /opt/root_src/math/matrix/src/TMatrixT.cxx:1782
/opt/root_src/math/matrix/src/TMatrixT.cxx:3114:16: warning: Dereference of null pointer [clang-analyzer-core.NullDereference]
 1: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:121
 2: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 3: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TMatrixT.cxx:121
 4: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
 5: Control jumps to 'case kAtA:'  at line 154 in /opt/root_src/math/matrix/src/TMatrixT.cxx:123
 6: Calling 'TMatrixT::TMult' in /opt/root_src/math/matrix/src/TMatrixT.cxx:156
 7: Assuming 'gMatrixCheck' is 0 in /opt/root_src/math/matrix/src/TMatrixT.cxx:855
 8: Taking false branch in /opt/root_src/math/matrix/src/TMatrixT.cxx:855
 9: Calling 'AtMultB<double>' in /opt/root_src/math/matrix/src/TMatrixT.cxx:894
10: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixT.cxx:3105
11: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixT.cxx:3106
12: Loop condition is false. Execution continues on line 3114 in /opt/root_src/math/matrix/src/TMatrixT.cxx:3109
13: Null pointer value stored to 'cp' in /opt/root_src/math/matrix/src/TMatrixT.cxx:3114
14: Dereference of null pointer in /opt/root_src/math/matrix/src/TMatrixT.cxx:3114
/opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1926:32: warning: Array access (from variable 'colIndex_old') results in a null pointer dereference [clang-analyzer-core.NullDereference]
 1: Assuming 'gMatrixCheck' is 0 in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1853
 2: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1853
 3: Assuming 'irow' is >= field 'fNrows' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1877
 4: Loop condition is false. Execution continues on line 1888 in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1877
 5: 'colIndex_old' initialized here in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1894
 6: Assuming 'irow' is < field 'fNrows' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1912
 7: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1912
 8: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
 9: Left side of '&&' is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
10: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
11: Taking true branch in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
12: 'flagRow' is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1921
13: Taking true branch in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1921
14: Assuming 'index' is > 'left' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1924
15: Loop condition is false. Execution continues on line 1931 in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1924
16: Assuming 'rowIndex_s' is null in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1931
17: Left side of '&&' is false in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1931
18: Assuming 'icol' is >= 'nCols_source' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1942
19: Loop condition is false. Execution continues on line 1950 in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1942
20: Assuming 'colIndex_old' is null in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1951
21: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1951
22: Assuming 'irow' is < field 'fNrows' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1912
23: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1912
24: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
25: Left side of '&&' is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
26: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
27: Taking true branch in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
28: 'flagRow' is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1921
29: Taking true branch in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1921
30: Assuming 'index' is <= 'left' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1924
31: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1924
32: Array access (from variable 'colIndex_old') results in a null pointer dereference in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1926
/opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1967:32: warning: Array access (from variable 'colIndex_old') results in a null pointer dereference [clang-analyzer-core.NullDereference]
 1: Assuming 'gMatrixCheck' is 0 in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1853
 2: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1853
 3: Assuming 'irow' is >= field 'fNrows' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1877
 4: Loop condition is false. Execution continues on line 1888 in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1877
 5: 'colIndex_old' initialized here in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1894
 6: Assuming 'irow' is < field 'fNrows' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1912
 7: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1912
 8: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
 9: Left side of '&&' is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
10: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
11: Taking true branch in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
12: 'flagRow' is true in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1921
13: Taking true branch in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1921
14: Assuming 'index' is > 'left' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1924
15: Loop condition is false. Execution continues on line 1931 in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1924
16: Assuming 'rowIndex_s' is null in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1931
17: Left side of '&&' is false in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1931
18: Assuming 'icol' is >= 'nCols_source' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1942
19: Loop condition is false. Execution continues on line 1950 in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1942
20: Assuming 'colIndex_old' is null in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1951
21: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1951
22: Assuming 'irow' is < field 'fNrows' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1912
23: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1912
24: Assuming the condition is false in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
25: Left side of '&&' is false in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1915
26: 'flagRow' is false in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1921
27: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1921
28: Assuming 'index' is < 'eIndex_o' in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1965
29: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1965
30: Array access (from variable 'colIndex_old') results in a null pointer dereference in /opt/root_src/math/matrix/src/TMatrixTSparse.cxx:1967
/opt/root_src/math/matrix/src/TMatrixTSym.cxx:414:16: warning: Dereference of null pointer [clang-analyzer-core.NullDereference]
 1: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:155
 2: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 3: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:155
 4: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
 5: Control jumps to 'case kAtA:'  at line 158 in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:157
 6: Calling 'TMatrixTSym::TMult' in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:160
 7: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:383
 8: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 9: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:383
10: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
11: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:405
12: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:406
13: Loop condition is false. Execution continues on line 414 in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:409
14: Null pointer value stored to 'cp' in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:414
15: Dereference of null pointer in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:414
/opt/root_src/math/matrix/src/TMatrixTSym.cxx:462:16: warning: Dereference of null pointer [clang-analyzer-core.NullDereference]
 1: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:106
 2: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 3: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:106
 4: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
 5: Control jumps to 'case kAtA:'  at line 139 in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:108
 6: Calling 'TMatrixTSym::TMult' in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:141
 7: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:431
 8: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
 9: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:431
10: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
11: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:453
12: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:454
13: Loop condition is false. Execution continues on line 462 in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:457
14: Null pointer value stored to 'cp' in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:462
15: Dereference of null pointer in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:462
/opt/root_src/math/matrix/src/TMatrixTSym.cxx:552:19: warning: Dereference of null pointer [clang-analyzer-core.NullDereference]
 1: Assuming 'gMatrixCheck' is 0 in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:506
 2: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:506
 3: '?' condition is false in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:524
 4: 'shift' is 0 in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:528
 5: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:528
 6: Calling 'TMatrixTSym::GetRowIndexArray' in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:539
 7: Returning null pointer, which participates in a condition later in /opt/root_src/math/matrix/inc/TMatrixTSym.h:85
 8: Returning from 'TMatrixTSym::GetRowIndexArray' in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:539
 9: Left side of '&&' is false in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:539
10: Assuming 'irow' is < 'nrows_sub' in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:549
11: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:549
12: 'icol' is < 'nrows_sub' in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:551
13: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:551
14: Null pointer value stored to 'bp' in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:552
15: Dereference of null pointer in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:552
/opt/root_src/math/matrix/src/TMatrixTSym.cxx:1157:16: warning: Dereference of null pointer [clang-analyzer-core.NullDereference]
 1: Assuming 'gMatrixCheck' is 0 in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1101
 2: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1101
 3: Assuming the condition is false in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1120
 4: Taking false branch in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1120
 5: Assuming 'nrowsb' is not equal to field 'fNrows' in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1127
 6: Taking true branch in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1127
 7: Assuming the condition is true in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1149
 8: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1149
 9: Loop condition is true.  Entering loop body in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1151
10: Loop condition is false. Execution continues on line 1157 in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1155
11: Null pointer value stored to 'cp' in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1157
12: Dereference of null pointer in /opt/root_src/math/matrix/src/TMatrixTSym.cxx:1157
/opt/root_src/math/matrix/src/TVectorT.cxx:984:4: warning: Null pointer passed to 1st parameter expecting 'nonnull' [clang-analyzer-core.NonNullParamChecker]
 1: Assuming 'gMatrixCheck' is 0 in /opt/root_src/math/matrix/src/TVectorT.cxx:954
 2: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:954
 3: Assuming the condition is true in /opt/root_src/math/matrix/src/TVectorT.cxx:963
 4: Left side of '||' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:963
 5: 'doResize' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:964
 6: Left side of '&&' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:964
 7: Assuming field 'fIsOwner' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:964
 8: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:964
 9: Assuming 'nrows_old' is <= kWorkMax in /opt/root_src/math/matrix/src/TVectorT.cxx:973
10: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:973
11: 'doResize' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:979
12: Taking true branch in /opt/root_src/math/matrix/src/TVectorT.cxx:979
13: Calling 'TVectorT::ResizeTo' in /opt/root_src/math/matrix/src/TVectorT.cxx:982
14: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:296
15: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
16: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TVectorT.cxx:296
17: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
18: Field 'fIsOwner' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:297
19: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:297
20: Assuming field 'fNrows' is <= 0 in /opt/root_src/math/matrix/src/TVectorT.cxx:304
21: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:304
22: Calling 'TVectorT::Allocate' in /opt/root_src/math/matrix/src/TVectorT.cxx:339
23: Null pointer value stored to field 'fElements' in /opt/root_src/math/matrix/src/TVectorT.cxx:156
24: Assuming 'nrows' is < 0 in /opt/root_src/math/matrix/src/TVectorT.cxx:158
25: Taking true branch in /opt/root_src/math/matrix/src/TVectorT.cxx:158
26: Returning from 'TVectorT::Allocate' in /opt/root_src/math/matrix/src/TVectorT.cxx:339
27: Returning from 'TVectorT::ResizeTo' in /opt/root_src/math/matrix/src/TVectorT.cxx:982
28: Null pointer passed to 1st parameter expecting 'nonnull' in /opt/root_src/math/matrix/src/TVectorT.cxx:984
/opt/root_src/math/matrix/src/TVectorT.cxx:1051:4: warning: Null pointer passed to 1st parameter expecting 'nonnull' [clang-analyzer-core.NonNullParamChecker]
 1: Assuming 'gMatrixCheck' is 0 in /opt/root_src/math/matrix/src/TVectorT.cxx:1021
 2: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:1021
 3: Assuming the condition is true in /opt/root_src/math/matrix/src/TVectorT.cxx:1030
 4: Left side of '||' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:1030
 5: 'doResize' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:1031
 6: Left side of '&&' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:1031
 7: Assuming field 'fIsOwner' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:1031
 8: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:1031
 9: Assuming 'nrows_old' is <= kWorkMax in /opt/root_src/math/matrix/src/TVectorT.cxx:1040
10: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:1040
11: 'doResize' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:1046
12: Taking true branch in /opt/root_src/math/matrix/src/TVectorT.cxx:1046
13: Calling 'TVectorT::ResizeTo' in /opt/root_src/math/matrix/src/TVectorT.cxx:1049
14: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:296
15: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:120
16: Loop condition is false.  Exiting loop in /opt/root_src/math/matrix/src/TVectorT.cxx:296
17: expanded from macro 'R__ASSERT' in /opt/root_src/core/foundation/inc/TError.h:119
18: Field 'fIsOwner' is true in /opt/root_src/math/matrix/src/TVectorT.cxx:297
19: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:297
20: Assuming field 'fNrows' is <= 0 in /opt/root_src/math/matrix/src/TVectorT.cxx:304
21: Taking false branch in /opt/root_src/math/matrix/src/TVectorT.cxx:304
22: Calling 'TVectorT::Allocate' in /opt/root_src/math/matrix/src/TVectorT.cxx:339
23: Null pointer value stored to field 'fElements' in /opt/root_src/math/matrix/src/TVectorT.cxx:156
24: Assuming 'nrows' is < 0 in /opt/root_src/math/matrix/src/TVectorT.cxx:158
25: Taking true branch in /opt/root_src/math/matrix/src/TVectorT.cxx:158
26: Returning from 'TVectorT::Allocate' in /opt/root_src/math/matrix/src/TVectorT.cxx:339
27: Returning from 'TVectorT::ResizeTo' in /opt/root_src/math/matrix/src/TVectorT.cxx:1049
28: Null pointer passed to 1st parameter expecting 'nonnull' in /opt/root_src/math/matrix/src/TVectorT.cxx:1051
/opt/root_src/math/minuit/src/TFitter.cxx:164:10: warning: Value stored to 'igrad' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'igrad' is never read in /opt/root_src/math/minuit/src/TFitter.cxx:164
/opt/root_src/math/minuit/src/TFitter.cxx:182:7: warning: Value stored to 'igrad' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'igrad' is never read in /opt/root_src/math/minuit/src/TFitter.cxx:182
/opt/root_src/math/minuit/src/TFitter.cxx:483:4: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy]
 1: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 in /opt/root_src/math/minuit/src/TFitter.cxx:483
/opt/root_src/math/minuit/src/TLinearFitter.cxx:1375:7: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy]
 1: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 in /opt/root_src/math/minuit/src/TLinearFitter.cxx:1375
/opt/root_src/math/minuit/src/TLinearFitter.cxx:2152:10: warning: Value stored to 'chi2' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'chi2' is never read in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2152
/opt/root_src/math/minuit/src/TLinearFitter.cxx:2230:10: warning: Value stored to 'chi2' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'chi2' is never read in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2230
/opt/root_src/math/minuit/src/TLinearFitter.cxx:2252:7: warning: Value stored to 'chi2' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'chi2' is never read in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2252
/opt/root_src/math/minuit/src/TLinearFitter.cxx:2265:7: warning: Value stored to 'chi2' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'chi2' is never read in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2265
/opt/root_src/math/minuit/src/TLinearFitter.cxx:2345:7: warning: Value stored to 'repeat' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'repeat' is never read in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2345
/opt/root_src/math/minuit/src/TLinearFitter.cxx:2379:10: warning: Value stored to 'func' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'func' is never read in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2379
/opt/root_src/math/minuit/src/TLinearFitter.cxx:2413:10: warning: Value stored to 'func' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'func' is never read in /opt/root_src/math/minuit/src/TLinearFitter.cxx:2413
/opt/root_src/math/minuit/src/TMinuit.cxx:983:10: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4000
 2: Assuming field 'fAmin' is equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:4001
 3: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4001
 4: Calling 'TMinuit::mnamin' in /opt/root_src/math/minuit/src/TMinuit.cxx:4002
 5: 'fnew' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:974
 6: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:978
 7: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:978
 8: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:982
 9: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
10: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
11: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
12: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:982
13: Assigned value is garbage or undefined in /opt/root_src/math/minuit/src/TMinuit.cxx:983
/opt/root_src/math/minuit/src/TMinuit.cxx:1094:15: warning: The left operand of '-' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Assuming field 'fNpar' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:4306
 2: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4306
 3: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:4307
 4: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4307
 5: Assuming 'nloop' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:4313
 6: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4313
 7: Assuming 'i' is <= field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:4320
 8: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4320
 9: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4323
10: Loop condition is false. Execution continues on line 4320 in /opt/root_src/math/minuit/src/TMinuit.cxx:4323
11: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:4320
12: Loop condition is false. Execution continues on line 4329 in /opt/root_src/math/minuit/src/TMinuit.cxx:4320
13: 'ifail' is < 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:4330
14: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4330
15: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4332
16: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4334
17: Loop condition is false. Execution continues on line 4332 in /opt/root_src/math/minuit/src/TMinuit.cxx:4334
18: Loop condition is false. Execution continues on line 4339 in /opt/root_src/math/minuit/src/TMinuit.cxx:4332
19: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4342
20: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:4342
21: Loop condition is false. Execution continues on line 4347 in /opt/root_src/math/minuit/src/TMinuit.cxx:4342
22: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4349
23: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4349
24: Calling 'TMinuit::mncalf' in /opt/root_src/math/minuit/src/TMinuit.cxx:4353
25: 'f' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:1073
26: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:1077
27: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
28: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
29: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
30: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:1077
31: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:1078
32: Loop condition is false. Execution continues on line 1087 in /opt/root_src/math/minuit/src/TMinuit.cxx:1078
33: 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:1088
34: Loop condition is false. Execution continues on line 1089 in /opt/root_src/math/minuit/src/TMinuit.cxx:1088
35: Assuming 'denom' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:1089
36: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1089
37: The left operand of '-' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:1094
/opt/root_src/math/minuit/src/TMinuit.cxx:1808:4: warning: Value stored to 'x2' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'x2' is never read in /opt/root_src/math/minuit/src/TMinuit.cxx:1808
/opt/root_src/math/minuit/src/TMinuit.cxx:1855:7: warning: 4th function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: 'fnext' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:1802
 2: Assuming the condition is true in /opt/root_src/math/minuit/src/TMinuit.cxx:1810
 3: Assuming field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:1821
 4: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1821
 5: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
 6: 'ik' is equal to 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
 7: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
 8: Assuming the condition is true in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
 9: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
10:  Execution continues on line 1829 in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
11: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
12: 'ik' is not equal to 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
13: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
14: Field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
15: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
16:  Execution continues on line 1829 in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
17: Loop condition is false. Execution continues on line 1848 in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
18: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:1851
19: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1851
20: Calling 'TMinuit::mneval' in /opt/root_src/math/minuit/src/TMinuit.cxx:1852
21: Field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2624
22: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2624
23: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2627
24: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
25: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
26: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
27: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2627
28: Assuming field 'fNpar' is <= 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2629
29: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2629
30: Returning without writing to 'fnext' in /opt/root_src/math/minuit/src/TMinuit.cxx:2639
31: Returning from 'TMinuit::mneval' in /opt/root_src/math/minuit/src/TMinuit.cxx:1852
32: 'ldebug' is true in /opt/root_src/math/minuit/src/TMinuit.cxx:1854
33: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1854
34: 4th function call argument is an uninitialized value in /opt/root_src/math/minuit/src/TMinuit.cxx:1855
/opt/root_src/math/minuit/src/TMinuit.cxx:1858:25: warning: The left operand of '<=' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: 'fnext' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:1802
 2: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:1810
 3: Assuming field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:1821
 4: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1821
 5: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
 6: 'ik' is equal to 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
 7: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
 8: Assuming the condition is true in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
 9: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
10:  Execution continues on line 1829 in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
11: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
12: 'ik' is not equal to 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
13: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
14: Field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
15: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
16:  Execution continues on line 1829 in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
17: Loop condition is false. Execution continues on line 1848 in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
18: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:1851
19: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1851
20: Calling 'TMinuit::mneval' in /opt/root_src/math/minuit/src/TMinuit.cxx:1852
21: Field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2624
22: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2624
23: Value assigned to field 'fLimset', which participates in a condition later in /opt/root_src/math/minuit/src/TMinuit.cxx:2625
24: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2627
25: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
26: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
27: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
28: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2627
29: Assuming field 'fNpar' is <= 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2629
30: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2629
31: Returning without writing to 'fnext' in /opt/root_src/math/minuit/src/TMinuit.cxx:2639
32: Returning from 'TMinuit::mneval' in /opt/root_src/math/minuit/src/TMinuit.cxx:1852
33: 'ldebug' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:1854
34: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1854
35: 'ierev' is <= 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:1857
36: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1857
37: Assuming field 'fLimset' is true in /opt/root_src/math/minuit/src/TMinuit.cxx:1858
38: Left side of '&&' is true in /opt/root_src/math/minuit/src/TMinuit.cxx:1858
39: The left operand of '<=' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:1858
/opt/root_src/math/minuit/src/TMinuit.cxx:1861:17: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: 'fnext' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:1802
 2: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:1810
 3: Assuming field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:1821
 4: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1821
 5: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
 6: 'ik' is equal to 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
 7: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
 8: Assuming the condition is true in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
 9: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
10:  Execution continues on line 1829 in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
11: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
12: 'ik' is not equal to 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
13: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
14: Field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
15: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
16:  Execution continues on line 1829 in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
17: Loop condition is false. Execution continues on line 1848 in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
18: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:1851
19: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1851
20: Calling 'TMinuit::mneval' in /opt/root_src/math/minuit/src/TMinuit.cxx:1852
21: Field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2624
22: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2624
23: Value assigned to field 'fLimset', which participates in a condition later in /opt/root_src/math/minuit/src/TMinuit.cxx:2625
24: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2627
25: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
26: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
27: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
28: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2627
29: Assuming field 'fNpar' is <= 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2629
30: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2629
31: Returning without writing to 'fnext' in /opt/root_src/math/minuit/src/TMinuit.cxx:2639
32: Returning from 'TMinuit::mneval' in /opt/root_src/math/minuit/src/TMinuit.cxx:1852
33: 'ldebug' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:1854
34: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1854
35: 'ierev' is <= 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:1857
36: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1857
37: Assuming field 'fLimset' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:1858
38: Left side of '&&' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:1858
39: Assigned value is garbage or undefined in /opt/root_src/math/minuit/src/TMinuit.cxx:1861
/opt/root_src/math/minuit/src/TMinuit.cxx:2020:4: warning: Value stored to 'ibest' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'ibest' is never read in /opt/root_src/math/minuit/src/TMinuit.cxx:2020
/opt/root_src/math/minuit/src/TMinuit.cxx:2025:45: warning: Value stored to 'ibest' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'ibest' is never read in /opt/root_src/math/minuit/src/TMinuit.cxx:2025
/opt/root_src/math/minuit/src/TMinuit.cxx:2195:15: warning: The left operand of '!=' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:3370
 2: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:3370
 3: Assuming 'i' is > field 'fNu' in /opt/root_src/math/minuit/src/TMinuit.cxx:3373
 4: Loop condition is false. Execution continues on line 3374 in /opt/root_src/math/minuit/src/TMinuit.cxx:3373
 5: Calling 'TMinuit::mnderi' in /opt/root_src/math/minuit/src/TMinuit.cxx:3376
 6: 'fs1' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:2180
 7: Assuming the condition is true in /opt/root_src/math/minuit/src/TMinuit.cxx:2186
 8: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:2187
 9: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2187
10: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2188
11: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2188
12: 'ldebug' is true in /opt/root_src/math/minuit/src/TMinuit.cxx:2190
13: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2190
14: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2194
15: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
16: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
17: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
18: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2194
19: The left operand of '!=' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:2195
/opt/root_src/math/minuit/src/TMinuit.cxx:2241:10: warning: Value stored to 'stepb4' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'stepb4' is never read in /opt/root_src/math/minuit/src/TMinuit.cxx:2241
/opt/root_src/math/minuit/src/TMinuit.cxx:2253:27: warning: The left operand of '-' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:3370
 2: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:3370
 3: Assuming 'i' is > field 'fNu' in /opt/root_src/math/minuit/src/TMinuit.cxx:3373
 4: Loop condition is false. Execution continues on line 3374 in /opt/root_src/math/minuit/src/TMinuit.cxx:3373
 5: Calling 'TMinuit::mnderi' in /opt/root_src/math/minuit/src/TMinuit.cxx:3376
 6: 'fs1' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:2180
 7: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2186
 8: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:2187
 9: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2187
10: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2188
11: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2188
12: 'ldebug' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2190
13: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2190
14: Assuming field 'fIstrat' is <= 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2204
15: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2204
16: Assuming 'i' is <= field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:2218
17: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:2218
18: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:2225
19: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2231
20: Left side of '&&' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2231
21: Assuming 'step' is <= 'stpmax' in /opt/root_src/math/minuit/src/TMinuit.cxx:2234
22: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2234
23: Assuming 'step' is >= 'stpmin' in /opt/root_src/math/minuit/src/TMinuit.cxx:2237
24: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2237
25: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2239
26: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2239
27: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2242
28: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2242
29: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2247
30: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
31: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
32: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
33: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2247
34: The left operand of '-' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:2253
/opt/root_src/math/minuit/src/TMinuit.cxx:2253:27: warning: The right operand of '-' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:3370
 2: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:3370
 3: Assuming 'i' is > field 'fNu' in /opt/root_src/math/minuit/src/TMinuit.cxx:3373
 4: Loop condition is false. Execution continues on line 3374 in /opt/root_src/math/minuit/src/TMinuit.cxx:3373
 5: Calling 'TMinuit::mnderi' in /opt/root_src/math/minuit/src/TMinuit.cxx:3376
 6: 'fs2' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:2181
 7: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2186
 8: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:2187
 9: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2187
10: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2188
11: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2188
12: 'ldebug' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2190
13: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2190
14: Assuming field 'fIstrat' is <= 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2204
15: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2204
16: Assuming 'i' is <= field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:2218
17: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:2218
18: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:2225
19: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2231
20: Left side of '&&' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2231
21: Assuming 'step' is <= 'stpmax' in /opt/root_src/math/minuit/src/TMinuit.cxx:2234
22: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2234
23: Assuming 'step' is >= 'stpmin' in /opt/root_src/math/minuit/src/TMinuit.cxx:2237
24: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2237
25: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2239
26: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2239
27: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2242
28: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2242
29: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2251
30: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
31: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
32: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
33: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2251
34: The right operand of '-' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:2253
/opt/root_src/math/minuit/src/TMinuit.cxx:2631:13: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: 'fnext' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:1802
 2: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:1810
 3: Assuming field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:1821
 4: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1821
 5: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
 6: 'ik' is equal to 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
 7: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
 8: Assuming the condition is true in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
 9: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
10:  Execution continues on line 1829 in /opt/root_src/math/minuit/src/TMinuit.cxx:1840
11: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
12: 'ik' is not equal to 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
13: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1830
14: Field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
15: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
16:  Execution continues on line 1829 in /opt/root_src/math/minuit/src/TMinuit.cxx:1835
17: Loop condition is false. Execution continues on line 1848 in /opt/root_src/math/minuit/src/TMinuit.cxx:1829
18: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:1851
19: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:1851
20: Passing value via 2nd parameter 'fnext' in /opt/root_src/math/minuit/src/TMinuit.cxx:1852
21: Calling 'TMinuit::mneval' in /opt/root_src/math/minuit/src/TMinuit.cxx:1852
22: Field 'fKe2cr' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2624
23: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2624
24: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2627
25: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
26: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
27: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
28: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:2627
29: Assuming field 'fNpar' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2629
30: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2629
31: Assigned value is garbage or undefined in /opt/root_src/math/minuit/src/TMinuit.cxx:2631
/opt/root_src/math/minuit/src/TMinuit.cxx:4028:12: warning: The left operand of '!=' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: 'fs1' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:3996
 2: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4000
 3: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:4001
 4: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4001
 5: Assuming field 'fIstrat' is <= 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:4004
 6: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4004
 7: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4017
 8: Left side of '||' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4017
 9: 'ldebug' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4017
10: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4017
11: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4027
12: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
13: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
14: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
15: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4027
16: The left operand of '!=' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:4028
/opt/root_src/math/minuit/src/TMinuit.cxx:4079:24: warning: The right operand of '+' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: 'fs2' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:3996
 2: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4000
 3: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:4001
 4: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4001
 5: Assuming field 'fIstrat' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:4004
 6: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4004
 7: Assuming field 'fIstrat' is not equal to 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:4008
 8: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4008
 9: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4017
10: Left side of '||' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4017
11: 'ldebug' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4017
12: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4017
13: Assuming 'fs1' is equal to field 'fAmin' in /opt/root_src/math/minuit/src/TMinuit.cxx:4028
14: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4028
15: 'ldebug' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4033
16: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4033
17: Assuming 'i' is > 'npar2' in /opt/root_src/math/minuit/src/TMinuit.cxx:4044
18: Loop condition is false. Execution continues on line 4047 in /opt/root_src/math/minuit/src/TMinuit.cxx:4044
19: Assuming 'id' is <= 'npard' in /opt/root_src/math/minuit/src/TMinuit.cxx:4048
20: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4048
21: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4051
22: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4051
23: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4067
24: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4069
25: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4077
26: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
27: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
28: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
29: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4077
30: The right operand of '+' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:4079
/opt/root_src/math/minuit/src/TMinuit.cxx:4252:24: warning: The left operand of '+' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:3370
 2: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:3370
 3: Assuming 'i' is > field 'fNu' in /opt/root_src/math/minuit/src/TMinuit.cxx:3373
 4: Loop condition is false. Execution continues on line 3374 in /opt/root_src/math/minuit/src/TMinuit.cxx:3373
 5: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:3377
 6: Loop condition is false. Execution continues on line 3379 in /opt/root_src/math/minuit/src/TMinuit.cxx:3377
 7: Calling 'TMinuit::mnhes1' in /opt/root_src/math/minuit/src/TMinuit.cxx:3382
 8: 'fs1' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:4221
 9: Assuming the condition is true in /opt/root_src/math/minuit/src/TMinuit.cxx:4225
10: Field 'fIstrat' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:4226
11: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4226
12: Field 'fIstrat' is not equal to 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:4227
13: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4227
14: Field 'fIstrat' is > 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:4228
15: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4228
16: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4233
17: Assuming 'd' is <= 'optstp' in /opt/root_src/math/minuit/src/TMinuit.cxx:4239
18: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4239
19: Assuming 'd' is >= 'dmin_' in /opt/root_src/math/minuit/src/TMinuit.cxx:4240
20: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4240
21: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4243
22: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4246
23: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
24: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
25: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
26: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4246
27: The left operand of '+' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:4252
/opt/root_src/math/minuit/src/TMinuit.cxx:4252:24: warning: The right operand of '+' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:3370
 2: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:3370
 3: Assuming 'i' is > field 'fNu' in /opt/root_src/math/minuit/src/TMinuit.cxx:3373
 4: Loop condition is false. Execution continues on line 3374 in /opt/root_src/math/minuit/src/TMinuit.cxx:3373
 5: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:3377
 6: Loop condition is false. Execution continues on line 3379 in /opt/root_src/math/minuit/src/TMinuit.cxx:3377
 7: Calling 'TMinuit::mnhes1' in /opt/root_src/math/minuit/src/TMinuit.cxx:3382
 8: 'fs2' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:4221
 9: Assuming the condition is true in /opt/root_src/math/minuit/src/TMinuit.cxx:4225
10: Field 'fIstrat' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:4226
11: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4226
12: Field 'fIstrat' is not equal to 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:4227
13: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4227
14: Field 'fIstrat' is > 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:4228
15: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4228
16: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4233
17: Assuming 'd' is <= 'optstp' in /opt/root_src/math/minuit/src/TMinuit.cxx:4239
18: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4239
19: Assuming 'd' is >= 'dmin_' in /opt/root_src/math/minuit/src/TMinuit.cxx:4240
20: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4240
21: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:4243
22: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4249
23: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
24: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
25: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
26: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4249
27: The right operand of '+' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:4252
/opt/root_src/math/minuit/src/TMinuit.cxx:4757:14: warning: The left operand of '!=' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: 'f1' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:4739
 2: Assuming the condition is true in /opt/root_src/math/minuit/src/TMinuit.cxx:4749
 3: 'ldebug' is true in /opt/root_src/math/minuit/src/TMinuit.cxx:4754
 4: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4754
 5: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4756
 6: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
 7: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
 8: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
 9: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4756
10: The left operand of '!=' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:4757
/opt/root_src/math/minuit/src/TMinuit.cxx:4790:17: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: 'f1' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:4739
 2: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4749
 3: 'ldebug' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4754
 4: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4754
 5: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:4773
 6: Loop condition is false. Execution continues on line 4781 in /opt/root_src/math/minuit/src/TMinuit.cxx:4773
 7: Assuming 'slamin' is not equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:4781
 8: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4781
 9: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4786
10: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
11: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
12: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
13: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4786
14: Assigned value is garbage or undefined in /opt/root_src/math/minuit/src/TMinuit.cxx:4790
/opt/root_src/math/minuit/src/TMinuit.cxx:4829:21: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: 'f2' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:4739
 2: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4749
 3: 'ldebug' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4754
 4: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4754
 5: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:4773
 6: Loop condition is false. Execution continues on line 4781 in /opt/root_src/math/minuit/src/TMinuit.cxx:4773
 7: Assuming 'slamin' is not equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:4781
 8: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4781
 9: Assuming 'f1' is >= 'fstart' in /opt/root_src/math/minuit/src/TMinuit.cxx:4791
10: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4791
11: Assuming 'denom' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:4805
12: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4805
13: Assuming 'slam' is >= 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:4806
14: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4806
15: Assuming 'slam' is <= 'slamax' in /opt/root_src/math/minuit/src/TMinuit.cxx:4807
16: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4807
17: Assuming 'slam' is >= 'toler8' in /opt/root_src/math/minuit/src/TMinuit.cxx:4808
18: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4808
19: Assuming 'slam' is >= 'slamin' in /opt/root_src/math/minuit/src/TMinuit.cxx:4809
20: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4809
21: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4813
22: Left side of '&&' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4813
23: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:4817
24: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4817
25: 'nxypt' is < 12 in /opt/root_src/math/minuit/src/TMinuit.cxx:4818
26: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:4818
27: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:4822
28: Loop condition is false. Execution continues on line 4823 in /opt/root_src/math/minuit/src/TMinuit.cxx:4822
29: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4825
30: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
31: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
32: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
33: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:4825
34: Assigned value is garbage or undefined in /opt/root_src/math/minuit/src/TMinuit.cxx:4829
/opt/root_src/math/minuit/src/TMinuit.cxx:5961:4: warning: Value stored to 'x2' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'x2' is never read in /opt/root_src/math/minuit/src/TMinuit.cxx:5961
/opt/root_src/math/minuit/src/TMinuit.cxx:5961:9: warning: Although the value stored to 'x3' is used in the enclosing expression, the value is never actually read from 'x3' [clang-analyzer-deadcode.DeadStores]
 1: Although the value stored to 'x3' is used in the enclosing expression, the value is never actually read from 'x3' in /opt/root_src/math/minuit/src/TMinuit.cxx:5961
/opt/root_src/math/minuit/src/TMinuit.cxx:6778:22: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: 'fnext' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:6710
 2: Assuming 'ncall' is > 1 in /opt/root_src/math/minuit/src/TMinuit.cxx:6717
 3: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6717
 4: Assuming 'ncall' is <= 98 in /opt/root_src/math/minuit/src/TMinuit.cxx:6718
 5: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6718
 6: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:6720
 7: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6720
 8: Assuming 'iparwd' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:6724
 9: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6724
10: Control jumps to line 6734 in /opt/root_src/math/minuit/src/TMinuit.cxx:6724
11: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:6743
12: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6743
13: Assuming 'xlreq' is not equal to 'xhreq' in /opt/root_src/math/minuit/src/TMinuit.cxx:6746
14: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6746
15: Control jumps to line 6772 in /opt/root_src/math/minuit/src/TMinuit.cxx:6749
16: 'icall' is <= 'nccall' in /opt/root_src/math/minuit/src/TMinuit.cxx:6772
17: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:6772
18: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:6775
19: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
20: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
21: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
22: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:6775
23: Assigned value is garbage or undefined in /opt/root_src/math/minuit/src/TMinuit.cxx:6778
/opt/root_src/math/minuit/src/TMinuit.cxx:6870:16: warning: The left operand of '<' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Assuming 'lk' is <= 20 in /opt/root_src/math/minuit/src/TMinuit.cxx:2726
 2: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2726
 3: Assuming 'iw' is > field 'fMaxpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:2731
 4: Loop condition is false. Execution continues on line 2735 in /opt/root_src/math/minuit/src/TMinuit.cxx:2731
 5: Left side of '||' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2737
 6: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2737
 7: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2737
 8: Assuming field 'fNfcnmx' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2766
 9: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2766
10: Assuming field 'fEpsi' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:2770
11: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2770
12: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:2779
13: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2780
14: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2780
15: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:2779
16: Assuming the condition is true in /opt/root_src/math/minuit/src/TMinuit.cxx:2780
17: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2780
18: Control jumps to line 2787 in /opt/root_src/math/minuit/src/TMinuit.cxx:2780
19: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:2787
20: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2787
21: 'i' is not equal to 6 in /opt/root_src/math/minuit/src/TMinuit.cxx:2788
22: Left side of '&&' is true in /opt/root_src/math/minuit/src/TMinuit.cxx:2788
23: 'i' is not equal to 7 in /opt/root_src/math/minuit/src/TMinuit.cxx:2788
24: Left side of '&&' is true in /opt/root_src/math/minuit/src/TMinuit.cxx:2788
25: 'i' is not equal to 8 in /opt/root_src/math/minuit/src/TMinuit.cxx:2788
26: Left side of '&&' is true in /opt/root_src/math/minuit/src/TMinuit.cxx:2788
27: 'i' is not equal to 23 in /opt/root_src/math/minuit/src/TMinuit.cxx:2788
28: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:2788
29: Control jumps to 'case 2:'  at line 2795 in /opt/root_src/math/minuit/src/TMinuit.cxx:2793
30: Control jumps to line 2837 in /opt/root_src/math/minuit/src/TMinuit.cxx:2795
31: Calling 'TMinuit::mnseek' in /opt/root_src/math/minuit/src/TMinuit.cxx:2837
32: 'ftry' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:6820
33: Assuming 'mxfail' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:6825
34: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6825
35: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:6827
36: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6827
37: Assuming 'alpha' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:6829
38: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6829
39: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:6830
40: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6830
41: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:6836
42: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6836
43: Assuming 'ipar' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:6845
44: Loop condition is false. Execution continues on line 6861 in /opt/root_src/math/minuit/src/TMinuit.cxx:6845
45: Assuming 'istep' is <= 'mxstep' in /opt/root_src/math/minuit/src/TMinuit.cxx:6861
46: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:6861
47: 'ifail' is < 'mxfail' in /opt/root_src/math/minuit/src/TMinuit.cxx:6862
48: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:6862
49: 'ipar' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:6863
50: Loop condition is false. Execution continues on line 6868 in /opt/root_src/math/minuit/src/TMinuit.cxx:6863
51: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:6869
52: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
53: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
54: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
55: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:6869
56: The left operand of '<' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:6870
/opt/root_src/math/minuit/src/TMinuit.cxx:7485:13: warning: The left operand of '<=' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: 'f' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:7441
 2: Assuming field 'fNpar' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 3: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 4: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 5: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 6: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 7: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 8: Assuming 'i' is <= field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
 9: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
10: Assuming 'dxdi' is equal to 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:7464
11: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7464
12: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7466
13: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7466
14: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
15: Loop condition is false. Execution continues on line 7470 in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
16: Loop condition is true.  Entering loop body in /opt/root_src/math/minuit/src/TMinuit.cxx:7474
17: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7484
18: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
19: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
20: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
21: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7484
22: The left operand of '<=' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:7485
/opt/root_src/math/minuit/src/TMinuit.cxx:7534:14: warning: The left operand of '>=' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: 'ystar' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:7442
 2: Assuming field 'fNpar' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 3: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 4: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 5: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 6: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 7: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 8: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
 9: Loop condition is false. Execution continues on line 7470 in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
10: 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7474
11: Loop condition is false. Execution continues on line 7510 in /opt/root_src/math/minuit/src/TMinuit.cxx:7474
12: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7513
13: Loop condition is false. Execution continues on line 7514 in /opt/root_src/math/minuit/src/TMinuit.cxx:7513
14: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7516
15: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7516
16: Assuming 'sig2' is >= field 'fEpsi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
17: Left side of '&&' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
18: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7524
19: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7524
20: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7526
21: Loop condition is false. Execution continues on line 7532 in /opt/root_src/math/minuit/src/TMinuit.cxx:7526
22: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7533
23: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
24: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
25: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
26: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7533
27: The left operand of '>=' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:7534
/opt/root_src/math/minuit/src/TMinuit.cxx:7543:16: warning: The left operand of '-' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: 'ystst' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:7442
 2: Assuming field 'fNpar' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 3: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 4: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 5: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 6: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 7: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 8: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
 9: Loop condition is false. Execution continues on line 7470 in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
10: 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7474
11: Loop condition is false. Execution continues on line 7510 in /opt/root_src/math/minuit/src/TMinuit.cxx:7474
12: 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7513
13: Loop condition is false. Execution continues on line 7514 in /opt/root_src/math/minuit/src/TMinuit.cxx:7513
14: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7516
15: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7516
16: Assuming 'sig2' is >= field 'fEpsi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
17: Left side of '&&' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
18: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7524
19: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7524
20: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7526
21: Loop condition is false. Execution continues on line 7532 in /opt/root_src/math/minuit/src/TMinuit.cxx:7526
22: Assuming 'ystar' is < field 'fAmin' in /opt/root_src/math/minuit/src/TMinuit.cxx:7534
23: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7534
24: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7536
25: Loop condition is false. Execution continues on line 7539 in /opt/root_src/math/minuit/src/TMinuit.cxx:7536
26: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7540
27: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
28: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
29: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
30: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7540
31: The left operand of '-' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:7543
/opt/root_src/math/minuit/src/TMinuit.cxx:7552:14: warning: The left operand of '<' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: 'yrho' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:7441
 2: Assuming field 'fNpar' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 3: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 4: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 5: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 6: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 7: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 8: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
 9: Loop condition is false. Execution continues on line 7470 in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
10: 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7474
11: Loop condition is false. Execution continues on line 7510 in /opt/root_src/math/minuit/src/TMinuit.cxx:7474
12: 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7513
13: Loop condition is false. Execution continues on line 7514 in /opt/root_src/math/minuit/src/TMinuit.cxx:7513
14: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7516
15: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7516
16: Assuming 'sig2' is >= field 'fEpsi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
17: Left side of '&&' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
18: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7524
19: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7524
20: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7526
21: Loop condition is false. Execution continues on line 7532 in /opt/root_src/math/minuit/src/TMinuit.cxx:7526
22: Assuming 'ystar' is < field 'fAmin' in /opt/root_src/math/minuit/src/TMinuit.cxx:7534
23: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7534
24: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7536
25: Loop condition is false. Execution continues on line 7539 in /opt/root_src/math/minuit/src/TMinuit.cxx:7536
26: Assuming 'rho' is >= 'rhomin' in /opt/root_src/math/minuit/src/TMinuit.cxx:7545
27: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7545
28: Assuming 'rho' is <= 'rhomax' in /opt/root_src/math/minuit/src/TMinuit.cxx:7546
29: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7546
30: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7547
31: Loop condition is false. Execution continues on line 7550 in /opt/root_src/math/minuit/src/TMinuit.cxx:7547
32: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7551
33: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
34: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
35: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
36: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7551
37: The left operand of '<' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:7552
/opt/root_src/math/minuit/src/TMinuit.cxx:7585:14: warning: The left operand of '>' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: 'ystst' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:7442
 2: Assuming field 'fNpar' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 3: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 4: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 5: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 6: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 7: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 8: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
 9: Loop condition is false. Execution continues on line 7470 in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
10: 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7474
11: Loop condition is false. Execution continues on line 7510 in /opt/root_src/math/minuit/src/TMinuit.cxx:7474
12: 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7513
13: Loop condition is false. Execution continues on line 7514 in /opt/root_src/math/minuit/src/TMinuit.cxx:7513
14: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7516
15: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7516
16: Assuming 'sig2' is >= field 'fEpsi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
17: Left side of '&&' is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
18: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7524
19: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7524
20: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7526
21: Loop condition is false. Execution continues on line 7532 in /opt/root_src/math/minuit/src/TMinuit.cxx:7526
22: Assuming 'ystar' is >= field 'fAmin' in /opt/root_src/math/minuit/src/TMinuit.cxx:7534
23: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7534
24: Control jumps to line 7574 in /opt/root_src/math/minuit/src/TMinuit.cxx:7534
25: Assuming the condition is true in /opt/root_src/math/minuit/src/TMinuit.cxx:7574
26: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7574
27: Control jumps to line 7580 in /opt/root_src/math/minuit/src/TMinuit.cxx:7574
28: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7580
29: Loop condition is false. Execution continues on line 7583 in /opt/root_src/math/minuit/src/TMinuit.cxx:7580
30: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7584
31: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
32: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
33: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
34: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7584
35: The left operand of '>' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:7585
/opt/root_src/math/minuit/src/TMinuit.cxx:7612:14: warning: The left operand of '<' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: 'ypbar' declared without an initial value in /opt/root_src/math/minuit/src/TMinuit.cxx:7441
 2: Assuming field 'fNpar' is > 0 in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 3: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7447
 4: Assuming field 'fAmin' is not equal to field 'fUndefi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 5: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7448
 6: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 7: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7458
 8: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
 9: Loop condition is false. Execution continues on line 7470 in /opt/root_src/math/minuit/src/TMinuit.cxx:7461
10: 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7474
11: Loop condition is false. Execution continues on line 7510 in /opt/root_src/math/minuit/src/TMinuit.cxx:7474
12: 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7513
13: Loop condition is false. Execution continues on line 7514 in /opt/root_src/math/minuit/src/TMinuit.cxx:7513
14: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7516
15: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7516
16: Assuming 'sig2' is < field 'fEpsi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
17: Left side of '&&' is true in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
18: Assuming field 'fEDM' is < field 'fEpsi' in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
19: Taking true branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
20: Control jumps to line 7592 in /opt/root_src/math/minuit/src/TMinuit.cxx:7522
21: Assuming the condition is false in /opt/root_src/math/minuit/src/TMinuit.cxx:7592
22: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:7592
23: Control jumps to line 7605 in /opt/root_src/math/minuit/src/TMinuit.cxx:7596
24: Assuming 'i' is > field 'fNpar' in /opt/root_src/math/minuit/src/TMinuit.cxx:7605
25: Loop condition is false. Execution continues on line 7610 in /opt/root_src/math/minuit/src/TMinuit.cxx:7605
26: Calling 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7611
27: Assuming field 'fFCN' is null in /opt/root_src/math/minuit/src/TMinuit.cxx:819
28: Taking false branch in /opt/root_src/math/minuit/src/TMinuit.cxx:819
29: Returning without writing to 'fval' in /opt/root_src/math/minuit/src/TMinuit.cxx:820
30: Returning from 'TMinuit::Eval' in /opt/root_src/math/minuit/src/TMinuit.cxx:7611
31: The left operand of '<' is a garbage value in /opt/root_src/math/minuit/src/TMinuit.cxx:7612
/opt/root_src/math/minuit/src/TMinuitMinimizer.cxx:819:10: warning: Value stored to 'ierr' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'ierr' is never read in /opt/root_src/math/minuit/src/TMinuitMinimizer.cxx:819
/opt/root_src/math/minuit/src/TMinuitMinimizer.cxx:822:43: warning: Value stored to 'ierr' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'ierr' is never read in /opt/root_src/math/minuit/src/TMinuitMinimizer.cxx:822
/opt/root_src/math/physics/src/TGenPhaseSpace.cxx:121:15: warning: 1st function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 1: Assuming field 'fNt' is <= 2 in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:103
 2: Taking false branch in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:103
 3: Assuming 'n' is >= field 'fNt' in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:110
 4: Loop condition is false. Execution continues on line 118 in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:110
 5: Assuming the condition is true in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:120
 6: Loop condition is true.  Entering loop body in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:120
 7: 1st function call argument is an uninitialized value in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:121
/opt/root_src/math/physics/src/TGenPhaseSpace.cxx:128:57: warning: The left operand of '*' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
 1: Assuming field 'fNt' is <= 2 in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:103
 2: Taking false branch in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:103
 3: Assuming 'n' is >= field 'fNt' in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:110
 4: Loop condition is false. Execution continues on line 118 in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:110
 5: Assuming the condition is false in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:120
 6: Loop condition is false. Execution continues on line 128 in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:120
 7: The left operand of '*' is a garbage value in /opt/root_src/math/physics/src/TGenPhaseSpace.cxx:128
/opt/root_src/math/physics/src/TRobustEstimator.cxx:661:13: warning: Use of zero-allocated memory [clang-analyzer-cplusplus.NewDelete]
 1: Assuming 'hh' is equal to 0 in /opt/root_src/math/physics/src/TRobustEstimator.cxx:610
 2: Taking true branch in /opt/root_src/math/physics/src/TRobustEstimator.cxx:610
 3: Memory is allocated in /opt/root_src/math/physics/src/TRobustEstimator.cxx:626
 4: Loop condition is false. Execution continues on line 629 in /opt/root_src/math/physics/src/TRobustEstimator.cxx:627
 5: Loop condition is false. Execution continues on line 661 in /opt/root_src/math/physics/src/TRobustEstimator.cxx:629
 6: Use of zero-allocated memory in /opt/root_src/math/physics/src/TRobustEstimator.cxx:661
/opt/root_src/math/physics/src/TRobustEstimator.cxx:922:7: warning: Value stored to 'repeat' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'repeat' is never read in /opt/root_src/math/physics/src/TRobustEstimator.cxx:922
/opt/root_src/math/physics/src/TRobustEstimator.cxx:1303:16: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 1: Assuming 'i' is >= 'nmerged' in /opt/root_src/math/physics/src/TRobustEstimator.cxx:971
 2: Loop condition is false. Execution continues on line 978 in /opt/root_src/math/physics/src/TRobustEstimator.cxx:971
 3: Calling 'TRobustEstimator::KOrdStat' in /opt/root_src/math/physics/src/TRobustEstimator.cxx:978
 4: Assuming 'work' is null in /opt/root_src/math/physics/src/TRobustEstimator.cxx:1277
 5: Taking false branch in /opt/root_src/math/physics/src/TRobustEstimator.cxx:1277
 6: 'ntotal' is <= 'kWorkMax' in /opt/root_src/math/physics/src/TRobustEstimator.cxx:1281
 7: Taking false branch in /opt/root_src/math/physics/src/TRobustEstimator.cxx:1281
 8: 'ii' is >= 'ntotal' in /opt/root_src/math/physics/src/TRobustEstimator.cxx:1287
 9: Loop condition is false. Execution continues on line 1290 in /opt/root_src/math/physics/src/TRobustEstimator.cxx:1287
10: Loop condition is true.  Entering loop body in /opt/root_src/math/physics/src/TRobustEstimator.cxx:1293
11: Assuming the condition is false in /opt/root_src/math/physics/src/TRobustEstimator.cxx:1294
12: Taking false branch in /opt/root_src/math/physics/src/TRobustEstimator.cxx:1294
13: The value 1073741823 is assigned to 'mid' in /opt/root_src/math/physics/src/TRobustEstimator.cxx:1302
14: Assigned value is garbage or undefined in /opt/root_src/math/physics/src/TRobustEstimator.cxx:1303
/opt/root_src/math/splot/src/TSPlot.cxx:959:23: warning: Value stored to 'loaded' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'loaded' is never read in /opt/root_src/math/splot/src/TSPlot.cxx:959
/opt/root_src/math/splot/src/TSPlot.cxx:966:13: warning: Value stored to 'loaded' is never read [clang-analyzer-deadcode.DeadStores]
 1: Value stored to 'loaded' is never read in /opt/root_src/math/splot/src/TSPlot.cxx:966
/opt/root_src/core/cont/inc/TBits.h
/opt/root_src/math/fumili/src/TFumili.cxx
/opt/root_src/math/genvector/src/3DConversions.cxx
/opt/root_src/math/genvector/src/AxisAngleXother.cxx
/opt/root_src/math/mathcore/inc/Fit/FitData.h
/opt/root_src/math/mathcore/inc/Fit/FitUtil.h
/opt/root_src/math/mathcore/inc/TMath.h
/opt/root_src/math/mathcore/src/AdaptiveIntegratorMultiDim.cxx
/opt/root_src/math/mathcore/src/GaussIntegrator.cxx
/opt/root_src/math/mathcore/src/GoFTest.cxx
/opt/root_src/math/mathcore/src/SpecFuncCephes.cxx
/opt/root_src/math/mathcore/src/SpecFuncCephesInv.cxx
/opt/root_src/math/mathcore/src/TKDTree.cxx
/opt/root_src/math/mathcore/src/TKDTreeBinning.cxx
/opt/root_src/math/mathcore/src/TMath.cxx
/opt/root_src/math/mathcore/src/triangle.c
/opt/root_src/math/matrix/inc/TMatrixT.h
/opt/root_src/math/matrix/inc/TVectorT.h
/opt/root_src/math/matrix/src/TDecompBK.cxx
/opt/root_src/math/matrix/src/TDecompLU.cxx
/opt/root_src/math/matrix/src/TDecompSparse.cxx
/opt/root_src/math/matrix/src/TMatrixT.cxx
/opt/root_src/math/matrix/src/TMatrixTSparse.cxx
/opt/root_src/math/matrix/src/TMatrixTSym.cxx
/opt/root_src/math/matrix/src/TVectorT.cxx
/opt/root_src/math/minuit/src/TFitter.cxx
/opt/root_src/math/minuit/src/TLinearFitter.cxx
/opt/root_src/math/minuit/src/TMinuit.cxx
/opt/root_src/math/minuit/src/TMinuitMinimizer.cxx
/opt/root_src/math/physics/src/TGenPhaseSpace.cxx
/opt/root_src/math/physics/src/TRobustEstimator.cxx
/opt/root_src/math/splot/src/TSPlot.cxx
guitargeek commented 11 months ago

See https://github.com/root-project/root/issues/7422#issuecomment-1740081758

ferdymercury commented 11 months ago

Answered in #7422

guitargeek commented 4 days ago

See: https://github.com/root-project/root/issues/7422#issuecomment-2326891590