2024-04-24 05:40 ftp://ftp.de.debian.org/debian/pool/main/c/csound/csound_6.18.1+dfsg.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=libcurl --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j1 platform: Linux-5.15.0-105-generic-x86_64-with-glibc2.35 python: 3.10.12 client-version: 1.3.56 compiler: g++ (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 cppcheck: head 2.14.0 head-info: 7dab204 (2024-04-23 22:20:29 +0200) count: 6539 6539 elapsed-time: 417.5 415.3 head-timing-info: old-timing-info: head results: csound-6.18.1/Android/CsoundAndroid/jni/AndroidCsound.hpp:18:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csound [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/AndroidCsound.cpp:21:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ANDROID_LOG_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/AndroidCsound.cpp:52:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csound [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/AndroidCsound.cpp:58:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csound [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/AndroidCsound.hpp:11:5: style: Class 'AndroidCsound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/Android/CsoundAndroid/jni/AndroidCsound.cpp:25:17: style: C-style pointer casting [cstyleCast] csound-6.18.1/Android/CsoundAndroid/jni/AndroidCsound.cpp:39:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/Android/CsoundAndroid/jni/AndroidCsound.cpp:52:14: style: C-style pointer casting [cstyleCast] csound-6.18.1/Android/CsoundAndroid/jni/AndroidCsound.cpp:58:12: style: C-style pointer casting [cstyleCast] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:92:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCK_MONOTONIC [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:148:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:167:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SL_RESULT_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:193:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SL_DATALOCATOR_BUFFERQUEUE [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:300:92: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:333:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SL_RESULT_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:379:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:399:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SL_SAMPLINGRATE_8 [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:505:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:530:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SL_RESULT_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:562:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SL_PLAYSTATE_PLAYING [valueFlowBailoutIncompleteVar] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:557:3: warning: Either the condition 'params==NULL' is redundant or there is possible null pointer dereference: params. [nullPointerRedundantCheck] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:558:14: note: Assuming that condition 'params==NULL' is not redundant csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:557:3: note: Null pointer dereference csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:262:10: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:243:10: note: result is assigned csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:262:10: note: result is overwritten csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:115:12: style: Variable 'outputBuffer' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:103:47: style: Variable 'r' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:114:12: style: Variable 'r' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:149:21: style: Variable 'w' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Android/CsoundAndroid/jni/rtopensl.c:150:14: style: Variable 'sr' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Bela/BelaCsound.cpp:54:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/BelaCsound.cpp:69:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/BelaCsound.cpp:88:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/BelaCsound.cpp:104:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/BelaCsound.cpp:119:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/BelaCsound.cpp:138:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/BelaCsound.cpp:195:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ik [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/BelaCsound.cpp:57:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:107:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:184:23: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:194:27: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:197:27: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:200:28: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:203:28: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:309:17: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:324:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:337:17: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:351:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:352:26: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/BelaCsound.cpp:234:22: style: The scope of the variable 'frmcount' can be reduced. [variableScope] csound-6.18.1/Bela/BelaCsound.cpp:322:7: style: The scope of the variable 'n' can be reduced. [variableScope] csound-6.18.1/Bela/BelaCsound.cpp:322:14: style: The scope of the variable 'byte' can be reduced. [variableScope] csound-6.18.1/Bela/BelaCsound.cpp:299:27: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Bela/BelaCsound.cpp:299:42: style: Parameter 'Data' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Bela/BelaCsound.cpp:316:31: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'CloseMidiInDevice' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Bela/BelaCsound.cpp:189:42: note: You might need to cast the function pointer here csound-6.18.1/Bela/BelaCsound.cpp:316:31: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Bela/BelaCsound.cpp:316:45: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'CloseMidiInDevice' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Bela/BelaCsound.cpp:189:42: note: You might need to cast the function pointer here csound-6.18.1/Bela/BelaCsound.cpp:316:45: note: Parameter 'userData' can be declared as pointer to const csound-6.18.1/Bela/BelaCsound.cpp:344:32: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'CloseMidiOutDevice' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Bela/BelaCsound.cpp:192:43: note: You might need to cast the function pointer here csound-6.18.1/Bela/BelaCsound.cpp:344:32: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Bela/BelaCsound.cpp:344:46: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'CloseMidiOutDevice' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Bela/BelaCsound.cpp:192:43: note: You might need to cast the function pointer here csound-6.18.1/Bela/BelaCsound.cpp:344:46: note: Parameter 'userData' can be declared as pointer to const csound-6.18.1/Bela/main.cpp:58:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:75:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:96:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:112:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable args [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:129:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable args [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:150:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:169:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:173:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable args [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:214:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:241:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:261:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:350:104: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ik [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:559:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:591:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/main.cpp:301:9: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] csound-6.18.1/Bela/main.cpp:614:13: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] csound-6.18.1/Bela/main.cpp:236:12: style: Class 'TrillIn' is unsafe, 'TrillIn::touchSize' can leak by wrong usage. [unsafeClassCanLeak] csound-6.18.1/Bela/main.cpp:237:12: style: Class 'TrillIn' is unsafe, 'TrillIn::touchVertLocation' can leak by wrong usage. [unsafeClassCanLeak] csound-6.18.1/Bela/main.cpp:238:12: style: Class 'TrillIn' is unsafe, 'TrillIn::touchHoriLocation' can leak by wrong usage. [unsafeClassCanLeak] csound-6.18.1/Bela/main.cpp:63:19: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:117:19: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:166:19: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:325:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:340:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:350:30: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:352:30: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:354:31: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:356:31: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:358:30: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:360:30: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:364:31: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:418:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:500:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:512:21: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:524:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:539:21: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:550:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:551:31: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:585:40: style: C-style pointer casting [cstyleCast] csound-6.18.1/Bela/main.cpp:194:20: style: The scope of the variable 'pin' can be reduced. [variableScope] csound-6.18.1/Bela/main.cpp:194:25: style: The scope of the variable 'mode' can be reduced. [variableScope] csound-6.18.1/Bela/main.cpp:420:25: style: The scope of the variable 'k' can be reduced. [variableScope] csound-6.18.1/Bela/main.cpp:420:43: style: The scope of the variable 'frmcount' can be reduced. [variableScope] csound-6.18.1/Bela/main.cpp:522:9: style: The scope of the variable 'n' can be reduced. [variableScope] csound-6.18.1/Bela/main.cpp:522:16: style: The scope of the variable 'byte' can be reduced. [variableScope] csound-6.18.1/Bela/main.cpp:519:31: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'CloseMidiInDevice' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Bela/main.cpp:345:44: note: You might need to cast the function pointer here csound-6.18.1/Bela/main.cpp:519:31: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Bela/main.cpp:519:45: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'CloseMidiInDevice' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Bela/main.cpp:345:44: note: You might need to cast the function pointer here csound-6.18.1/Bela/main.cpp:519:45: note: Parameter 'userData' can be declared as pointer to const csound-6.18.1/Bela/main.cpp:546:32: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'CloseMidiOutDevice' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Bela/main.cpp:348:45: note: You might need to cast the function pointer here csound-6.18.1/Bela/main.cpp:546:32: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Bela/main.cpp:546:46: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'CloseMidiOutDevice' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Bela/main.cpp:348:45: note: You might need to cast the function pointer here csound-6.18.1/Bela/main.cpp:546:46: note: Parameter 'userData' can be declared as pointer to const csound-6.18.1/Emscripten/src/CsoundObj.c:65:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDINIT_NO_ATEXIT [valueFlowBailoutIncompleteVar] csound-6.18.1/Emscripten/src/CsoundObj.c:384:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Emscripten/src/CsoundObj.c:390:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Emscripten/src/CsoundObj.c:129:11: style: Variable 'csd_start_tag' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Emscripten/src/CsoundObj.c:130:11: style: Variable 'csd_end_tag' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Emscripten/src/CsoundObj.c:382:41: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'CsoundObj_midiInOpen' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Emscripten/src/CsoundObj.c:397:53: note: You might need to cast the function pointer here csound-6.18.1/Emscripten/src/CsoundObj.c:382:41: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Emscripten/src/CsoundObj.c:388:42: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'CsoundObj_midiInClose' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Emscripten/src/CsoundObj.c:399:54: note: You might need to cast the function pointer here csound-6.18.1/Emscripten/src/CsoundObj.c:388:42: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Emscripten/src/CsoundObj.c:388:56: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'CsoundObj_midiInClose' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Emscripten/src/CsoundObj.c:399:54: note: You might need to cast the function pointer here csound-6.18.1/Emscripten/src/CsoundObj.c:388:56: note: Parameter 'userData' can be declared as pointer to const csound-6.18.1/Emscripten/src/CsoundObj.c:403:39: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Emscripten/src/CsoundObj.c:408:32: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Emscripten/src/CsoundObj.c:412:33: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Emscripten/src/CsoundObj.c:416:41: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Emscripten/src/FileList.c:35:28: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] csound-6.18.1/Emscripten/src/FileList.c:71:29: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] csound-6.18.1/Emscripten/src/FileList.c:30:17: style: Variable 'directoryEntry' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/auxfd.c:100:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/auxfd.c:157:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUXCH [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/auxfd.c:190:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insname [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/auxfd.c:210:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insname [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/auxfd.c:64:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/cfgvar.c:60:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_INVALID_NAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:83:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_INVALID_TYPE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:90:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_POWOFTWO [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:140:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_NULL_POINTER [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:249:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_INVALID_NAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:279:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_NULL_POINTER [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:338:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_INVALID_NAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:352:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_NULL_POINTER [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:406:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_INVALID_NAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:430:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:500:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_INVALID_NAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:525:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cfgvar.c:563:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_LASTERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/corfiles.c:36:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CORFIL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/corfiles.c:46:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CORFIL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/corfiles.c:134:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/corfiles.c:116:28: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/corfiles.c:142:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/corfiles.c:142:34: style: Variable 'q' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/corfiles.c:181:26: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/corfiles.c:205:28: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/corfiles.c:211:31: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/cs_new_dispatch.c:85:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insno [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_new_dispatch.c:125:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stateWithPadding [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_new_dispatch.c:138:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stateWithPadding [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_new_dispatch.c:157:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insname [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_new_dispatch.c:212:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_new_dispatch.c:280:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable watchList [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_new_dispatch.c:339:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_new_dispatch.c:414:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable watchList [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_new_dispatch.c:82:16: style: Variable 'w' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/cs_new_dispatch.c:107:17: style: Variable 'tt' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/cs_new_dispatch.c:228:14: style: Variable 'next' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/cs_new_dispatch.c:430:10: style: Variable 'next' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Engine/cs_par_base.c:190:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable set_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_base.c:234:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable set_element_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_base.c:260:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HDR_LEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_base.c:342:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SET_ELEMENT_HDR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_base.c:393:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SET_ELEMENT_HDR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_base.c:483:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_base.c:206:24: warning: Either the condition 'set==NULL' is redundant or there is possible null pointer dereference: set. [nullPointerRedundantCheck] csound-6.18.1/Engine/cs_par_base.c:207:22: note: Assuming that condition 'set==NULL' is not redundant csound-6.18.1/Engine/cs_par_base.c:206:24: note: Null pointer dereference csound-6.18.1/Engine/cs_par_base.c:256:37: style: Parameter 'set' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/cs_par_base.c:285:53: style: Parameter 'ele1' can be declared as pointer to const. However it seems that 'csp_set_element_string_eq' is a callback function, if 'ele1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/cs_par_base.c:281:19: note: You might need to cast the function pointer here csound-6.18.1/Engine/cs_par_base.c:285:53: note: Parameter 'ele1' can be declared as pointer to const csound-6.18.1/Engine/cs_par_base.c:286:53: style: Parameter 'ele2' can be declared as pointer to const. However it seems that 'csp_set_element_string_eq' is a callback function, if 'ele2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/cs_par_base.c:281:19: note: You might need to cast the function pointer here csound-6.18.1/Engine/cs_par_base.c:286:53: note: Parameter 'ele2' can be declared as pointer to const csound-6.18.1/Engine/cs_par_base.c:456:40: style: Parameter 'set' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/cs_par_orc_semantic_analysis.c:50:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INSTR_SEMANTICS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_orc_semantic_analysis.c:222:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PARSER_DEBUG [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_orc_semantic_analysis.c:249:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_orc_semantic_analysis.c:309:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTEGER_TOKEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_orc_semantic_analysis.c:342:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_IDENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_orc_semantic_analysis.c:394:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PARSER_DEBUG [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/cs_par_orc_semantic_analysis.c:103:56: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/cs_par_orc_semantic_analysis.c:267:54: style: Parameter 'opcode' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/cs_par_orc_semantic_analysis.c:270:13: style: Variable 'ep' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/cs_par_orc_semantic_analysis.c:359:55: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/cs_par_orc_semantic_analysis.c:359:69: style: Parameter 'instr_name' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_data_structures.c:39:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONS_CELL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_data_structures.c:104:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_HASH_TABLE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_data_structures.c:222:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_HASH_TABLE_ITEM [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_data_structures.c:60:16: style: Variable 'current' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_data_structures.c:139:49: style: Parameter 'table' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_data_structures.c:327:15: style: Variable 'new_key' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:306:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPTXT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:446:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_OFFSET [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:461:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_MEM [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:481:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DFLT_NCHNLS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:781:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INSTRTXT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:832:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_OPCODE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:854:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INSTRTXT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:937:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPTXT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:1029:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instance [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:1094:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIi32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:1232:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXINSNO [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:1282:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXINSNO [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:1364:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXINSNO [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:1538:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nxtinstxt [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:1642:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENGINE_STATE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:1971:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:2037:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ARG [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:2173:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ARG [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:2341:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_ARRAY [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:2361:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _QQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:2369:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WI [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_compile.c:2282:37: style: Condition 'n<255' is always true [knownConditionTrueFalse] csound-6.18.1/Engine/csound_orc_compile.c:2282:12: note: Assuming that condition 'n<255' is not redundant csound-6.18.1/Engine/csound_orc_compile.c:2282:37: note: Condition 'n<255' is always true csound-6.18.1/Engine/csound_orc_compile.c:2282:32: style: Same expression 'n<255' found multiple times in chain of '&&' operators. [duplicateExpression] csound-6.18.1/Engine/csound_orc_compile.c:1913:18: style: Local variable 'var' shadows outer variable [shadowVariable] csound-6.18.1/Engine/csound_orc_compile.c:1625:16: note: Shadowed declaration csound-6.18.1/Engine/csound_orc_compile.c:1913:18: note: Shadow variable csound-6.18.1/Engine/csound_orc_compile.c:2066:13: style: Local variable 'n' shadows outer variable [shadowVariable] csound-6.18.1/Engine/csound_orc_compile.c:1989:7: note: Shadowed declaration csound-6.18.1/Engine/csound_orc_compile.c:2066:13: note: Shadow variable csound-6.18.1/Engine/csound_orc_compile.c:87:16: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_compile.c:180:9: style: Variable 'current' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:248:15: style: Variable 'start' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:387:15: style: Variable 'ep' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:534:15: style: Variable 'oentry' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:810:15: style: Variable 'oentry' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:1029:14: style: Variable 'active' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:1113:12: style: Variable 'active' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:1325:12: style: Variable 'active' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:1380:51: style: Parameter 'opname' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_compile.c:1380:65: style: Parameter 'outargs' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_compile.c:1381:35: style: Parameter 'inargs' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_compile.c:1991:11: style: Variable 'outlist' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:1991:21: style: Variable 'inlist' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:1993:11: style: Variable 'pset' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:2358:56: style: Parameter 'o' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_compile.c:2360:13: style: Variable 'ep' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:2366:57: style: Parameter 'o' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_compile.c:2368:13: style: Variable 'ep' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_compile.c:917:21: style: Variable 'insno_priority' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Engine/csound_orc_expressions.c:117:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TREE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:138:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TREE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:158:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_OPCODE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:169:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_IDENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:223:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_IDENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:362:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_IDENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:618:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PARSER_DEBUG [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:825:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PARSER_DEBUG [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:981:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIi32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:994:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIi32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:1006:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_UMINUS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:1073:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PARSER_DEBUG [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:1246:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IGOTO_TOKEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:1462:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_ARRAY [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_expressions.c:1275:11: style: Local variable 'last' shadows outer variable [shadowVariable] csound-6.18.1/Engine/csound_orc_expressions.c:1243:9: note: Shadowed declaration csound-6.18.1/Engine/csound_orc_expressions.c:1275:11: note: Shadow variable csound-6.18.1/Engine/csound_orc_expressions.c:1305:47: style: Local variable 'gotoToken' shadows outer variable [shadowVariable] csound-6.18.1/Engine/csound_orc_expressions.c:1244:9: note: Shadowed declaration csound-6.18.1/Engine/csound_orc_expressions.c:1305:47: note: Shadow variable csound-6.18.1/Engine/csound_orc_expressions.c:73:44: style: Parameter 'outype' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_expressions.c:178:40: style: Parameter 'gotoNode' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_expressions.c:251:30: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_expressions.c:280:38: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_expressions.c:736:19: style: Variable 'xx' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_expressions.c:1451:43: style: Parameter 'root' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_expressions.c:1037:7: warning: Uninitialized variable: b [uninitvar] csound-6.18.1/Engine/csound_orc_expressions.c:1031:21: note: Assuming condition is false csound-6.18.1/Engine/csound_orc_expressions.c:1037:7: note: Uninitialized variable: b csound-6.18.1/Engine/csound_orc_expressions.c:1037:20: warning: Uninitialized variable: a [uninitvar] csound-6.18.1/Engine/csound_orc_expressions.c:1031:21: note: Assuming condition is false csound-6.18.1/Engine/csound_orc_expressions.c:1037:20: note: Uninitialized variable: a csound-6.18.1/Engine/csound_orc_optimize.c:33:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TREE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_optimize.c:91:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_INSTLIST [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_optimize.c:138:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_OPCODE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_optimize.c:200:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTEGER_TOKEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_optimize.c:127:35: style: Parameter 'var' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_semantics.c:216:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTEGER_TOKEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:253:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_ARRAY [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:719:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable POLY_IN_TYPES [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:775:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VARGMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:874:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable POLY_OUT_TYPES [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:1000:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VARGMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:1376:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_ARRAY [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:1468:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPCODENUMOUTS_LOW [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:1564:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable THEN_TOKEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:1614:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IGOTO_TOKEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:1773:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PARSER_DEBUG [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:2039:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TREE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:2062:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TREE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:2493:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LABEL_TOKEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:2596:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTEGER_TOKEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_orc_semantics.c:1265:21: style: Condition 'var==NULL' is always true [knownConditionTrueFalse] csound-6.18.1/Engine/csound_orc_semantics.c:1262:32: note: Assignment 'var=0', assigned value is 0 csound-6.18.1/Engine/csound_orc_semantics.c:1265:21: note: Condition 'var==NULL' is always true csound-6.18.1/Engine/csound_orc_semantics.c:765:14: style: Local variable 'argsRequired' shadows outer function [shadowFunction] csound-6.18.1/Engine/csound_orc_semantics.c:47:12: note: Shadowed declaration csound-6.18.1/Engine/csound_orc_semantics.c:765:14: note: Shadow variable csound-6.18.1/Engine/csound_orc_semantics.c:907:14: style: Local variable 'argsRequired' shadows outer function [shadowFunction] csound-6.18.1/Engine/csound_orc_semantics.c:47:12: note: Shadowed declaration csound-6.18.1/Engine/csound_orc_semantics.c:907:14: note: Shadow variable csound-6.18.1/Engine/csound_orc_semantics.c:1262:26: style: Local variable 'var' shadows outer variable [shadowVariable] csound-6.18.1/Engine/csound_orc_semantics.c:1193:18: note: Shadowed declaration csound-6.18.1/Engine/csound_orc_semantics.c:1262:26: note: Shadow variable csound-6.18.1/Engine/csound_orc_semantics.c:63:39: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_semantics.c:609:11: style: Variable 'dot' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_semantics.c:698:11: style: Variable 't' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_semantics.c:847:11: style: Variable 't' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_semantics.c:945:17: style: Variable 'argRequired' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_semantics.c:1010:49: style: Parameter 'inArgTypes' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_semantics.c:1015:11: style: Variable 'outTest' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_semantics.c:1193:18: style: Variable 'var' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_semantics.c:1262:26: style: Variable 'var' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_semantics.c:1592:27: style: Parameter 'ident' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_orc_semantics.c:1593:16: style: Variable 'current' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_semantics.c:1612:11: style: Variable 'right' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_semantics.c:1664:11: style: Variable 'outArg' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_orc_semantics.c:1694:11: style: Variable 'current' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_standard_types.c:41:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:46:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPECDAT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:54:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVSDAT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:121:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:157:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:184:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVSDAT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:204:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VARIABLE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:213:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VARIABLE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:222:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VARIABLE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:231:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VARIABLE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:240:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VARIABLE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:250:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VARIABLE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:262:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VARIABLE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:294:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_standard_types.c:35:12: style: Variable 'f2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_standard_types.c:39:54: style: Parameter 'src' can be declared as pointer to const. However it seems that 'asig_copy_value' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/csound_standard_types.c:316:59: note: You might need to cast the function pointer here csound-6.18.1/Engine/csound_standard_types.c:39:54: note: Parameter 'src' can be declared as pointer to const csound-6.18.1/Engine/csound_standard_types.c:44:54: style: Parameter 'src' can be declared as pointer to const. However it seems that 'wsig_copy_value' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/csound_standard_types.c:350:50: note: You might need to cast the function pointer here csound-6.18.1/Engine/csound_standard_types.c:44:54: note: Parameter 'src' can be declared as pointer to const csound-6.18.1/Engine/csound_standard_types.c:52:13: style: Variable 'fsigin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_standard_types.c:155:13: style: Variable 'cs' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_standard_types.c:160:47: style: Parameter 'var' can be declared as pointer to const. However it seems that 'varInitMemory' is a callback function, if 'var' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/csound_standard_types.c:234:38: note: You might need to cast the function pointer here csound-6.18.1/Engine/csound_standard_types.c:160:47: note: Parameter 'var' can be declared as pointer to const csound-6.18.1/Engine/csound_standard_types.c:165:49: style: Parameter 'var' can be declared as pointer to const. However it seems that 'arrayInitMemory' is a callback function, if 'var' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/csound_standard_types.c:264:38: note: You might need to cast the function pointer here csound-6.18.1/Engine/csound_standard_types.c:165:49: note: Parameter 'var' can be declared as pointer to const csound-6.18.1/Engine/csound_standard_types.c:259:21: style: Variable 'state' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_type_system.c:78:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_TYPE_ITEM [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_type_system.c:101:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_POOL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_type_system.c:224:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_type_system.c:245:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_type_system.c:269:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_OFFSET [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/csound_type_system.c:29:41: style: Parameter 'pool' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_type_system.c:29:56: style: Parameter 'typeInstance' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_type_system.c:30:19: style: Variable 'current' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/csound_type_system.c:46:50: style: Parameter 'pool' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_type_system.c:46:62: style: Parameter 'typeName' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_type_system.c:57:45: style: Parameter 'pool' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_type_system.c:57:57: style: Parameter 'varName' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_type_system.c:150:60: style: Parameter 'pool' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_type_system.c:183:45: style: Parameter 'pool' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_type_system.c:280:51: style: Parameter 'pool' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_type_system.c:298:68: style: Parameter 'pool' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/csound_type_system.c:312:55: style: Parameter 'pool' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/envvar.c:206:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:254:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:295:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:332:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:379:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:474:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIRSEP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:546:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIRSEP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:565:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIRSEP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:577:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIRSEP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:585:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIRSEP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:617:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIRSEP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:646:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIRSEP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:682:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIRSEP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:703:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIRSEP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:847:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:1024:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_SND_W [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:1292:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ASYNC_GLOBAL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:1376:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFTYPE_ORC_INCLUDE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:1422:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ASYNC_GLOBAL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:1488:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ASYNC_GLOBAL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:1529:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _MM_DENORMALS_ZERO_ON [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/envvar.c:705:9: style: Condition 'tempPath' is always true [knownConditionTrueFalse] csound-6.18.1/Engine/envvar.c:640:11: style: Variable 'lastIndex' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/envvar.c:676:11: style: Variable 'lastIndex' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/envvar.c:1372:63: style: Parameter 'basename' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/extract.c:52:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRTBLK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/extract.c:87:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INSMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/extract.c:69:12: warning:inconclusive: Width 100 given in format string (no. 1) is smaller than destination buffer 's[128]'. [invalidScanfFormatWidth_smaller] csound-6.18.1/Engine/extract.c:70:13: style: Variable 'c' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:149:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:329:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:410:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:461:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:525:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:536:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:588:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:620:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:701:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:772:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:822:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:869:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:926:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:947:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1025:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1119:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1131:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1175:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1221:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1292:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1356:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1369:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1405:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1486:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1498:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1560:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1631:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1732:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1799:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1869:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:1882:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2035:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2094:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2187:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2235:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2248:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2333:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WINDAT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2344:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FUNC [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2393:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2610:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SSTRSIZ [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2646:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOUNDIN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2849:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:2931:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:3016:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_CONFIG_AUTO [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:3141:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SSTRSIZ [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:3155:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:3198:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:3300:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:3400:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:3438:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:3488:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:3506:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FGDATA [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/fgens.c:3115:13: style: Checking if unsigned expression 'i' is less than zero. [unsignedLessThanZero] csound-6.18.1/Engine/fgens.c:122:26: style: Parameter 'ff' can be declared as pointer to const. However it seems that 'GENUL' is a callback function, if 'ff' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:105:61: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:122:26: note: Parameter 'ff' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:403:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen02' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:94:12: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:403:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:405:19: style: Variable 'pp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:432:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen03' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:94:19: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:432:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:437:41: style: Variable 'coefp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:464:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen04' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:94:26: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:464:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:467:14: style: Variable 'valp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:467:21: style: Variable 'rvalp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:528:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen05' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:94:33: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:528:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:531:14: style: Variable 'valp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:581:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen07' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:94:47: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:581:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:584:14: style: Variable 'valp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:612:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen06' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:94:40: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:612:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:614:41: style: Variable 'segptsp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:614:56: style: Variable 'finp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:692:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen08' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:94:54: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:692:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:830:14: style: Variable 'valp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:843:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen11' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:95:5: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:843:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:845:19: style: Variable 'finp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:906:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen12' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:95:12: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:906:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1020:14: style: Variable 'lp13' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:1083:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen16' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:95:40: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1083:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1085:19: style: Variable 'valp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:1122:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen17' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:95:47: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1122:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1165:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen18' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:95:54: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1165:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1169:14: style: Variable 'pp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:1169:42: style: Variable 'fp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:1171:14: style: Variable 'fnp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:1257:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen20' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:95:68: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1257:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1446:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen24' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:96:26: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1446:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1449:33: style: Variable 'fp_source' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:1450:14: style: Variable 'srcftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:1489:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen25' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:96:33: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1489:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1551:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen27' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:96:47: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1551:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1554:14: style: Variable 'valp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:1617:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen28' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:96:54: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1617:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1620:19: style: Variable 'finp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:1707:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen30' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:96:68: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1707:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1788:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen31' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:97:5: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1788:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1873:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen32' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:97:12: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1873:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:1994:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen33' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:97:19: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:1994:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:2172:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen40' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:97:68: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:2172:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:2175:33: style: Variable 'fp_source' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:2176:14: style: Variable 'srcftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:2206:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen41' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:98:5: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:2206:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:2208:33: style: Variable 'pp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:2238:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen42' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:98:12: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:2238:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:2469:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:2492:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:2842:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen43' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:98:19: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:2842:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:2848:22: style: Variable 'channel' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:2921:14: style: Variable 'fd' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:3148:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen51' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:105:5: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:3148:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:3152:33: style: Variable 'pp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:3193:14: style: Variable 'src' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:3194:14: style: Variable 'f' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/fgens.c:3240:51: style: Parameter 'w' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/fgens.c:3360:36: style: Parameter 'ftp' can be declared as pointer to const. However it seems that 'gen53' is a callback function, if 'ftp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/fgens.c:105:19: note: You might need to cast the function pointer here csound-6.18.1/Engine/fgens.c:3360:36: note: Parameter 'ftp' can be declared as pointer to const csound-6.18.1/Engine/fgens.c:3421:36: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/fgens.c:46:13: style: Variable 'sel' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Engine/fgens.c:2871:16: style: Variable 'p.overlap' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Engine/fgens.c:2872:16: style: Variable 'p.winsize' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Engine/fgens.c:2873:16: style: Variable 'p.wintype' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Engine/fgens.c:2875:16: style: Variable 'p.format' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Engine/insert.c:61:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:89:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable attr [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:172:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable message_string_queue_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:289:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_release [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:298:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insno [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:321:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insname [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:577:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insno [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:600:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable muted [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:908:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable active [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:954:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1091:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instance [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1119:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instance [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1229:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUBINSTNUMOUTS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1349:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUBINSTNUMOUTS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1360:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUBINSTNUMOUTS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1405:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1583:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1612:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1637:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_K [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1662:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1704:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOT_AN_INSTRUMENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1716:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOT_AN_INSTRUMENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1736:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1821:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_PDS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1928:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_PDS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:2236:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_PDS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:2385:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_MEM [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:2600:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOT_AN_INSTRUMENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:2631:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOT_AN_INSTRUMENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:2735:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/insert.c:1663:24: style: Condition 'l_ksmps<1' is always false [knownConditionTrueFalse] csound-6.18.1/Engine/insert.c:1662:7: note: Assuming that condition '!l_ksmps' is not redundant csound-6.18.1/Engine/insert.c:1663:24: note: Condition 'l_ksmps<1' is always false csound-6.18.1/Engine/insert.c:412:5: warning: Either the condition 'prvp=nxtp' is redundant or there is possible null pointer dereference: prvp. [nullPointerRedundantCheck] csound-6.18.1/Engine/insert.c:403:18: note: Assuming that condition 'prvp=nxtp' is not redundant csound-6.18.1/Engine/insert.c:412:5: note: Null pointer dereference csound-6.18.1/Engine/insert.c:674:3: warning: Either the condition 'prvp=nxtp' is redundant or there is possible null pointer dereference: prvp. [nullPointerRedundantCheck] csound-6.18.1/Engine/insert.c:666:16: note: Assuming that condition 'prvp=nxtp' is not redundant csound-6.18.1/Engine/insert.c:674:3: note: Null pointer dereference csound-6.18.1/Engine/insert.c:891:5: warning: Either the condition 'prvp=nxtp' is redundant or there is possible null pointer dereference: prvp. [nullPointerRedundantCheck] csound-6.18.1/Engine/insert.c:888:18: note: Assuming that condition 'prvp=nxtp' is not redundant csound-6.18.1/Engine/insert.c:891:5: note: Null pointer dereference csound-6.18.1/Engine/insert.c:1275:16: style: Variable 'p->ip->ksmps' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Engine/insert.c:1259:16: note: p->ip->ksmps is assigned csound-6.18.1/Engine/insert.c:1275:16: note: p->ip->ksmps is overwritten csound-6.18.1/Engine/insert.c:421:9: style: Local variable 'i' shadows outer variable [shadowVariable] csound-6.18.1/Engine/insert.c:314:14: note: Shadowed declaration csound-6.18.1/Engine/insert.c:421:9: note: Shadow variable csound-6.18.1/Engine/insert.c:422:17: style: Local variable 'pfields' shadows outer variable [shadowVariable] csound-6.18.1/Engine/insert.c:313:15: note: Shadowed declaration csound-6.18.1/Engine/insert.c:422:17: note: Shadow variable csound-6.18.1/Engine/insert.c:546:16: style: Local variable 'p2' shadows outer variable [shadowVariable] csound-6.18.1/Engine/insert.c:525:12: note: Shadowed declaration csound-6.18.1/Engine/insert.c:546:16: note: Shadow variable csound-6.18.1/Engine/insert.c:49:36: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'print_messages' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Engine/insert.c:176:38: note: You might need to cast the function pointer here csound-6.18.1/Engine/insert.c:49:36: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Engine/insert.c:316:17: style: Variable 'fep' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:830:13: style: Variable 'txtp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:1026:51: style: Parameter 'ip' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/insert.c:1027:13: style: Variable 'instrDef' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:1028:16: style: Variable 'pool' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:1091:16: style: Variable 'active' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:1160:16: style: Variable 'op' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:1193:16: style: Variable 'op' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:1226:11: style: Variable 'pip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:1298:9: style: Variable 'argstr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:1493:20: style: Variable 'var' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:1822:12: style: Variable 'pbuf' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2024:18: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2041:20: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2089:18: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2106:20: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2134:18: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2151:20: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2337:60: style: Parameter 'labelName' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/insert.c:2365:24: style: Variable 'opdslim' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2370:14: style: Variable 'O' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2374:16: style: Variable 'current' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2416:16: style: Variable 'info' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2440:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2446:11: style: Variable 'ttp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2570:11: style: Variable 'temp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/insert.c:2576:11: style: Variable 'temp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/linevent.c:81:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/linevent.c:128:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_SETFL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/linevent.c:257:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVTBLK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/linevent.c:451:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVTBLK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/linevent.c:533:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVTBLK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/linevent.c:630:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/linevent.c:139:46: style: Parameter 'endp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/linevent.c:177:14: style: Variable 'err' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Engine/linevent.c:203:11: style: Variable 'n' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Engine/linevent.c:214:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Engine/memalloc.c:60:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_MEMORY [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/memalloc.c:87:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prv [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/memalloc.c:125:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prv [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/memalloc.c:94:55: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/memalloc.c:132:55: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/memalloc.c:177:50: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/memalloc.c:241:68: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/memfiles.c:50:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/memfiles.c:144:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFTYPE_CVANAL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/memfiles.c:201:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFTYPE_LPC [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/memfiles.c:256:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFTYPE_HETRO [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/memfiles.c:343:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMFIL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/memfiles.c:456:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVOCEX_MEMFILE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/memfiles.c:606:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/memfiles.c:165:19: style: Variable 'cvh.headBsize' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Engine/memfiles.c:153:19: note: cvh.headBsize is assigned csound-6.18.1/Engine/memfiles.c:165:19: note: cvh.headBsize is overwritten csound-6.18.1/Engine/memfiles.c:90:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/musmon.c:100:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IODACSAMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:146:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_TIMEMSG [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:170:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:184:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:193:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:203:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_FG_BOLD [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:272:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:499:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_CLN [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:596:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:606:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVTBLK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:631:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVTBLK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:784:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable muted [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:903:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insname [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:948:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GLOBAL_REMOT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:1000:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSDEBUG_STATUS_STOPPED [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:1303:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVTNODE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:1524:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_MEMORY [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/musmon.c:774:13: style: Local variable 'n' shadows outer variable [shadowVariable] csound-6.18.1/Engine/musmon.c:755:23: note: Shadowed declaration csound-6.18.1/Engine/musmon.c:774:13: note: Shadow variable csound-6.18.1/Engine/musmon.c:804:13: style: Local variable 'n' shadows outer variable [shadowVariable] csound-6.18.1/Engine/musmon.c:755:23: note: Shadowed declaration csound-6.18.1/Engine/musmon.c:804:13: note: Shadow variable csound-6.18.1/Engine/musmon.c:1310:11: style: Local variable 'p' shadows outer variable [shadowVariable] csound-6.18.1/Engine/musmon.c:1292:18: note: Shadowed declaration csound-6.18.1/Engine/musmon.c:1310:11: note: Shadow variable csound-6.18.1/Engine/musmon.c:997:18: style: Variable 'sinp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/musmon.c:1258:42: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/namedins.c:89:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOT_AN_INSTRUMENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/namedins.c:112:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOT_AN_INSTRUMENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/namedins.c:131:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/namedins.c:257:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_MEMORY [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/namedins.c:314:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/namedins.c:34:14: style: Variable 'c' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/namedins.c:50:11: style: Variable 'tt' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/new_orc_parser.c:150:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRE_PARM [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/new_orc_parser.c:105:41: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/new_orc_parser.c:105:57: style: Parameter 'xx' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/new_orc_parser.c:145:13: style: Variable 'O' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/pools.c:31:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT_POOL [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/pools.c:51:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/pools.c:65:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable POOL_SIZE [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/pools.c:46:36: style: Parameter 'pool' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/rdscor.c:75:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SSTRSIZ [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/rdscor.c:151:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/rdscor.c:225:27: style: Local variable 'c' shadows outer variable [shadowVariable] csound-6.18.1/Engine/rdscor.c:144:13: note: Shadowed declaration csound-6.18.1/Engine/rdscor.c:225:27: note: Shadow variable csound-6.18.1/Engine/rdscor.c:143:19: style: Variable 'plim' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/scope.c:6:19: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/scsort.c:46:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/scxtract.c:44:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTRACT_STATICS [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sort.c:286:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable text [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:124:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csoundMessage [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:136:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csoundErrorMsg [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:225:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:246:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IN_STACK [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:296:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:609:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:620:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:727:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SSTRCOD [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:810:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:841:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:861:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:929:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:950:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:975:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:1208:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:1302:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csoundMessage [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/sread.c:1033:25: portability: Undefined behaviour, pointer arithmetic 'stack-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Engine/sread.c:1034:22: portability: Undefined behaviour, pointer arithmetic 'vv-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Engine/sread.c:1032:13: style: Variable 'vv' can be declared as const array [constVariable] csound-6.18.1/Engine/sread.c:176:9: style: Variable 'curr' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Engine/swritestr.c:99:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/swritestr.c:239:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/swritestr.c:279:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/swritestr.c:312:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/swritestr.c:378:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/swritestr.c:446:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/swritestr.c:512:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/swritestr.c:571:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LF [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/symbtab.c:61:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_OPCODE0 [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/symbtab.c:137:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_FUNCTION [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/symbtab.c:191:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_IDENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/symbtab.c:361:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_ARRAY [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/symbtab.c:575:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPCODINFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/symbtab.c:56:29: style: Parameter 'ep' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/symbtab.c:72:22: style: Variable 'head' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/symbtab.c:161:24: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/symbtab.c:175:24: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Engine/symbtab.c:192:15: style: Variable 'a' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/symbtab.c:496:16: style: Variable 'items' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Engine/twarp.c:97:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/twarp.c:163:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable betbas [valueFlowBailoutIncompleteVar] csound-6.18.1/Engine/twarp.c:93:38: style: Parameter 'bp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Frontends/beats/main.c:50:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] csound-6.18.1/Frontends/beats/main.c:109:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/Frontends/beats/main.c:74:29: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] csound-6.18.1/Frontends/beats/main.c:74:18: style: Variable 'date_ptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Frontends/csound/csound_main.c:50:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_TYPE_MASK [valueFlowBailoutIncompleteVar] csound-6.18.1/Frontends/csound/csound_main.c:205:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/Frontends/csound/csound_main.c:269:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDINIT_NO_SIGNAL_HANDLER [valueFlowBailoutIncompleteVar] csound-6.18.1/Frontends/csound/csound_main.c:338:32: style: Condition '_result!=0' is always false [knownConditionTrueFalse] csound-6.18.1/Frontends/csound/csound_main.c:203:36: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Frontends/csound/csound_main.c:263:14: style: Variable 'fname' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Frontends/csound/sched.c:47:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/Frontends/csound/sched.c:71:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCHED_RR [valueFlowBailoutIncompleteVar] csound-6.18.1/Frontends/csound/sched.c:108:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCKS_PER_SEC [valueFlowBailoutIncompleteVar] csound-6.18.1/Frontends/csound/sched.c:131:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCHED_RR [valueFlowBailoutIncompleteVar] csound-6.18.1/Frontends/debugger/csdebugger.cpp:49:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] csound-6.18.1/Frontends/debugger/csdebugger.cpp:81:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] csound-6.18.1/Frontends/debugger/csdebugger.cpp:58:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/Frontends/debugger/csdebugger.cpp:95:41: style: C-style pointer casting [cstyleCast] csound-6.18.1/Frontends/debugger/csdebugger.cpp:97:39: style: C-style pointer casting [cstyleCast] csound-6.18.1/Frontends/debugger/csdebugger.cpp:99:31: style: C-style pointer casting [cstyleCast] csound-6.18.1/Frontends/debugger/csdebugger.cpp:99:24: style: Variable 'data' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/HaikuAudio.cpp:89:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:95:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:198:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_MEDIA_RAW_AUDIO [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:226:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_BAD_VALUE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:239:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_MEDIA_BAD_SOURCE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:257:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:267:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_MEDIA_BAD_SOURCE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:289:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:299:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_MEDIA_BAD_SOURCE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:327:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable null [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:362:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable null [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:376:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_RECORDING [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:408:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:428:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_REAL_TIME_PRIORITY [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:448:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_OFFLINE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:460:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_STARTED [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:551:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_MEDIA_RAW_AUDIO [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:586:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:602:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cs_sem [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:612:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mIsRunning [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:646:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mAudioNode [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuAudio.cpp:538:23: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/HaikuAudio.cpp:265:45: style:inconclusive: Function 'SetBufferGroup' argument 2 names different: declaration 'group' definition 'newGroup'. [funcArgNamesDifferent] csound-6.18.1/InOut/HaikuAudio.cpp:99:31: note: Function 'SetBufferGroup' argument 2 names different: declaration 'group' definition 'newGroup'. csound-6.18.1/InOut/HaikuAudio.cpp:265:45: note: Function 'SetBufferGroup' argument 2 names different: declaration 'group' definition 'newGroup'. csound-6.18.1/InOut/HaikuMidi.cpp:216:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable B_RELATIVE_TIMEOUT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuMidi.cpp:235:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuMidi.cpp:258:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extSource [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuMidi.cpp:284:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handler [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuMidi.cpp:297:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nextevent [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/HaikuMidi.cpp:56:17: performance: Variable 'midi_in_sem' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] csound-6.18.1/InOut/HaikuMidi.cpp:54:9: style: Class 'MidiInHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/InOut/HaikuMidi.cpp:213:44: style: Parameter 's' can be declared as reference to const [constParameterReference] csound-6.18.1/InOut/circularbuffer.c:51:33: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/circularbuffer.c:74:13: style: Variable 'buffer' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/circularbuffer.c:105:11: style: Variable 'buffer' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/cmidi.c:91:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kMIDIPropertyName [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/cmidi.c:143:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kMIDIPropertyName [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/cmidi.c:313:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/cmidi.c:62:11: style: Variable 'curpack' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/cmidi.c:85:11: style: Variable 'drv' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/cmidi.c:286:14: style: Variable 'drv' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/ipmidi.c:62:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sockaddr_in [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/ipmidi.c:194:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/ipmidi.c:174:14: style: Variable 'drv' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer1.c:79:14: style: Variable 'ba' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer1.c:79:31: style: Variable 'scf' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer2.c:108:53: style: Variable 'alloc2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer2.c:128:22: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer2.c:156:20: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer2.c:182:20: style: Variable 'sblimits' can be declared as const array [constVariable] csound-6.18.1/InOut/libmpadec/layer3.c:47:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_CONFIG_MONO [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/layer3.c:899:35: style: Redundant condition: The condition 'mpa->reservoir_size' is redundant since 'mpa->reservoir_size > 512' is sufficient. [redundantCondition] csound-6.18.1/InOut/libmpadec/layer3.c:654:40: style: Same expression on both sides of '-'. [duplicateExpression] csound-6.18.1/InOut/libmpadec/layer3.c:176:32: style: Variable 'pnt' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer3.c:204:42: style: Variable 'me' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer3.c:363:16: style: Variable 'm' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer3.c:460:69: style: Parameter 'scalefac' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/libmpadec/layer3.c:549:24: style: Variable 'grinfo' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer3.c:571:55: style: Parameter 'out1' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/libmpadec/layer3.c:572:57: style: Parameter 'w' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/libmpadec/layer3.c:691:55: style: Parameter 'out1' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/libmpadec/layer3.c:692:57: style: Parameter 'w' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/libmpadec/layer3.c:818:24: style: Variable 'grinfo' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer3.c:973:18: style: Variable 'in1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/layer3.c:453:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable] csound-6.18.1/InOut/libmpadec/mp3dec.c:49:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP3DEC_RETCODE_INVALID_HANDLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mp3dec.c:187:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP3DEC_RETCODE_INVALID_HANDLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mp3dec.c:202:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP3DEC_RETCODE_INVALID_HANDLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mp3dec.c:220:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP3DEC_RETCODE_INVALID_HANDLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mp3dec.c:232:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP3DEC_RETCODE_INVALID_HANDLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mp3dec.c:256:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP3DEC_RETCODE_INVALID_HANDLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mp3dec.c:314:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP3DEC_RETCODE_INVALID_HANDLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mp3dec.c:374:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP3DEC_RETCODE_UNKNOWN [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mp3dec.c:367:18: style: Variable 'mp3_errors' can be declared as const array [constVariable] csound-6.18.1/InOut/libmpadec/mpadec.c:303:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_CONFIG_STEREO [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:420:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_CONFIG_FULL_QUALITY [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:445:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_RETCODE_OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:461:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_CONFIG_REPLAYGAIN_CUSTOM [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:483:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_RETCODE_INVALID_PARAMETERS [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:550:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_RETCODE_INVALID_HANDLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:607:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_RETCODE_OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:720:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_RETCODE_UNKNOWN [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:755:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_RETCODE_OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:774:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_RETCODE_OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:783:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_RETCODE_INVALID_HANDLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:793:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_RETCODE_INVALID_HANDLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:805:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_RETCODE_INVALID_HANDLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libmpadec/mpadec.c:638:27: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/mpadec.c:711:16: style: Variable 'mpa_errors' can be declared as const array [constVariable] csound-6.18.1/InOut/libmpadec/mpadec.c:790:30: style: Variable 'mpa' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/synth.c:842:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:852:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:853:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:854:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:855:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:865:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:875:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:876:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:877:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:878:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:886:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:897:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:898:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:899:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:900:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:910:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:920:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:921:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:922:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:923:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:933:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:943:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:944:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:945:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:946:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:954:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:965:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:966:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:967:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:968:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1328:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1338:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1339:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1340:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1341:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1351:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1361:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1362:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1363:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1364:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1372:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1383:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1384:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1385:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1386:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1396:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1406:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1407:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1408:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1409:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1419:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1429:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1430:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1431:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1432:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1440:16: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1451:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1452:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1453:6: portability:inconclusive: Casting from float * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:1454:6: portability:inconclusive: Casting from float * to signed char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/InOut/libmpadec/synth.c:501:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:519:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:536:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:555:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:573:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:590:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:609:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:610:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:629:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:630:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:648:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:649:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:668:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:669:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:688:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:689:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:707:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:708:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:727:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:728:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:729:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:748:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:749:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:750:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:768:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:769:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:770:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:789:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:790:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:791:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:810:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:811:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:812:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:830:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:831:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:832:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:988:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1006:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1023:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1041:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1059:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1076:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1095:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1096:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1115:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1116:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1134:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1135:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1154:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1155:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1174:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1175:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1193:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1194:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1213:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1214:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1215:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1234:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1235:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1236:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1254:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1255:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1256:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1275:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1276:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1277:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1296:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1297:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1298:60: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1316:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1317:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:1318:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/InOut/libmpadec/synth.c:52:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libmpadec/tables.c:972:13: style: Local variable 'l' shadows outer variable [shadowVariable] csound-6.18.1/InOut/libmpadec/tables.c:895:18: note: Shadowed declaration csound-6.18.1/InOut/libmpadec/tables.c:972:13: note: Shadow variable csound-6.18.1/InOut/libmpadec/tables.c:985:13: style: Local variable 'l' shadows outer variable [shadowVariable] csound-6.18.1/InOut/libmpadec/tables.c:895:18: note: Shadowed declaration csound-6.18.1/InOut/libmpadec/tables.c:985:13: note: Shadow variable csound-6.18.1/InOut/libmpadec/tables.c:844:18: style: Variable 'mulmul' can be declared as const array [constVariable] csound-6.18.1/InOut/libsnd.c:198:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd.c:233:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd.c:287:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd.c:341:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd.c:393:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd.c:446:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd.c:502:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TYP_RAW [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd.c:768:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AE_DOUBLE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd.c:967:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd.c:1047:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd.c:1104:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd.c:893:45: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] csound-6.18.1/InOut/libsnd.c:408:17: style: Variable 'csound->libsndStatics.dither' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/InOut/libsnd.c:403:19: note: csound->libsndStatics.dither is assigned csound-6.18.1/InOut/libsnd.c:408:17: note: csound->libsndStatics.dither is overwritten csound-6.18.1/InOut/libsnd.c:65:14: style: Variable 'O' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libsnd.c:150:15: style: Variable 'sp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libsnd.c:622:13: style: Variable 'a' can be declared as const array [constVariable] csound-6.18.1/InOut/libsnd.c:1038:14: style: Variable 'O' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/libsnd_u.c:47:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOUNDIN [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd_u.c:126:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd_u.c:266:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AE_FLOAT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd_u.c:359:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_FORMAT_SUBMASK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd_u.c:392:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFTYPE_RAW_AUDIO [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd_u.c:434:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_FORMAT_TYPEMASK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/libsnd_u.c:39:63: style: Parameter 'asr' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/midifile.c:82:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midifile.c:159:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nEvents [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midifile.c:184:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nTempo [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midifile.c:341:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable totalKcnt [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midifile.c:474:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nEvents [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midifile.c:564:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midifile.c:786:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable currentTempo [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midifile.c:811:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable currentTempo [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midifile.c:817:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midirecv.c:127:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEVENT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midirecv.c:239:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NRPNMSB [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midirecv.c:382:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIDIMAXPORTS [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midirecv.c:438:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_TYPE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midirecv.c:473:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXCHAN [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midirecv.c:492:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MBUFSIZ [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midirecv.c:328:26: style: Variable 'mend' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/midirecv.c:483:14: style: Variable 'O' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/midisend.c:134:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MD_NOTEON [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midisend.c:139:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MD_NOTEOFF [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midisend.c:144:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MD_CNTRLCHG [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midisend.c:149:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MD_CHANPRESS [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midisend.c:154:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MD_PGMCHG [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midisend.c:159:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MD_PTCHBENDCHG [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midisend.c:164:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MD_POLYAFTER [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/midisend.c:193:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/pmidi.c:156:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmNoError [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/pmidi.c:191:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable device_name [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/pmidi.c:207:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_MIDIDEVICE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/pmidi.c:302:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmNoError [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/pmidi.c:368:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmNoError [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/pmidi.c:395:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/pmidi.c:490:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmNoError [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/pmidi.c:506:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmNoError [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/pmidi.c:523:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmNoError [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/pmidi.c:571:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/pmidi.c:256:60: warning: Logical disjunction always evaluates to true: dev[0] != 'a' || dev[0] != 'm'. [incorrectLogicOperator] csound-6.18.1/InOut/pmidi.c:66:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/pmidi.c:85:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/pmidi.c:102:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/pmidi.c:179:18: style: Variable 'info' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/pmidi.c:181:9: style: Variable 'drv' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/pmidi.c:542:14: style: Variable 'drv' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/pmidi.c:305:18: style: Variable 'next' is assigned a value that is never used. [unreadVariable] csound-6.18.1/InOut/rtalsa.c:159:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCHED_RR [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:348:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_PCM_FORMAT_S16_LE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:407:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_PCM_STREAM_CAPTURE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:667:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable device_name [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:774:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPIPE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:819:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPIPE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:878:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_RAWMIDI_NONBLOCK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1058:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_RAWMIDI_NONBLOCK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1103:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFL [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1181:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1245:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1393:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_SEQ_PORT_CAP_READ [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1484:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_SEQ_PORT_CAP_WRITE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1526:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOENT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1539:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1576:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_SEQ_PORT_CAP_READ [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1635:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1649:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCHED_RR [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1718:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_RAWMIDI_STREAM_INPUT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1824:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_SEQ_PORT_CAP_READ [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1847:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_SEQ_OPEN_DUPLEX [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1990:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:1995:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtalsa.c:447:15: style: Variable 'alsaFmt' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/InOut/rtalsa.c:442:13: note: alsaFmt is assigned csound-6.18.1/InOut/rtalsa.c:447:15: note: alsaFmt is overwritten csound-6.18.1/InOut/rtalsa.c:1691:11: style: Local variable 'err' shadows outer variable [shadowVariable] csound-6.18.1/InOut/rtalsa.c:1675:15: note: Shadowed declaration csound-6.18.1/InOut/rtalsa.c:1691:11: note: Shadow variable csound-6.18.1/InOut/rtalsa.c:1709:21: style: Local variable 'name' shadows outer variable [shadowVariable] csound-6.18.1/InOut/rtalsa.c:1689:12: note: Shadowed declaration csound-6.18.1/InOut/rtalsa.c:1709:21: note: Shadow variable csound-6.18.1/InOut/rtalsa.c:1713:13: style: Local variable 'err' shadows outer variable [shadowVariable] csound-6.18.1/InOut/rtalsa.c:1691:11: note: Shadowed declaration csound-6.18.1/InOut/rtalsa.c:1713:13: note: Shadow variable csound-6.18.1/InOut/rtalsa.c:194:46: style: Parameter 'inBuf' can be declared as pointer to const. However it seems that 'MYFLT_to_short' is a callback function, if 'inBuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rtalsa.c:323:40: note: You might need to cast the function pointer here csound-6.18.1/InOut/rtalsa.c:194:46: note: Parameter 'inBuf' can be declared as pointer to const csound-6.18.1/InOut/rtalsa.c:216:48: style: Parameter 'inBuf' can be declared as pointer to const. However it seems that 'MYFLT_to_short_u' is a callback function, if 'inBuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rtalsa.c:325:40: note: You might need to cast the function pointer here csound-6.18.1/InOut/rtalsa.c:216:48: note: Parameter 'inBuf' can be declared as pointer to const csound-6.18.1/InOut/rtalsa.c:237:56: style: Parameter 'inBuf' can be declared as pointer to const. However it seems that 'MYFLT_to_short_no_dither' is a callback function, if 'inBuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rtalsa.c:327:40: note: You might need to cast the function pointer here csound-6.18.1/InOut/rtalsa.c:237:56: note: Parameter 'inBuf' can be declared as pointer to const csound-6.18.1/InOut/rtalsa.c:257:45: style: Parameter 'inBuf' can be declared as pointer to const. However it seems that 'MYFLT_to_long' is a callback function, if 'inBuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rtalsa.c:334:38: note: You might need to cast the function pointer here csound-6.18.1/InOut/rtalsa.c:257:45: note: Parameter 'inBuf' can be declared as pointer to const csound-6.18.1/InOut/rtalsa.c:277:46: style: Parameter 'inBuf' can be declared as pointer to const. However it seems that 'MYFLT_to_float' is a callback function, if 'inBuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rtalsa.c:340:38: note: You might need to cast the function pointer here csound-6.18.1/InOut/rtalsa.c:277:46: note: Parameter 'inBuf' can be declared as pointer to const csound-6.18.1/InOut/rtalsa.c:1259:54: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'midi_out_write_file' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rtalsa.c:1975:52: note: You might need to cast the function pointer here csound-6.18.1/InOut/rtalsa.c:1259:54: note: Parameter 'userData' can be declared as pointer to const csound-6.18.1/InOut/rtalsa.c:1303:15: style: Variable 'client_name' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtalsa.c:1883:11: style: Variable 's' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtalsa.c:1842:28: style: Variable 'count' is assigned a value that is never used. [unreadVariable] csound-6.18.1/InOut/rtauhal.c:180:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kAudioHardwarePropertyDefaultOutputDevice [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtauhal.c:528:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kAudioHardwarePropertyDevices [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtauhal.c:654:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtauhal.c:682:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtauhal.c:719:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mData [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtauhal.c:735:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtauhal.c:776:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mData [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtauhal.c:791:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtauhal.c:844:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mData [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtauhal.c:814:7: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] csound-6.18.1/InOut/rtauhal.c:357:20: style: Variable 'prop.mSelector' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/InOut/rtauhal.c:287:22: note: prop.mSelector is assigned csound-6.18.1/InOut/rtauhal.c:357:20: note: prop.mSelector is overwritten csound-6.18.1/InOut/rtauhal.c:651:19: style: Redundant assignment of 'cdata->csound' to itself. [selfAssignment] csound-6.18.1/InOut/rtauhal.c:751:32: style:inconclusive: Function 'Csound_Render' argument 4 names different: declaration 'dump' definition 'inBusNumber'. [funcArgNamesDifferent] csound-6.18.1/InOut/rtauhal.c:124:32: note: Function 'Csound_Render' argument 4 names different: declaration 'dump' definition 'inBusNumber'. csound-6.18.1/InOut/rtauhal.c:751:32: note: Function 'Csound_Render' argument 4 names different: declaration 'dump' definition 'inBusNumber'. csound-6.18.1/InOut/rtauhal.c:596:16: style: Local variable 'i' shadows outer variable [shadowVariable] csound-6.18.1/InOut/rtauhal.c:518:13: note: Shadowed declaration csound-6.18.1/InOut/rtauhal.c:596:16: note: Shadow variable csound-6.18.1/InOut/rtauhal.c:595:22: style: Variable 's' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtauhal.c:704:14: style: Variable 'buffer' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtauhal.c:880:13: style: Variable 'drv' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtauhal.c:727:7: style: Variable 'l' is assigned a value that is never used. [unreadVariable] csound-6.18.1/InOut/rtauhal.c:774:23: style: Variable 'l' is assigned a value that is never used. [unreadVariable] csound-6.18.1/InOut/rthaiku.cpp:95:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rthaiku.cpp:116:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rthaiku.cpp:294:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rthaiku.cpp:56:26: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rthaiku.cpp:124:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rthaiku.cpp:151:26: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rthaiku.cpp:184:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rthaiku.cpp:198:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rthaiku.cpp:254:37: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rthaiku.cpp:255:37: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rthaiku.cpp:256:13: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rthaiku.cpp:271:13: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rthaiku.cpp:75:29: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'recopen_' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rthaiku.cpp:266:46: note: You might need to cast the function pointer here csound-6.18.1/InOut/rthaiku.cpp:75:29: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/InOut/rthaiku.cpp:104:30: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'rtrecord_' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rthaiku.cpp:268:47: note: You might need to cast the function pointer here csound-6.18.1/InOut/rthaiku.cpp:104:30: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/InOut/rthaiku.cpp:104:45: style: Parameter 'inbuf' can be declared as pointer to const. However it seems that 'rtrecord_' is a callback function, if 'inbuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rthaiku.cpp:268:47: note: You might need to cast the function pointer here csound-6.18.1/InOut/rthaiku.cpp:104:45: note: Parameter 'inbuf' can be declared as pointer to const csound-6.18.1/InOut/rthaiku.cpp:189:24: style: Variable 'evp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rthaiku.cpp:196:34: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'midi_in_close' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rthaiku.cpp:282:58: note: You might need to cast the function pointer here csound-6.18.1/InOut/rthaiku.cpp:196:34: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/InOut/rthaiku.cpp:206:34: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'midi_out_open' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rthaiku.cpp:283:58: note: You might need to cast the function pointer here csound-6.18.1/InOut/rthaiku.cpp:206:34: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/InOut/rthaiku.cpp:212:35: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'midi_out_write' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rthaiku.cpp:284:56: note: You might need to cast the function pointer here csound-6.18.1/InOut/rthaiku.cpp:212:35: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/InOut/rthaiku.cpp:213:33: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'midi_out_write' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rthaiku.cpp:284:56: note: You might need to cast the function pointer here csound-6.18.1/InOut/rthaiku.cpp:213:33: note: Parameter 'userData' can be declared as pointer to const csound-6.18.1/InOut/rthaiku.cpp:219:35: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'midi_out_close' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rthaiku.cpp:285:59: note: You might need to cast the function pointer here csound-6.18.1/InOut/rthaiku.cpp:219:35: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/InOut/rthaiku.cpp:219:49: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'midi_out_close' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rthaiku.cpp:285:59: note: You might need to cast the function pointer here csound-6.18.1/InOut/rthaiku.cpp:219:49: note: Parameter 'userData' can be declared as pointer to const csound-6.18.1/InOut/rtjack.c:242:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inBufs [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:267:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RtJackBuffer [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:327:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_AUDIODEVICE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:344:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NAME_LEN [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:445:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csndLock [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:808:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable jackLock [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:894:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:958:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:997:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inBufs [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:1020:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RtJackGlobals [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:1097:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JackPortIsOutput [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:1148:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RtJackGlobals [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:1290:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NAME_LEN [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:1374:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:1404:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NAME_LEN [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:1488:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:1509:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JackPortIsOutput [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:1579:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:1631:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtjack.c:1538:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/InOut/rtjack.c:826:42: style: Variable 'srcp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtjack.c:835:42: style: Variable 'srcp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtjack.c:1012:20: style: Variable 'pp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtjack.c:1500:11: style: Variable 'drv' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtjack.c:1586:14: style: Variable 'drv' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtjack.c:536:48: style: Variable 'dev_final' is assigned a value that is never used. [unreadVariable] csound-6.18.1/InOut/rtjack.c:620:48: style: Variable 'dev_final' is assigned a value that is never used. [unreadVariable] csound-6.18.1/InOut/rtpa.c:91:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable paNoError [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:132:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable device_name [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:162:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_AUDIODEVICE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:251:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PaStreamParameters [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:385:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable paNoError [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:438:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable paContinue [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:501:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:540:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:582:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csRtAudioParams [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:606:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csRtAudioParams [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:680:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PaStreamParameters [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:798:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:818:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:939:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable paNoError [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:946:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpa.c:898:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] csound-6.18.1/InOut/rtpa.c:107:18: style: Variable 'api_info' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtpa.c:109:28: style: Variable 's' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtpa.c:406:65: style: Parameter 'pabs' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/rtpa.c:428:12: style: Variable 'paInput' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtpa.c:36:19: style: struct member 'PaAlsaStreamInfo::size' is never used. [unusedStructMember] csound-6.18.1/InOut/rtpa.c:38:19: style: struct member 'PaAlsaStreamInfo::version' is never used. [unusedStructMember] csound-6.18.1/InOut/rtpa.c:39:20: style: struct member 'PaAlsaStreamInfo::deviceString' is never used. [unusedStructMember] csound-6.18.1/InOut/rtpa.c:97:14: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:114:12: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:119:16: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:127:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:128:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:162:5: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:175:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:180:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:186:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:191:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:220:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:230:14: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:289:11: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:307:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:321:26: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:384:23: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:426:31: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:428:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:429:23: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:573:11: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:578:11: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:583:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:597:11: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:602:11: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:607:32: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:619:11: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:730:14: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:750:10: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:751:44: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:776:10: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:777:42: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:896:12: style: C-style pointer casting [cstyleCast] csound-6.18.1/InOut/rtpa.c:83:10: style: The scope of the variable 's' can be reduced. [variableScope] csound-6.18.1/InOut/rtpa.c:84:9: style: The scope of the variable 'err' can be reduced. [variableScope] csound-6.18.1/InOut/rtpa.c:107:18: style: The scope of the variable 'api_info' can be reduced. [variableScope] csound-6.18.1/InOut/rtpa.c:109:17: style: The scope of the variable 'tmp' can be reduced. [variableScope] csound-6.18.1/InOut/rtpa.c:159:7: style: The scope of the variable 'i' can be reduced. [variableScope] csound-6.18.1/InOut/rtpulse.c:63:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_STRING [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpulse.c:89:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpulse.c:104:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PA_SAMPLE_FLOAT32 [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpulse.c:164:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpulse.c:206:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PA_SAMPLE_FLOAT32 [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtpulse.c:255:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:93:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AE_SHORT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:131:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WAVEFORMATEX [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:234:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:259:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CALLBACK_NULL [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:397:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:430:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WHDR_DONE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:478:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LPWAVEHDR [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:511:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIM_DATA [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:545:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIDIINCAPS [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:650:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIDIOUTCAPS [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:737:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_BOOLEAN [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:782:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/rtwinmm.c:70:61: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/rtwinmm.c:155:46: style: Parameter 'inBuf' can be declared as pointer to const. However it seems that 'MYFLT_to_short' is a callback function, if 'inBuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rtwinmm.c:329:56: note: You might need to cast the function pointer here csound-6.18.1/InOut/rtwinmm.c:155:46: note: Parameter 'inBuf' can be declared as pointer to const csound-6.18.1/InOut/rtwinmm.c:173:48: style: Parameter 'inBuf' can be declared as pointer to const. However it seems that 'MYFLT_to_short_u' is a callback function, if 'inBuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rtwinmm.c:332:56: note: You might need to cast the function pointer here csound-6.18.1/InOut/rtwinmm.c:173:48: note: Parameter 'inBuf' can be declared as pointer to const csound-6.18.1/InOut/rtwinmm.c:190:56: style: Parameter 'inBuf' can be declared as pointer to const. However it seems that 'MYFLT_to_short_no_dither' is a callback function, if 'inBuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rtwinmm.c:335:56: note: You might need to cast the function pointer here csound-6.18.1/InOut/rtwinmm.c:190:56: note: Parameter 'inBuf' can be declared as pointer to const csound-6.18.1/InOut/rtwinmm.c:205:45: style: Parameter 'inBuf' can be declared as pointer to const. However it seems that 'MYFLT_to_long' is a callback function, if 'inBuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rtwinmm.c:338:56: note: You might need to cast the function pointer here csound-6.18.1/InOut/rtwinmm.c:205:45: note: Parameter 'inBuf' can be declared as pointer to const csound-6.18.1/InOut/rtwinmm.c:221:46: style: Parameter 'inBuf' can be declared as pointer to const. However it seems that 'MYFLT_to_float' is a callback function, if 'inBuf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/InOut/rtwinmm.c:340:56: note: You might need to cast the function pointer here csound-6.18.1/InOut/rtwinmm.c:221:46: note: Parameter 'inBuf' can be declared as pointer to const csound-6.18.1/InOut/rtwinmm.c:395:22: style: Variable 'dwFlags' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtwinmm.c:424:22: style: Variable 'dwFlags' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtwinmm.c:487:24: style: Variable 'dwFlags' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/rtwinmm.c:89:20: style: Variable 'err' is assigned a value that is never used. [unreadVariable] csound-6.18.1/InOut/winEPS.c:132:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/winEPS.c:151:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] csound-6.18.1/InOut/winEPS.c:152:14: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [prohibitedasctimeCalled] csound-6.18.1/InOut/winEPS.c:149:18: style: Variable 'date_ptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/winEPS.c:150:18: style: Variable 'date' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/winEPS.c:235:31: style: Parameter 'cxmin' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/winEPS.c:235:44: style: Parameter 'cxmax' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/winEPS.c:235:57: style: Parameter 'cymin' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/winEPS.c:235:70: style: Parameter 'cymax' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/winascii.c:47:60: style: Parameter 'wdptr' can be declared as pointer to const [constParameterPointer] csound-6.18.1/InOut/winascii.c:52:34: style: Variable 'fplim' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/window.c:109:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAPSIZE [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/window.c:174:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOPOL [valueFlowBailoutIncompleteVar] csound-6.18.1/InOut/window.c:107:11: style: Variable 's' can be declared as pointer to const [constVariablePointer] csound-6.18.1/InOut/window.c:152:19: style: Variable 'fplim' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/aops.c:1466:5: error: There is an unknown macro here somewhere. Configuration is required. If CSOUND_SPIN_SPINUNLOCK is a macro then please configure it. [unknownMacro] csound-6.18.1/OOps/bus.c:87:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:109:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:134:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_AUDIO_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:162:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_AUDIO_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:186:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_PVS_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:223:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_PVS_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:253:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_PVS_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:286:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_PVS_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:320:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CHANNEL_TYPE_MASK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:361:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CHANNEL_TYPE_MASK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:397:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:429:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:455:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_STRING_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:502:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable controlChannelInfo_t [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:534:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:585:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:623:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_MEMORY [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:639:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_MEMORY [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:652:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CHAN_NAME [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:692:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CHAN_NAME [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:736:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:782:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_INPUT_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:825:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:894:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:910:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:942:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_INPUT_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:972:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_OUTPUT_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1021:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1056:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_INPUT_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1097:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1132:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1156:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1174:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_AUDIO_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1193:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_STRING_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1221:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_STRING_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1253:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CHAN_NAME [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1292:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1322:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1344:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1357:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1396:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1412:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_AUDIO_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1428:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_AUDIO_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1446:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_OUTPUT_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1466:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_STRING_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1499:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_STRING_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1541:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1612:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_AUDIO_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1633:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_STRING_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1651:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1744:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1775:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CALLBACK_KBD_TEXT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1872:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1889:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1903:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_S [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1936:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_K [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1956:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1963:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1977:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_S [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:2004:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_K [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:2032:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:2044:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:2055:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_S [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:2082:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_K [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:2110:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_S [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:2136:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_K [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/bus.c:1755:24: style: Variable '*p->ictltype' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/OOps/bus.c:1754:28: note: *p->ictltype is assigned csound-6.18.1/OOps/bus.c:1755:24: note: *p->ictltype is overwritten csound-6.18.1/OOps/bus.c:181:16: style: Variable 'f' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/bus.c:245:13: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/bus.c:484:16: style: Variable 'pp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/bus.c:582:16: style: Variable 'pp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/bus.c:899:44: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'chnget_array_opcode_perf_a' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/OOps/bus.c:859:29: note: You might need to cast the function pointer here csound-6.18.1/OOps/bus.c:899:44: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/OOps/bus.c:1088:44: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'chnset_array_opcode_perf_a' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/OOps/bus.c:1039:29: note: You might need to cast the function pointer here csound-6.18.1/OOps/bus.c:1088:44: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/OOps/bus.c:1092:15: style: Variable 'valueArr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/bus.c:1288:45: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'chnset_opcode_perf_a' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/OOps/bus.c:1417:25: note: You might need to cast the function pointer here csound-6.18.1/OOps/bus.c:1288:45: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/OOps/bus.c:1588:16: style: Variable 'smode' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/bus.c:905:20: style: Variable 'blockIndex' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/cmath.c:41:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:48:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:97:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:103:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:198:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:212:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HALFPI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:287:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:304:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:311:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:329:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:336:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:353:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:360:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:371:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:392:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:428:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:445:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:452:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:469:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:476:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:493:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:500:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:518:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:529:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:550:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:585:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:592:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:609:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:616:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:627:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:648:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:684:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:703:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:710:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:728:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:735:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:752:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:824:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:845:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:851:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:858:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/cmath.c:95:23: style: Variable 'csound->randSeed1' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/OOps/cmath.c:94:39: note: csound->randSeed1 is assigned csound-6.18.1/OOps/cmath.c:95:23: note: csound->randSeed1 is overwritten csound-6.18.1/OOps/cmath.c:100:25: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/cmath.c:393:23: style: Variable 'ampp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/cmath.c:393:30: style: Variable 'cpsp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/cmath.c:551:23: style: Variable 'ampp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/cmath.c:551:30: style: Variable 'cpsp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/cmath.c:649:23: style: Variable 'ampp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/cmath.c:649:30: style: Variable 'cpsp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/cmath.c:757:38: style: Parameter 'ftp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/compile_ops.c:38:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/compile_ops.c:67:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/compile_ops.c:77:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/compile_ops.c:83:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/compile_ops.c:88:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/compile_ops.c:94:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/compile_ops.c:102:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:79:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:309:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DISKIN2_MAXCHN [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:515:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:548:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable POS_FRAC_SHIFT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:566:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:771:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable POS_FRAC_SCALE [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:946:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:985:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _MM_DENORMALS_ZERO_ON [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1029:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1043:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TYP_RAW [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1124:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1146:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1207:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1239:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable POS_FRAC_SHIFT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1257:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1322:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1374:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable POS_FRAC_SCALE [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1550:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _MM_DENORMALS_ZERO_ON [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1577:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1807:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:1995:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/diskin2.c:328:22: style: Condition 'n<0' is always false [knownConditionTrueFalse] csound-6.18.1/OOps/diskin2.c:326:10: note: Assuming that condition 'n<0' is not redundant csound-6.18.1/OOps/diskin2.c:327:11: note: Assignment 'n=-n', assigned value is greater than 0 csound-6.18.1/OOps/diskin2.c:328:22: note: Condition 'n<0' is always false csound-6.18.1/OOps/diskin2.c:1294:14: style: Local variable 'aOut' shadows outer variable [shadowVariable] csound-6.18.1/OOps/diskin2.c:1258:12: note: Shadowed declaration csound-6.18.1/OOps/diskin2.c:1294:14: note: Shadow variable csound-6.18.1/OOps/diskin2.c:188:50: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/diskin2.c:928:16: style: Variable 'start' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/diskin2.c:1007:14: style: Variable 'opname' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/diskin2.c:1213:62: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/diskin2.c:1531:16: style: Variable 'start' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/diskin2.c:1620:20: style: Variable 'var' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:40:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_ORCH [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:57:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:80:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:90:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:151:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:162:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:213:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:243:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:358:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:373:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NEGPOL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:415:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:492:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:739:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/disprep.c:538:23: style: Local variable 'maxlam' shadows outer variable [shadowVariable] csound-6.18.1/OOps/disprep.c:467:45: note: Shadowed declaration csound-6.18.1/OOps/disprep.c:538:23: note: Shadow variable csound-6.18.1/OOps/disprep.c:71:12: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:159:28: style: Variable 'sp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:159:45: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:352:11: style: Parameter 'sce' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/disprep.c:371:29: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:382:16: style: Variable 'tp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:412:48: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:432:18: style: Variable 'tp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:619:16: style: Variable 'hend' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:638:16: style: Variable 'xend' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:642:39: style: Variable 'endlens' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:727:14: style: Variable 'xcur' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:728:14: style: Variable 'xend' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/disprep.c:144:15: style: Variable 'fp2' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/dumpf.c:54:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:83:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:108:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:136:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:162:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:191:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:216:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:243:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:292:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:327:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:340:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:354:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:369:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:392:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:418:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:444:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:472:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:498:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:526:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:552:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:580:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:605:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:708:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:725:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:744:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:765:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:777:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:804:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:831:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/dumpf.c:283:19: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/OOps/dumpf.c:625:19: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/OOps/fftlib.c:69:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:327:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ROOT2 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:562:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ROOT2 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:1081:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:1130:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:1366:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ROOT2 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:1602:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ROOT2 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:2124:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:2175:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:2243:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ROOT2 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:2314:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ROOT2 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:2640:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:2710:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ROOT2 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:2779:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ROOT2 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:3102:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:3139:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:3369:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PFFFT_BACKWARD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:3441:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:3462:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_FFT_SETUP [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:3515:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FFT_FWD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:3533:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:3546:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FFT_FWD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:3650:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FFT_FWD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/fftlib.c:3071:43: error: Shifting by a negative value is undefined behaviour [shiftNegative] csound-6.18.1/OOps/fftlib.c:128:10: style: Variable 'iolimit' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/fftlib.c:1167:10: style: Variable 'iolimit' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/fftlib.c:2476:10: style: Variable 'u0r' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/fftlib.c:2476:16: style: Variable 'u0i' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/fftlib.c:2939:10: style: Variable 'u0r' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/fftlib.c:2939:16: style: Variable 'u0i' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/fftlib.c:3320:31: style: Parameter 'buf1' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/fftlib.c:3320:44: style: Parameter 'buf2' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/goto_ops.c:34:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:40:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_PDS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:48:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:55:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_PDS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:66:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:73:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_PDS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:79:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:91:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_PDS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:99:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:117:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ip [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:131:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:138:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:147:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:157:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:178:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:197:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:292:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:319:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:328:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:337:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:346:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:355:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_PDS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:365:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_PDS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:375:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_PDS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:385:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_PDS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/goto_ops.c:150:37: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/lpred.c:59:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:95:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:343:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:450:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:468:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:523:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:545:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:600:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:649:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:695:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:746:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:785:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:794:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:802:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:832:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:871:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:884:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:913:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:959:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:1013:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:1036:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:1063:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:1081:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYCMPLX [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:1145:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:1152:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/lpred.c:280:13: style: Condition 'pn!=0' is always true [knownConditionTrueFalse] csound-6.18.1/OOps/lpred.c:279:11: note: Assuming that condition 'pn>0' is not redundant csound-6.18.1/OOps/lpred.c:280:13: note: Condition 'pn!=0' is always true csound-6.18.1/OOps/lpred.c:784:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/OOps/lpred.c:782:7: note: c is assigned csound-6.18.1/OOps/lpred.c:784:5: note: c is overwritten csound-6.18.1/OOps/lpred.c:853:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/OOps/lpred.c:848:9: note: c is assigned csound-6.18.1/OOps/lpred.c:853:5: note: c is overwritten csound-6.18.1/OOps/lpred.c:258:11: style: Local variable 'i' shadows outer variable [shadowVariable] csound-6.18.1/OOps/lpred.c:256:14: note: Shadowed declaration csound-6.18.1/OOps/lpred.c:258:11: note: Shadow variable csound-6.18.1/OOps/lpred.c:54:63: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/lpred.c:257:10: style: Variable 'r' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:276:10: style: Variable 'r' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:302:10: style: Variable 'pk' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:302:23: style: Variable 'am' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:316:27: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/lpred.c:317:13: style: Variable 'p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:322:30: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/lpred.c:487:61: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/lpred.c:511:15: style: Variable 'p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:552:13: style: Variable 'ftw' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:591:10: style: Variable 'cfs' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:594:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:655:11: style: Variable 'ftw' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:682:10: style: Variable 'cfs' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:687:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:688:10: style: Variable 'sig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:748:13: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:804:11: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:826:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:876:10: style: Variable 'cfs' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:879:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:915:11: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:953:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:1035:12: style: Variable 'pvframe' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:1148:26: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/lpred.c:1154:20: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/lpred.c:339:33: warning: Found calculation inside sizeof(). [sizeofCalculation] csound-6.18.1/OOps/lpred.c:256:20: style: Variable 't1' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/lpred.c:256:28: style: Variable 't2' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/midiinterop.c:37:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiinterop.c:48:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiinterop.c:60:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiinterop.c:74:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiinterop.c:90:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiinterop.c:106:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiinterop.c:119:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiinterop.c:131:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiinterop.c:142:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiinterop.c:154:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiinterop.c:165:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:60:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:79:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:111:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int16 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:129:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:156:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:191:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:197:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:209:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:222:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:229:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:237:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:246:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:253:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:263:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OCTRES [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:275:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OCTRES [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:284:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:298:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OCTRES [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:313:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:338:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:346:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:354:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:364:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:377:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:385:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:395:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:408:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:416:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:425:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:449:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pgm2ins [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:489:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:509:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:514:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:523:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:537:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:545:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:550:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIDIINBUFMSK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:558:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bData [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:571:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIDIINBUFMSK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:581:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bData [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:605:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIDIINBUFMSK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:616:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bData [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:657:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIDIINBUFMSK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:695:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:716:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bData [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:808:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:832:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int16 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:840:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:848:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:862:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:871:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRESET_GLOB [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:919:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:928:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRESET_GLOB [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:977:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:988:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:1003:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:1033:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:1038:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:1046:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiops.c:162:12: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:163:12: style: Variable 'func' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:203:12: style: Variable 'lcurip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:214:12: style: Variable 'lcurip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:235:12: style: Variable 'lcurip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:258:12: style: Variable 'lcurip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:308:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:324:14: style: Variable 'chn' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:578:20: style: Variable 'temp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:613:20: style: Variable 'temp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:829:12: style: Variable 'ctlval' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:855:12: style: Variable 'd' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:993:18: style: Variable 'q' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:996:10: style: Variable 'slot' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:1013:53: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/midiops.c:1025:14: style: Variable 'slot' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/midiops.c:311:14: style: Variable 'fno' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/midiops.c:710:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/midiout.c:56:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:66:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:76:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:82:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:92:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:123:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:129:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:135:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:150:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:159:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:177:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:206:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:216:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:262:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:274:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:327:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:345:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:364:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:382:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:409:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:433:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:443:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:465:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:501:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:530:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:538:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DELTAB_LENGTH [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:544:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DELTAB_LENGTH [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/midiout.c:102:37: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/midiout.c:126:41: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/midiout.c:132:42: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/mxfft.c:188:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/oscils.c:72:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/oscils.c:92:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/oscils.c:130:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/oscils.c:148:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/oscils.c:215:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/oscils.c:224:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/oscils.c:67:28: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/oscils.c:150:19: style: Variable 'xtrns' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/oscils.c:228:65: style: Variable 'ftable' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/oscils.c:230:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/oscils.c:227:18: style: Variable 'ndx_i' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/pffft.c:1219:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PFFFT_REAL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pffft.c:1782:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PFFFT_COMPLEX [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pffft.c:1813:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PFFFT_COMPLEX [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pffft.c:1861:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PFFFT_REAL [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pffft.c:1814:26: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation] csound-6.18.1/OOps/pffft.c:1780:41: style: Parameter 'setup' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/pffft.c:1857:53: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/pffft.c:1220:46: style: Modulo of one is always equal to zero [moduloofone] csound-6.18.1/OOps/pffft.c:1233:20: style: Modulo of one is always equal to zero [moduloofone] csound-6.18.1/OOps/pffft.c:1244:20: style: Modulo of one is always equal to zero [moduloofone] csound-6.18.1/OOps/pstream.c:67:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:92:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:139:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:206:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:264:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:308:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:344:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:380:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:503:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:521:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:606:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:656:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:740:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:761:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:832:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:848:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pstream.c:341:14: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/OOps/pstream.c:327:12: note: Shadowed declaration csound-6.18.1/OOps/pstream.c:341:14: note: Shadow variable csound-6.18.1/OOps/pstream.c:341:21: style: Local variable 'fsrc' shadows outer variable [shadowVariable] csound-6.18.1/OOps/pstream.c:325:12: note: Shadowed declaration csound-6.18.1/OOps/pstream.c:341:21: note: Shadow variable csound-6.18.1/OOps/pstream.c:341:28: style: Local variable 'fdest' shadows outer variable [shadowVariable] csound-6.18.1/OOps/pstream.c:326:12: note: Shadowed declaration csound-6.18.1/OOps/pstream.c:341:28: note: Shadow variable csound-6.18.1/OOps/pstream.c:603:14: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/OOps/pstream.c:565:12: note: Shadowed declaration csound-6.18.1/OOps/pstream.c:603:14: note: Shadow variable csound-6.18.1/OOps/pstream.c:603:21: style: Local variable 'fsrc' shadows outer variable [shadowVariable] csound-6.18.1/OOps/pstream.c:565:18: note: Shadowed declaration csound-6.18.1/OOps/pstream.c:603:21: note: Shadow variable csound-6.18.1/OOps/pstream.c:84:25: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/pstream.c:87:18: style: Variable 'fsrc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pstream.c:184:38: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/pstream.c:250:12: style: Variable 'outbuf' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pstream.c:286:14: style: Variable 'fsrc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pstream.c:325:12: style: Variable 'fsrc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pstream.c:326:12: style: Variable 'fdest' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pstream.c:458:27: style: Variable 'pframe2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pstream.c:564:12: style: Variable 'ftable' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pstream.c:565:18: style: Variable 'fsrc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pstream.c:645:12: style: Variable 'fsrc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pstream.c:705:12: style: Variable 'fsrc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pstream.c:607:17: style: Variable 'amp' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/pstream.c:623:17: style: Variable 'amp' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/pvfileio.c:255:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUID [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvfileio.c:374:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STYPE_16 [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvfileio.c:426:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVOC_COMPLEX [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvfileio.c:535:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvfileio.c:570:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WAVEFORMATPVOCEX [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvfileio.c:646:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZEOF_FMTPVOCEX [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvfileio.c:744:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZEOF_WFMTEX [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvfileio.c:297:35: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/pvfileio.c:410:43: style: Parameter 'fWindow' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/pvfileio.c:1018:16: style: Variable 'p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pvsanal.c:53:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:113:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:176:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:317:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:444:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:467:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:679:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:728:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:916:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:1013:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:1052:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:1075:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:1126:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/pvsanal.c:886:19: style: Condition 'NO<=N' is always true [knownConditionTrueFalse] csound-6.18.1/OOps/pvsanal.c:872:8: note: NO is assigned 'N' here. csound-6.18.1/OOps/pvsanal.c:886:19: note: Condition 'NO<=N' is always true csound-6.18.1/OOps/pvsanal.c:722:15: style: Local variable 'wintype' shadows outer variable [shadowVariable] csound-6.18.1/OOps/pvsanal.c:712:13: note: Shadowed declaration csound-6.18.1/OOps/pvsanal.c:722:15: note: Shadow variable csound-6.18.1/OOps/pvsanal.c:280:12: style: Variable 'fp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pvsanal.c:283:12: style: Variable 'analWindow' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pvsanal.c:457:12: style: Variable 'ain' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pvsanal.c:462:13: style: Variable 'c' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pvsanal.c:463:13: style: Variable 's' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pvsanal.c:847:12: style: Variable 'outbuf' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pvsanal.c:863:29: style: Variable 'synWindow' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/pvsanal.c:1010:26: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:732:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/remote.c:740:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/remote.c:748:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/remote.c:756:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/remote.c:764:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/remote.c:771:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/remote.c:777:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/remote.c:782:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/remote.c:788:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/remote.c:709:23: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:721:24: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:721:52: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:769:28: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:769:44: style: Parameter 'evt' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:774:28: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:774:44: style: Parameter 'evt' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:780:29: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:780:45: style: Parameter 'evt' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:785:29: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:785:45: style: Parameter 'evt' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:791:33: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:796:38: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:801:33: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/remote.c:806:35: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/schedule.c:105:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_S [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:129:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_S [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:169:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:197:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:217:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:277:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:288:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:393:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:416:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:427:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:451:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVTBLK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:553:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:558:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/schedule.c:477:16: style: Variable 'ip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/schedule.c:544:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/schedule.c:566:15: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/sndinfUG.c:43:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/sndinfUG.c:154:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/sndinfUG.c:166:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/sndinfUG.c:176:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/sndinfUG.c:186:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/sndinfUG.c:195:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_FORMAT_SUBMASK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/sndinfUG.c:216:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/sndinfUG.c:226:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/sndinfUG.c:235:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_FORMAT_SUBMASK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/sndinfUG.c:271:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/sndinfUG.c:356:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/sndinfUG.c:372:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:53:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:59:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:89:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_WARNMSG [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:105:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:134:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:179:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:189:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:215:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:225:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:234:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:245:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:280:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:324:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:340:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:376:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:549:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:565:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:576:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:583:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:590:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:602:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_ORCH [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:616:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_ORCH [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:646:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:663:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:686:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:747:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:795:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:892:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:908:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:925:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:950:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:1052:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:1076:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:1118:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:1223:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_OFFSET [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/str_ops.c:1221:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/str_ops.c:1018:14: style: Variable 'buf[1]' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/str_ops.c:1033:14: style: Variable 'buf[1]' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/ugens1.c:36:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:47:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:57:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:87:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:104:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:114:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:153:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SEG [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:202:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:216:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:245:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:309:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:398:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:427:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:448:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:510:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XSEG [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:564:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XSEG [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:624:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XSEG [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:685:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XSEG [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:734:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XSEG [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:848:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:860:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:904:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SEG [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:955:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SEG [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1003:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1026:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1094:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1124:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1162:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1170:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1229:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1253:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1290:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1298:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1346:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1424:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1461:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1531:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1601:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1660:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1736:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1760:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1850:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SEG [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1924:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1930:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1966:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:1987:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:2045:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:2220:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens1.c:31:24: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/OOps/ugens1.c:1171:16: style: Variable 'sg' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/ugens1.c:1299:16: style: Variable 'sg' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/ugens1.c:1411:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/ugens1.c:1413:35: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/ugens1.c:1533:23: style: Variable 'xamp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/ugens1.c:1533:70: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/ugens1.c:1729:15: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/ugens1.c:1732:16: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/ugens1.c:1763:18: style: Variable 'xamp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/ugens1.c:1763:59: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/OOps/ugens1.c:1858:14: style: Variable 'val' is assigned a value that is never used. [unreadVariable] csound-6.18.1/OOps/ugens2.c:53:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:67:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:75:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:133:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:146:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1010:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1036:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1072:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1097:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1107:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1156:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1183:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1200:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1214:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1232:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1268:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1304:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1337:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1378:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1395:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1430:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1470:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1506:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1569:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1586:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1645:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1701:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1754:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/OOps/ugens2.c:1126:30: style: Condition 'n==nsmps' is always false [knownConditionTrueFalse] csound-6.18.1/OOps/ugens2.c:1121:23: note: Assuming that condition 'nnumb<1' is always false [knownConditionTrueFalse] csound-6.18.1/Opcodes/bformdec2.cpp:913:15: note: Assignment 'p->numb=3', assigned value is 3 csound-6.18.1/Opcodes/bformdec2.cpp:916:26: note: Condition 'p->numb<1' is always false csound-6.18.1/Opcodes/bformdec2.cpp:306:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:307:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:334:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:335:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:415:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:416:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:417:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:418:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:419:16: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:420:16: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:421:16: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:422:16: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:424:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:425:26: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:427:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:428:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:430:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:431:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:727:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:728:21: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:729:21: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:731:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:732:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:734:29: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:735:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:736:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:738:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:739:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:993:23: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:1773:13: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:1774:21: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:1775:21: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:1896:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:1900:24: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:1923:42: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/bformdec2.cpp:1227:26: style: The scope of the variable 'g3' can be reduced. [variableScope] csound-6.18.1/Opcodes/bformdec2.cpp:1410:22: style: The scope of the variable 'g2' can be reduced. [variableScope] csound-6.18.1/Opcodes/bformdec2.cpp:1551:26: style: The scope of the variable 'g3' can be reduced. [variableScope] csound-6.18.1/Opcodes/bformdec2.cpp:1862:16: style: Local variable 'j' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/bformdec2.cpp:1722:9: note: Shadowed declaration csound-6.18.1/Opcodes/bformdec2.cpp:1862:16: note: Shadow variable csound-6.18.1/Opcodes/bformdec2.cpp:237:14: style: Variable 'fpindexl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/bformdec2.cpp:238:14: style: Variable 'fpindexr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/bformdec2.cpp:1731:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/bformdec2.cpp:1755:9: style: Variable 'dict_3dto2d' can be declared as const array [constVariable] csound-6.18.1/Opcodes/bformdec2.cpp:1756:9: style: Variable 'order_signals3d' can be declared as const array [constVariable] csound-6.18.1/Opcodes/bformdec2.cpp:1757:9: style: Variable 'order_signals2d' can be declared as const array [constVariable] csound-6.18.1/Opcodes/bformdec2.cpp:883:33: style: struct member 'FCOMPLEX::r' is never used. [unusedStructMember] csound-6.18.1/Opcodes/bformdec2.cpp:883:35: style: struct member 'FCOMPLEX::i' is never used. [unusedStructMember] csound-6.18.1/Opcodes/bformdec2.cpp:896:31: style: struct member 'FPOLAR::mag' is never used. [unusedStructMember] csound-6.18.1/Opcodes/bformdec2.cpp:896:35: style: struct member 'FPOLAR::ph' is never used. [unusedStructMember] csound-6.18.1/Opcodes/bilbar.c:57:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/bilbar.c:94:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/bilbar.c:272:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/bilbar.c:362:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/bilbar.c:353:25: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/bilbar.c:367:12: style: Variable 's0' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/bilbar.c:367:25: style: Variable 's1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:51:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:59:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:90:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:133:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:140:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:231:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:240:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:502:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:557:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:616:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:819:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:832:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:914:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:923:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1008:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1075:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1209:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1221:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1287:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1295:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1370:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1377:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1527:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1537:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1600:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1607:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:1706:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/biquad.c:644:37: style: Checking if unsigned expression 'n=(int32_t)knh' is less than zero. [unsignedLessThanZero] csound-6.18.1/Opcodes/biquad.c:91:18: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:93:12: style: Variable 'a0' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:93:25: style: Variable 'a1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:93:38: style: Variable 'a2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:94:12: style: Variable 'b0' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:94:25: style: Variable 'b1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:94:38: style: Variable 'b2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:123:35: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'moogvcfset' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/biquad.c:1683:38: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/biquad.c:123:35: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Opcodes/biquad.c:136:32: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/biquad.c:141:18: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:143:12: style: Variable 'fcoptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:143:21: style: Variable 'resptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:241:18: style: Variable 'fcoptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:241:27: style: Variable 'rezptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:241:36: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:498:32: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/biquad.c:503:18: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:608:12: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:609:17: style: Variable 'ampp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:609:24: style: Variable 'cpsp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1069:21: style: Variable 'inp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1070:38: style: Variable 'end1p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1070:46: style: Variable 'end2p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1070:54: style: Variable 'end3p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1296:18: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1298:12: style: Variable 'fcoptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1298:21: style: Variable 'resptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1298:30: style: Variable 'distptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1298:40: style: Variable 'asymptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1373:30: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/biquad.c:1378:18: style: Variable 'fcoptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1378:27: style: Variable 'rezptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1378:36: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1612:15: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1612:19: style: Variable 'f0' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:1612:23: style: Variable 'tau' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/biquad.c:145:46: style: Variable 'scale' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/biquad.c:243:21: style: Variable 'a' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/biquad.c:284:21: style: Variable 'p1' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/biquad.c:331:20: style: Variable 'p1' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/biquad.c:374:15: style: Variable 'c' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/biquad.c:374:25: style: Variable 'rez2' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/biquad.c:395:18: style: Variable 'p1' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/biquad.c:446:20: style: Variable 'p1' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/biquad.c:1303:24: style: Variable 'fco1' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/biquad.c:1380:17: style: Variable 'sin2' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/bowedbar.c:44:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/bowedbar.c:93:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/bowedbar.c:133:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/bowedbar.c:216:13: style: Redundant initialization for 'input'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/Opcodes/bowedbar.c:198:19: note: input is initialized csound-6.18.1/Opcodes/bowedbar.c:216:13: note: input is overwritten csound-6.18.1/Opcodes/buchla.c:58:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/buchla.c:69:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/buchla.c:181:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/buchla.c:195:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/buchla.c:65:12: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/buchla.c:196:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/butter.c:56:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/butter.c:64:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/butter.c:101:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/butter.c:164:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/butter.c:59:30: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/butter.c:96:30: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/butter.c:136:34: style: Parameter 'in' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/butter.c:39:18: style: struct member 'BBFIL::sr' is never used. [unusedStructMember] csound-6.18.1/Opcodes/butter.c:39:23: style: struct member 'BBFIL::ain' is never used. [unusedStructMember] csound-6.18.1/Opcodes/butter.c:39:29: style: struct member 'BBFIL::kfo' is never used. [unusedStructMember] csound-6.18.1/Opcodes/butter.c:39:35: style: struct member 'BBFIL::kbw' is never used. [unusedStructMember] csound-6.18.1/Opcodes/butter.c:39:41: style: struct member 'BBFIL::istor' is never used. [unusedStructMember] csound-6.18.1/Opcodes/butter.c:41:17: style: struct member 'BBFIL::a' is never used. [unusedStructMember] csound-6.18.1/Opcodes/cellular.c:71:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/cellular.c:88:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/cellular.c:42:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/cellular.c:44:23: style: Variable 'initVec' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/cellular.c:95:23: style: Variable 'previous' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/cellular.c:95:56: style: Variable 'ruleVec' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/cellular.c:114:14: style: Variable 'actual' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/clfilt.c:79:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/clfilt.c:296:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/clfilt.c:434:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/clfilt.c:298:18: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/compress.c:55:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPOS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/compress.c:92:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/compress.c:210:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/compress.c:236:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/compress.c:87:33: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/compress.c:89:23: style: Variable 'ainp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/compress.c:231:19: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/compress.c:233:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/compress.c:270:16: style: Variable 'fp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/control.c:71:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/control.c:97:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/control.c:181:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/control.c:189:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/control.c:233:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/control.c:259:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/control.c:269:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/control.c:287:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/control.c:295:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/control.c:319:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/counter.c:110:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/counter.c:125:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/counter.c:133:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/counter.c:151:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/counter.c:156:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/counter.c:163:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/counter.c:169:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/counter.c:175:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/counter.c:181:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/counter.c:191:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/counter.c:201:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/cpumeter.c:230:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/cpumeter.c:236:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/cpumeter.c:256:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/cross2.c:316:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/cross2.c:357:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/cross2.c:450:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/cross2.c:139:23: style: Variable 'fn' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/cross2.c:352:26: style: Variable 's' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/cross2.c:352:30: style: Variable 'f' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/cross2.c:388:34: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/cross2.c:256:7: style: Variable 'c1' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/cross2.c:256:7: style: Variable 's1' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/crossfm.c:52:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/crossfm.c:68:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/crossfm.c:139:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/crossfm.c:213:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/crossfm.c:284:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/crossfm.c:358:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/crossfm.c:429:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/crossfm.c:55:21: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/crossfm.c:62:12: style: Variable 'tbl1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/crossfm.c:62:19: style: Variable 'tbl2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/crossfm.c:125:22: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/crossfm.c:132:12: style: Variable 'tbl1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/crossfm.c:132:19: style: Variable 'tbl2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/crossfm.c:200:21: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/crossfm.c:207:12: style: Variable 'tbl1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/crossfm.c:207:19: style: Variable 'tbl2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/crossfm.c:270:22: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/crossfm.c:277:12: style: Variable 'tbl1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/crossfm.c:277:19: style: Variable 'tbl2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/crossfm.c:345:23: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/crossfm.c:352:12: style: Variable 'tbl1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/crossfm.c:352:19: style: Variable 'tbl2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/crossfm.c:415:24: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/crossfm.c:422:12: style: Variable 'tbl1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/crossfm.c:422:19: style: Variable 'tbl2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/dam.c:57:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dam.c:77:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dam.c:163:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dam.c:44:32: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'daminit' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/dam.c:156:56: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/dam.c:44:32: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Opcodes/dam.c:72:12: style: Variable 'powerBuffer' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/date.c:79:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/date.c:105:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/date.c:134:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/date.c:161:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/date.c:203:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/date.c:216:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/date.c:224:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dcblockr.c:45:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dcblockr.c:54:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dcblockr.c:137:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dcblockr.c:145:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dcblockr.c:209:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dcblockr.c:58:18: style: Variable 'samp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/dcblockr.c:146:15: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/deprecated.c:132:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/deprecated.c:256:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/deprecated.c:294:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/deprecated.c:332:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/deprecated.c:357:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/deprecated.c:434:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/deprecated.c:462:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/deprecated.c:542:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/deprecated.c:585:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/deprecated.c:611:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/deprecated.c:657:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/deprecated.c:30:14: style: Variable 'cs_type' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/deprecated.c:39:14: style: Variable 'cs_type' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/deprecated.c:289:64: style: Parameter 'p' can be declared as pointer to const. However it seems that 'stack_opcode_init' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/deprecated.c:666:14: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/deprecated.c:289:64: note: Parameter 'p' can be declared as pointer to const csound-6.18.1/Opcodes/deprecated.c:329:22: style: Variable 'src' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/deprecated.c:431:22: style: Variable 'src' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/doppler.cpp:139:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ekr [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/doppler.cpp:183:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/doppler.cpp:234:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/doppler.cpp:275:36: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/doppler.cpp:276:36: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/doppler.cpp:277:36: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/dsputil.c:79:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dsputil.c:100:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dsputil.c:321:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dsputil.c:131:22: style: Variable 'frm_1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/dsputil.c:173:14: style: Parameter 'sce' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:244:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:258:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:611:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:679:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:801:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:838:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:854:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:862:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:936:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:943:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:960:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:975:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:988:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:1105:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fCallbackFunction [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:1169:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:1022:26: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:1155:18: style: Variable 'pcDSSIPath' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:1152:16: note: pcDSSIPath is assigned csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:1155:18: note: pcDSSIPath is overwritten csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:1002:32: style: Local variable 'fDescriptorFunction' shadows outer argument [shadowArgument] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:999:43: note: Shadowed declaration csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:1002:32: note: Shadow variable csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:1007:13: style: Local variable 'pvPluginHandle' shadows outer argument [shadowArgument] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:999:43: note: Shadowed declaration csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:1007:13: note: Shadow variable csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:1006:20: style: Variable 'psDirectoryEntry' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:94:12: warning: Uninitialized variable: dst [uninitvar] csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:271:15: note: Calling function 'strNcpy', 1st argument 'dssiFilename' value is csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:94:12: note: Uninitialized variable: dst csound-6.18.1/Opcodes/dssi4cs/src/dssi4cs.c:728:42: style: Variable 'PortDescriptor' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/dssi4cs/src/load.c:66:15: style: Local variable 'tmp' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/dssi4cs/src/load.c:32:11: note: Shadowed declaration csound-6.18.1/Opcodes/dssi4cs/src/load.c:66:15: note: Shadow variable csound-6.18.1/Opcodes/dssi4cs/src/load.c:32:11: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:98:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:114:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:138:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:164:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:193:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:227:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:261:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:271:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:284:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:313:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:320:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:329:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:337:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:346:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:366:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:392:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:401:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:423:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:496:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:546:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:580:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:650:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:668:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:707:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:748:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:793:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:834:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:854:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:901:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:933:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:962:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:972:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1014:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1092:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1179:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1264:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1281:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1363:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1376:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1394:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1419:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1426:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1470:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1552:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1600:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1650:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1694:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1718:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1736:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1771:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1792:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1858:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1896:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1901:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1978:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2107:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2129:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2147:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_ORCH [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2180:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_ORCH [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2260:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2339:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2347:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2362:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2438:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2453:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2470:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2489:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2541:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2551:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2600:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2626:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2653:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2706:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2747:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2778:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2783:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2824:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable varTypeName [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2951:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:2961:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/emugens.c:1738:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/Opcodes/emugens/emugens.c:133:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:183:12: style: Variable 'A' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:184:12: style: Variable 'B' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:362:15: style: Variable 'indata' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:397:15: style: Variable 'indata' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:619:51: style: Parameter 'xs' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/emugens/emugens.c:659:12: style: Variable 'ys' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:701:12: style: Variable 'ys' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:740:12: style: Variable 'ys' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:744:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:785:12: style: Variable 'ys' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:789:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:846:12: style: Variable 'ys' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:847:12: style: Variable 'zs' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:910:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:968:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1010:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1069:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1339:30: style: Parameter 'op' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/emugens/emugens.c:1402:11: style: Variable 'op1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1404:11: style: Variable 'op2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1428:12: style: Variable 'a0' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1429:12: style: Variable 'a1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1472:12: style: Variable 'a0' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1516:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1568:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1615:12: style: Variable 'in1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1616:12: style: Variable 'in2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1700:11: style: Variable 'ftpsrc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1710:12: style: Variable 'src' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1876:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:1890:12: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:2143:16: style: Variable 'strs' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:2170:51: style: Parameter 'arr' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/emugens/emugens.c:2367:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:2447:12: style: Variable 'in1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:2448:12: style: Variable 'in2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:2463:12: style: Variable 'in1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:2464:12: style: Variable 'in2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens.c:2487:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/emugens_common.h:41:22: style: Variable 'var' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/scugens.c:111:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:121:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:159:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:168:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INF [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:179:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:185:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:252:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:304:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:312:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:391:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:448:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:456:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:504:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:511:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:542:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:572:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:615:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/emugens/scugens.c:303:11: style: Variable 'p->y1' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Opcodes/emugens/scugens.c:286:19: note: p->y1 is assigned csound-6.18.1/Opcodes/emugens/scugens.c:303:11: note: p->y1 is overwritten csound-6.18.1/Opcodes/emugens/scugens.c:303:11: style: Variable 'p->y1' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Opcodes/emugens/scugens.c:288:19: note: p->y1 is assigned csound-6.18.1/Opcodes/emugens/scugens.c:303:11: note: p->y1 is overwritten csound-6.18.1/Opcodes/emugens/scugens.c:187:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/scugens.c:314:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/scugens.c:393:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/scugens.c:513:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/scugens.c:514:12: style: Variable 'rate' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/emugens/scugens.c:544:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/eqfil.c:41:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/eqfil.c:58:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/eqfil.c:54:13: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/exciter.c:129:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/exciter.c:258:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fareygen.c:173:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fareygen.c:64:46: style: Parameter 'ftp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/fareygen.c:109:33: style: Variable 'pp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/fareygen.c:109:38: style: Variable 'pp2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/fareygen.c:218:19: style: Variable 'i_exp' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/fareyseq.c:238:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fareyseq.c:293:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fareyseq.c:340:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fareyseq.c:364:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fareyseq.c:441:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fareyseq.c:463:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fareyseq.c:486:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fareyseq.c:509:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fareyseq.c:532:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fareyseq.c:659:53: style:inconclusive: Function 'float2frac' argument 3 names different: declaration 'p' definition 'num'. [funcArgNamesDifferent] csound-6.18.1/Opcodes/fareyseq.c:218:53: note: Function 'float2frac' argument 3 names different: declaration 'p' definition 'num'. csound-6.18.1/Opcodes/fareyseq.c:659:53: note: Function 'float2frac' argument 3 names different: declaration 'p' definition 'num'. csound-6.18.1/Opcodes/fareyseq.c:659:67: style:inconclusive: Function 'float2frac' argument 4 names different: declaration 'q' definition 'denom'. [funcArgNamesDifferent] csound-6.18.1/Opcodes/fareyseq.c:218:65: note: Function 'float2frac' argument 4 names different: declaration 'q' definition 'denom'. csound-6.18.1/Opcodes/fareyseq.c:659:67: note: Function 'float2frac' argument 4 names different: declaration 'q' definition 'denom'. csound-6.18.1/Opcodes/fareyseq.c:391:19: style: Local variable 'p' shadows outer argument [shadowArgument] csound-6.18.1/Opcodes/fareyseq.c:351:56: note: Shadowed declaration csound-6.18.1/Opcodes/fareyseq.c:391:19: note: Shadow variable csound-6.18.1/Opcodes/fareyseq.c:403:19: style: Local variable 'p' shadows outer argument [shadowArgument] csound-6.18.1/Opcodes/fareyseq.c:351:56: note: Shadowed declaration csound-6.18.1/Opcodes/fareyseq.c:403:19: note: Shadow variable csound-6.18.1/Opcodes/fareyseq.c:575:19: style: Variable 'i_exp' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/filter.c:204:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/filter.c:256:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/filter.c:273:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/filter.c:354:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/filter.c:376:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/filter.c:617:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/filter.c:882:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/filter.c:685:24: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] csound-6.18.1/Opcodes/filter.c:212:13: style: Variable 'coeffs' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/filter.c:275:13: style: Variable 'a' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/filter.c:276:13: style: Variable 'b' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/filter.c:327:13: style: Variable 'a' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/filter.c:328:13: style: Variable 'b' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/filter.c:379:13: style: Variable 'b' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/filter.c:444:34: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/filter.c:543:32: style: Parameter 'a' can be declared as pointer to const. However it seems that 'sortfun' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/filter.c:535:52: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/filter.c:543:32: note: Parameter 'a' can be declared as pointer to const csound-6.18.1/Opcodes/filter.c:543:43: style: Parameter 'b' can be declared as pointer to const. However it seems that 'sortfun' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/filter.c:535:52: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/filter.c:543:43: note: Parameter 'b' can be declared as pointer to const csound-6.18.1/Opcodes/flanger.c:32:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/flanger.c:57:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/flanger.c:89:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/flanger.c:116:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/flanger.c:183:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/flanger.c:215:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/flanger.c:345:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/flanger.c:45:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/flanger.c:100:32: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/flanger.c:105:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/flanger.c:107:12: style: Variable 'freq_del' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/flanger.c:209:32: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/flanger.c:212:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/flanger.c:222:13: style: Variable 'freq_del1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/flanger.c:231:13: style: Variable 'freq_del2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/fm4op.c:164:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:183:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:226:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flen [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:264:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:306:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:344:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:389:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:429:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:483:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flen [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:508:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:537:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:592:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flen [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:620:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:653:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:709:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flen [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:965:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:1008:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:1058:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flen [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:1089:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:1124:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fm4op.c:58:47: style: Parameter 'coeffs' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/fm4op.c:76:51: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/fm4op.c:300:26: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/fm4op.c:423:24: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/fm4op.c:532:26: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/fm4op.c:647:27: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/fm4op.c:703:28: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/fm4op.c:1049:28: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/follow.c:36:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/follow.c:51:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/follow.c:94:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/follow.c:101:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/follow.c:155:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:69:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:83:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:280:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:321:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:408:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:426:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:435:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:494:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:559:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:567:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:632:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:675:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:739:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:785:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:801:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:859:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:919:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:966:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1020:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1077:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1158:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1177:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1263:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1274:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1297:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1446:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1520:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1528:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1540:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1604:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/fout.c:1000:21: style: Checking if unsigned expression 'p->remain' is less than zero. [unsignedLessThanZero] csound-6.18.1/Opcodes/fout.c:1055:21: style: Checking if unsigned expression 'p->remain' is less than zero. [unsignedLessThanZero] csound-6.18.1/Opcodes/fout.c:160:16: style: Variable 'filemode' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/fout.c:324:12: style: Variable 'data' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/fout.c:1260:29: style: Variable 'aincr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/fout.c:1480:14: style: Variable 'j' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/framebuffer.c:98:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/framebuffer.c:123:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/framebuffer.c:133:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/framebuffer.c:193:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/framebuffer.c:247:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/framebuffer.c:273:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/framebuffer.c:296:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/framebuffer.c:337:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/framebuffer.c:117:51: style: Parameter 'inputFrame' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/framebuffer.c:267:37: style: Parameter 'inputSamples' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/framebuffer.c:289:58: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/framebuffer.c:412:19: style: Variable 'array' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/freeverb.c:103:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/freeverb.c:111:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/freeverb.c:131:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/freeverb.c:179:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftconv.c:69:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftconv.c:126:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftconv.c:170:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftconv.c:255:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftconv.c:315:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftconv.c:59:57: style: Variable 'rbEndP' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ftest.c:45:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftest.c:65:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftest.c:92:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftest.c:115:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftest.c:143:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftest.c:103:45: style: Parameter 'pOrder' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/ftgen.c:61:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:87:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVTBLK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:177:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:191:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:204:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:217:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:235:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:250:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:478:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:485:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:491:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:619:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPDS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:631:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:638:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:649:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVTBLK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:722:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:773:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:814:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftgen.c:433:13: style: Variable 'ftp' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Opcodes/ftgen.c:425:11: note: ftp is assigned csound-6.18.1/Opcodes/ftgen.c:433:13: note: ftp is overwritten csound-6.18.1/Opcodes/ftgen.c:433:13: style: Variable 'ftp' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Opcodes/ftgen.c:431:14: note: ftp is assigned csound-6.18.1/Opcodes/ftgen.c:433:13: note: ftp is overwritten csound-6.18.1/Opcodes/ftgen.c:524:15: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ftgen.c:527:18: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ftgen.c:544:15: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ftgen.c:549:18: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ftgen.c:744:11: style: Variable 'src' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ftgen.c:767:41: style: Variable 'end' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ftsamplebank.cpp:71:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftsamplebank.cpp:74:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftsamplebank.cpp:108:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftsamplebank.cpp:111:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftsamplebank.cpp:121:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftsamplebank.cpp:151:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftsamplebank.cpp:269:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ftsamplebank.cpp:144:21: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] csound-6.18.1/Opcodes/ftsamplebank.cpp:292:21: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] csound-6.18.1/Opcodes/ftsamplebank.cpp:92:3: warning: Member variable 'kftsamplebank::numberOfFiles' is not initialized in the constructor. [uninitMemberVar] csound-6.18.1/Opcodes/ftsamplebank.cpp:92:3: warning: Member variable 'kftsamplebank::sDirectory' is not initialized in the constructor. [uninitMemberVar] csound-6.18.1/Opcodes/ftsamplebank.cpp:70:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:105:47: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:117:47: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:249:59: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:255:43: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:265:24: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:332:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:333:7: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:334:7: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:335:7: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:339:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:340:7: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:341:7: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:356:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:357:7: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/ftsamplebank.cpp:133:30: style: The scope of the variable 'fileNames' can be reduced. [variableScope] csound-6.18.1/Opcodes/ftsamplebank.cpp:241:9: style: The scope of the variable 'extension' can be reduced. [variableScope] csound-6.18.1/Opcodes/ftsamplebank.cpp:241:21: style: The scope of the variable 'file' can be reduced. [variableScope] csound-6.18.1/Opcodes/ftsamplebank.cpp:286:17: style: The scope of the variable 'fileExtension' can be reduced. [variableScope] csound-6.18.1/Opcodes/ftsamplebank.cpp:287:9: style: The scope of the variable 'noOfFiles' can be reduced. [variableScope] csound-6.18.1/Opcodes/ftsamplebank.cpp:143:22: style: Variable 'ent' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ftsamplebank.cpp:253:14: style: Variable 'argType' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ftsamplebank.cpp:291:22: style: Variable 'ent' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:47:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:71:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:122:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:129:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:173:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:187:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:207:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:226:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:233:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:275:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:282:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:343:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:351:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:468:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:504:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:555:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:565:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:589:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:622:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:645:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:669:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:696:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:720:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:734:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:755:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:762:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:829:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:856:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:953:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/gab.c:65:23: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:111:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:130:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:133:12: style: Variable 'rslt' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:234:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:236:12: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:353:12: style: Variable 'ip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:496:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:496:20: style: Variable 'freqtp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:496:29: style: Variable 'amptp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:497:26: style: Variable 'freqtbl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:497:36: style: Variable 'amptbl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:653:14: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/gab.c:727:15: style: Variable 'chk' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/hvs.c:84:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/hvs.c:131:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/hvs.c:171:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/hvs.c:231:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/hvs.c:272:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/hvs.c:366:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/hvs.c:417:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/hvs.c:486:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/hvs.c:517:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/hvs.c:61:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/hvs.c:148:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/hvs.c:248:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/hvs.c:392:31: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/hvs.c:472:14: style: Variable 'curtab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/hvs.c:472:30: style: Variable 'nxttab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/newgabopc.c:44:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:63:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:80:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:87:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:128:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:149:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:201:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:231:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:271:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:314:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable randGab [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:372:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:391:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/newgabopc.c:38:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/newgabopc.c:51:12: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/newgabopc.c:53:13: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/newgabopc.c:150:30: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/newgabopc.c:227:48: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/newgabopc.c:267:48: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/sliderTable.c:175:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:180:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:197:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:202:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:219:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:224:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:240:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:245:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:396:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:401:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:420:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:425:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:444:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:449:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:467:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:472:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:519:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initvalue [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:534:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:584:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:596:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:684:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/sliderTable.c:530:24: portability: Undefined behaviour, pointer arithmetic 'p->ftp-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Opcodes/gab/sliderTable.c:175:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/Opcodes/gab/sliderTable.c:197:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/Opcodes/gab/sliderTable.c:219:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/Opcodes/gab/sliderTable.c:240:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/Opcodes/gab/sliderTable.c:396:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/Opcodes/gab/sliderTable.c:420:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/Opcodes/gab/sliderTable.c:444:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/Opcodes/gab/sliderTable.c:467:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/Opcodes/gab/sliderTable.c:180:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/sliderTable.c:202:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/sliderTable.c:224:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/sliderTable.c:245:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/sliderTable.c:401:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/sliderTable.c:425:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/sliderTable.c:449:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/sliderTable.c:472:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/tabmorph.c:55:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/tabmorph.c:88:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/tabmorph.c:139:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/tabmorph.c:148:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/tabmorph.c:215:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/tabmorph.c:299:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/tabmorph.c:36:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/tabmorph.c:151:12: style: Variable 'index' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/tabmorph.c:153:12: style: Variable 'tabndx1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/tabmorph.c:154:12: style: Variable 'tabndx2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/tabmorph.c:219:12: style: Variable 'index' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:63:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:78:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:126:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:134:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:213:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:226:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:242:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:251:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:293:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:308:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:335:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:343:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:392:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:405:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:429:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:437:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:473:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:516:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:522:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:575:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:581:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:619:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:641:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:679:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:700:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:755:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:761:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:839:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:889:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:967:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1010:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1089:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1138:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1217:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1265:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1344:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1393:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1472:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1520:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1599:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1686:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1735:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1752:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1781:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1803:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1842:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1869:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1918:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:1977:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2019:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2080:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2141:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2188:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2220:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPOS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2294:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2321:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2437:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2462:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2506:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2563:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:2642:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gab/vectorial.c:32:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:34:12: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:85:12: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:137:12: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:200:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:203:12: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:218:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:234:12: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:253:12: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:254:12: style: Variable 'xndx' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:397:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:415:13: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:440:12: style: Variable 'xndx' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:444:13: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:469:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:1195:21: style: Variable 'ftp2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:1730:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:1758:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:1760:31: style: Variable 'vecInit' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:1902:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2003:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2114:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2180:38: style: Variable 'inVec' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2208:31: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2271:18: style: Variable 'curtab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2271:27: style: Variable 'nxttab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2300:18: style: Variable 'curtab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2300:27: style: Variable 'nxttab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2482:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2484:23: style: Variable 'initVec' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2521:39: style: Variable 'initVec' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2531:23: style: Variable 'previous' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2531:55: style: Variable 'ruleVec' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gab/vectorial.c:2558:14: style: Variable 'actual' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/gammatone.c:57:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gammatone.c:71:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gammatone.c:115:13: style: Local variable 'cc' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/gammatone.c:68:11: note: Shadowed declaration csound-6.18.1/Opcodes/gammatone.c:115:13: note: Shadow variable csound-6.18.1/Opcodes/gammatone.c:115:34: style: Local variable 'ss' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/gammatone.c:68:15: note: Shadowed declaration csound-6.18.1/Opcodes/gammatone.c:115:34: note: Shadow variable csound-6.18.1/Opcodes/gendy.c:92:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gendy.c:122:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gendy.c:181:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gendy.c:189:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gendy.c:254:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gendy.c:316:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gendy.c:324:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gendy.c:397:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gendy.c:462:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/gendy.c:470:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/grain.c:48:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/grain.c:91:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/grain.c:206:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/grain.c:83:18: style: Variable 'gtp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/grain.c:83:24: style: Variable 'etp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/grain4.c:122:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/grain4.c:268:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/grain4.c:439:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DV32768 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/grain4.c:264:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/grain4.c:264:24: style: Variable 'ftp_env' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/harmon.c:103:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ONEPT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/harmon.c:153:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/harmon.c:419:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int16 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/harmon.c:434:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int16 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/harmon.c:450:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int16 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/harmon.c:186:36: style: Variable 'plim' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/harmon.c:316:18: style: Variable 'sigp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/harmon.c:324:18: style: Variable 'sigp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfearly.c:77:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ROOT2 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfearly.c:131:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfearly.c:242:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfearly.c:788:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfearly.c:730:13: style: Redundant initialization for 'maxdist'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/Opcodes/hrtfearly.c:269:19: note: maxdist is initialized csound-6.18.1/Opcodes/hrtfearly.c:730:13: note: maxdist is overwritten csound-6.18.1/Opcodes/hrtfearly.c:740:17: style: Redundant initialization for 'surfacearea'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/Opcodes/hrtfearly.c:275:23: note: surfacearea is initialized csound-6.18.1/Opcodes/hrtfearly.c:740:17: note: surfacearea is overwritten csound-6.18.1/Opcodes/hrtfearly.c:843:18: style: Variable 'skip' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/hrtferX.c:73:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtferX.c:298:0: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtferX.c:101:42: style: Condition '*((unsigned char*)&bytrev_test)==(unsigned char)0x34' is always false [knownConditionTrueFalse] csound-6.18.1/Opcodes/hrtferX.c:100:19: note: Assignment 'bytrev_test=0x1234', assigned value is 4660 csound-6.18.1/Opcodes/hrtferX.c:101:42: note: Condition '*((unsigned char*)&bytrev_test)==(unsigned char)0x34' is always false csound-6.18.1/Opcodes/hrtferX.c:83:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/Opcodes/hrtferX.c:152:17: style: Variable 'aIn' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtferX.c:152:23: style: Variable 'kAz' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtferX.c:152:29: style: Variable 'kElev' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfopcodes.c:227:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfopcodes.c:597:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfopcodes.c:1393:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfopcodes.c:1907:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfopcodes.c:2058:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfopcodes.c:2268:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfopcodes.c:1417:12: style: Variable 'fpindexl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfopcodes.c:1418:12: style: Variable 'fpindexr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfopcodes.c:1884:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfopcodes.c:2226:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfopcodes.c:2254:12: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfopcodes.c:2262:12: style: Variable 'fpindexl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfopcodes.c:2263:12: style: Variable 'fpindexr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfopcodes.c:517:43: style: Variable 'skip' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/hrtfopcodes.c:2236:19: style: Variable 'outsuml' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/hrtfopcodes.c:2236:38: style: Variable 'outsumr' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/hrtfopcodes.c:2265:21: style: Variable 'skip' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/hrtfreverb.c:231:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfreverb.c:885:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/hrtfreverb.c:233:12: style: Variable 'fpindexl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfreverb.c:233:23: style: Variable 'fpindexr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfreverb.c:889:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfreverb.c:900:14: style: Variable 'delaysp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfreverb.c:919:12: style: Variable 'gip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfreverb.c:919:18: style: Variable 'aip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/hrtfreverb.c:248:24: style: Variable 'skipdouble' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/ifd.c:84:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ifd.c:222:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ifd.c:236:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ifd.c:276:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ifd.c:356:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ifd.c:403:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ifd.c:169:10: style: Variable 'diffwin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ifd.c:170:11: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ifd.c:230:11: style: Variable 'sigin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ifd.c:365:11: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ifd.c:370:12: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/lfsr.cpp:123:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lfsr.cpp:131:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lfsr.cpp:138:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ik [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lfsr.cpp:89:34: style: struct member 'LFSR::otypes' is never used. [unusedStructMember] csound-6.18.1/Opcodes/lfsr.cpp:90:34: style: struct member 'LFSR::itypes' is never used. [unusedStructMember] csound-6.18.1/Opcodes/linuxjoystick.c:61:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/linuxjoystick.c:107:50: portability: '(void*)&js' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] csound-6.18.1/Opcodes/liveconv.c:56:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NO_LOAD [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/liveconv.c:150:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/liveconv.c:218:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/liveconv.c:260:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/liveconv.c:333:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/liveconv.c:55:15: style: Redundant initialization for 'iter'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/Opcodes/liveconv.c:49:18: note: iter is initialized csound-6.18.1/Opcodes/liveconv.c:55:15: note: iter is overwritten csound-6.18.1/Opcodes/liveconv.c:72:61: style: Parameter 'now' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/liveconv.c:137:57: style: Variable 'rbEndP' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/liveconv.c:245:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/liveconv.c:147:15: style: Variable 'outBufPtr' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/locsig.c:46:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/locsig.c:74:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/locsig.c:168:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/locsig.c:179:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/locsig.c:243:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/locsig.c:69:50: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/locsig.c:176:13: style: Variable 'q' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/loscilx.c:53:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/loscilx.c:250:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/loscilx.c:397:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/loscilx.c:538:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/loscilx.c:870:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/loscilx.c:190:31: style: Condition '(int32_t)0x80000000U>=(int32_t)0' is always false [knownConditionTrueFalse] csound-6.18.1/Opcodes/lowpassr.c:39:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lowpassr.c:52:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lowpassr.c:96:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lowpassr.c:152:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lowpassr.c:207:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lowpassr.c:259:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lowpassr.c:271:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lowpassr.c:318:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lowpassr.c:331:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lowpassr.c:395:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lowpassr.c:45:17: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/lowpassr.c:88:17: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/lowpassr.c:90:12: style: Variable 'fco' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/lowpassr.c:91:12: style: Variable 'res' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/lowpassr.c:144:17: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/lowpassr.c:146:12: style: Variable 'fco' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/lowpassr.c:199:17: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/lowpassr.c:202:12: style: Variable 'res' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/lowpassr.c:266:19: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/lowpassr.c:325:19: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/lufs.c:144:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lufs.c:153:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lufs.c:292:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/lufs.c:303:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mandolin.c:86:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mandolin.c:135:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/metro.c:72:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/metro.c:83:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/metro.c:104:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/metro.c:135:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/metro.c:151:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/metro.c:203:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/metro.c:237:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/metro.c:245:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/metro.c:262:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/metro.c:361:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/metro.c:196:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/metro.c:216:14: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/metro.c:242:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/metro.c:243:12: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/metro.c:262:12: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops2.c:56:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:77:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:97:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:120:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:158:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:181:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:210:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:247:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:273:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:302:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:323:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:343:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:363:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:398:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:422:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:452:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:489:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:514:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:543:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:561:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:581:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:614:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:648:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops2.c:187:26: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops2.c:223:15: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops2.c:224:28: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops2.c:280:28: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops2.c:375:15: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops2.c:376:28: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops2.c:428:28: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops2.c:465:15: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops2.c:466:28: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops2.c:520:28: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops2.c:597:14: style: Variable 'chnp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops3.c:102:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:107:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:112:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:117:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:122:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:127:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:132:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:137:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:214:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:219:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:224:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:229:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:234:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:239:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:244:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:249:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:292:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:297:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:302:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:307:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:389:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:394:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:399:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:404:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:458:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:463:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_val [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:599:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/midiops3.c:107:5: portability: Undefined behaviour, pointer arithmetic 'p->ftp-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Opcodes/midiops3.c:117:5: portability: Undefined behaviour, pointer arithmetic 'p->ftp-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Opcodes/midiops3.c:127:5: portability: Undefined behaviour, pointer arithmetic 'p->ftp-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Opcodes/midiops3.c:137:5: portability: Undefined behaviour, pointer arithmetic 'p->ftp-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Opcodes/midiops3.c:219:5: portability: Undefined behaviour, pointer arithmetic 'p->ftp-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Opcodes/midiops3.c:229:5: portability: Undefined behaviour, pointer arithmetic 'p->ftp-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Opcodes/midiops3.c:239:5: portability: Undefined behaviour, pointer arithmetic 'p->ftp-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Opcodes/midiops3.c:249:5: portability: Undefined behaviour, pointer arithmetic 'p->ftp-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Opcodes/midiops3.c:394:5: portability: Undefined behaviour, pointer arithmetic 'p->ftp-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Opcodes/midiops3.c:404:5: portability: Undefined behaviour, pointer arithmetic 'p->ftp-1' is out of bounds. [pointerOutOfBounds] csound-6.18.1/Opcodes/midiops3.c:107:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops3.c:117:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops3.c:127:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops3.c:137:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops3.c:219:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops3.c:229:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops3.c:239:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops3.c:249:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops3.c:394:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/midiops3.c:404:5: style: Variable 'chanblock' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/minmax.c:55:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:79:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:103:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:127:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:153:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:184:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:216:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:247:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:291:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:312:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:334:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:355:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/minmax.c:57:14: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/minmax.c:81:14: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/minmax.c:156:14: style: Variable 'in1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/minmax.c:187:14: style: Variable 'in1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/minmax.c:279:14: style: Variable 'in1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/minmax.c:300:14: style: Variable 'in1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/mixer.cpp:101:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:110:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:137:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:139:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:145:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:179:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ksmps [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:188:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:202:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:229:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ksmps [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:242:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:256:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:274:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:295:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mixer.cpp:56:9: warning:inconclusive: Possible null pointer dereference: busses [nullPointer] csound-6.18.1/Opcodes/mixer.cpp:54:17: note: Assignment 'busses=0', assigned value is 0 csound-6.18.1/Opcodes/mixer.cpp:56:9: note: Null pointer dereference csound-6.18.1/Opcodes/mixer.cpp:331:16: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/mixer.cpp:337:33: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/mixer.cpp:338:33: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/mixer.cpp:339:33: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/modal4.c:47:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/modal4.c:99:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/modal4.c:251:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/modal4.c:316:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/modal4.c:372:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/modal4.c:409:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/modal4.c:460:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/modal4.c:495:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/modal4.c:95:38: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/modal4.c:136:33: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/modmatrix.c:57:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/modmatrix.c:217:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/modmatrix.c:246:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/modmatrix.c:129:16: style: Variable 'row' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/modmatrix.c:146:12: style: Variable 'src' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/modmatrix.c:211:12: style: Variable 'src' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/moog1.c:168:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/moog1.c:191:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/moog1.c:226:17: style: Local variable 'temp' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/moog1.c:192:17: note: Shadowed declaration csound-6.18.1/Opcodes/moog1.c:226:17: note: Shadow variable csound-6.18.1/Opcodes/mp3in.c:63:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mp3in.c:82:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPADEC_CONFIG_MONO [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mp3in.c:220:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mp3in.c:278:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP3DEC_RETCODE_OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mp3in.c:363:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mp3in.c:394:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mp3in.c:459:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MP3DEC_RETCODE_OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mp3in.c:605:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mp3in.c:631:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/mp3in.c:210:23: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/mp3in.c:600:12: style: Variable 'buffer' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/mp3in.c:629:12: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/mp3in.c:636:12: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:71:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:89:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:173:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:270:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:369:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:467:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:550:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:647:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:746:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:839:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:858:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:923:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:937:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:999:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1010:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1061:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1113:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1164:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1215:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1265:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1315:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1364:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1413:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1487:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1562:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1638:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1725:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1736:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1825:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1911:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:1999:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2096:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2106:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2172:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2257:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2278:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2293:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2351:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2390:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2410:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2452:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2491:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2534:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2580:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2601:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2655:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2703:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2750:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2807:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2832:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2878:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2918:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:2959:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:3014:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:3055:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:3136:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:3212:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:3294:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:3376:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:3399:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:3530:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/newfils.c:3147:5: style: Redundant initialization for 'Q'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/Opcodes/newfils.c:3139:23: note: Q is initialized csound-6.18.1/Opcodes/newfils.c:3147:5: note: Q is overwritten csound-6.18.1/Opcodes/newfils.c:77:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:160:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:161:12: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:162:12: style: Variable 'res' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:258:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:259:12: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:356:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:358:12: style: Variable 'res' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:455:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:537:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:538:12: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:539:12: style: Variable 'res' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:635:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:636:12: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:733:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:735:12: style: Variable 'res' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:842:41: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/newfils.c:848:11: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:926:41: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/newfils.c:929:11: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1005:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1055:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1055:28: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1108:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1108:23: style: Variable 'res' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1158:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1158:23: style: Variable 'res' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1158:38: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1210:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1259:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1259:28: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1310:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1310:23: style: Variable 'res' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1358:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1358:23: style: Variable 'res' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1358:38: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1408:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1481:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1481:28: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1557:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1632:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1632:38: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1731:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1819:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1819:28: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1906:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1993:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:1993:38: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2101:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2166:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2166:23: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2239:41: style: Parameter 'state' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/newfils.c:2352:10: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2405:21: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2447:21: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2486:21: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2488:10: style: Variable 'r' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2529:21: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2531:10: style: Variable 'r' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2603:10: style: Variable 'xl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2603:23: style: Variable 'xh' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2603:36: style: Variable 'xb' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2657:10: style: Variable 'xl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2657:23: style: Variable 'xh' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2657:36: style: Variable 'xb' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2705:10: style: Variable 'xl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2705:23: style: Variable 'xh' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2705:36: style: Variable 'xb' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2752:10: style: Variable 'xl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2752:23: style: Variable 'xh' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2752:36: style: Variable 'xb' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2834:10: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2880:10: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2920:10: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:2961:10: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3037:11: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3057:10: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3063:9: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3138:10: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3144:9: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3214:10: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3220:9: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3296:10: style: Variable 'x' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3302:9: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3377:34: style: Variable 'l' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3377:46: style: Variable 'r' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3400:10: style: Variable 'm' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3400:22: style: Variable 's' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/newfils.c:3215:31: style: Variable 'fac' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/nlfilt.c:68:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/nlfilt.c:83:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/nlfilt.c:184:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/nlfilt.c:232:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/nlfilt.c:242:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/nlfilt.c:259:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/nlfilt.c:278:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/nlfilt.c:302:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/nlfilt.c:323:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/nlfilt.c:90:14: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/nlfilt.c:164:14: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:79:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable uint32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:250:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:307:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:418:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:586:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:680:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:784:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:854:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1035:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1071:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1096:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1110:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1154:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1176:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1198:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1236:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1278:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1288:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1326:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1362:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1381:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1432:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1452:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1571:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1770:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1812:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1901:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable base_ftnum [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1969:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:1998:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:2060:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:2204:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:2231:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:2264:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:2272:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:2299:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:2357:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:2371:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:2641:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/oscbnk.c:0:0: debug: ValueFlow maximum iterations exceeded [valueFlowMaxIterations] csound-6.18.1/Opcodes/oscbnk.c:2028:41: warning: Either the condition '(*p->vco2_tables)[tnum]==NULL' is redundant or there is possible null pointer dereference: (*p->vco2_tables)[tnum]. [nullPointerRedundantCheck] csound-6.18.1/Opcodes/oscbnk.c:2019:35: note: Assuming that condition '(*p->vco2_tables)[tnum]==NULL' is not redundant csound-6.18.1/Opcodes/oscbnk.c:2028:41: note: Null pointer dereference csound-6.18.1/Opcodes/oscbnk.c:409:14: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:682:22: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:682:27: style: Variable 'w_ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:846:35: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:846:40: style: Variable 'w_ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1170:17: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1195:21: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1233:21: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1285:21: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1323:21: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1323:34: style: Variable 'xcps' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1323:41: style: Variable 'xamp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1378:21: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1448:21: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1448:34: style: Variable 'xcps' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1448:48: style: Variable 'async' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:1641:63: style: Parameter 'tp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/oscbnk.c:1653:66: style: Parameter 'tp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/oscbnk.c:1983:17: style: Variable 'tnums' can be declared as const array [constVariable] csound-6.18.1/Opcodes/oscbnk.c:1984:17: style: Variable 'modes' can be declared as const array [constVariable] csound-6.18.1/Opcodes/oscbnk.c:2065:38: style: Variable 'ftable' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/oscbnk.c:2375:19: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/padsynth_gen.cpp:110:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_WARNMSG [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/padsynth_gen.cpp:120:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_WARNMSG [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/padsynth_gen.cpp:506:35: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/pan2.c:48:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pan2.c:59:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pan2.c:55:12: style: Variable 'ain' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/partials.c:107:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable uint32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partials.c:489:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partials.c:506:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partials.c:528:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partials.c:543:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partials.c:429:13: style: Variable 'fin1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/partials.c:433:14: style: Variable 'bins' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/partials.c:434:17: style: Variable 'trndx' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/partials.c:517:12: style: Variable 'tracks' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/partials.c:224:23: style: Variable 'test1' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/partials.c:224:34: style: Variable 'test2' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/partials.c:518:15: style: Variable 'i' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/partikkel.c:112:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FUNC [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:225:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:388:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:552:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:688:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:716:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:732:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:804:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:857:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:864:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:894:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:927:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:960:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/partikkel.c:407:24: style: Local variable 'offset' shadows outer argument [shadowArgument] csound-6.18.1/Opcodes/partikkel.c:333:34: note: Shadowed declaration csound-6.18.1/Opcodes/partikkel.c:407:24: note: Shadow variable csound-6.18.1/Opcodes/partikkel.c:905:16: style: Local variable 'partikkel' shadows outer function [shadowFunction] csound-6.18.1/Opcodes/partikkel.c:794:16: note: Shadowed declaration csound-6.18.1/Opcodes/partikkel.c:905:16: note: Shadow variable csound-6.18.1/Opcodes/partikkel.c:938:16: style: Local variable 'partikkel' shadows outer function [shadowFunction] csound-6.18.1/Opcodes/partikkel.c:794:16: note: Shadowed declaration csound-6.18.1/Opcodes/partikkel.c:938:16: note: Shadow variable csound-6.18.1/Opcodes/partikkel.c:194:43: style: Parameter 'grain' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/partikkel.c:342:12: style: Variable 'gainmasks' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/partikkel.c:343:12: style: Variable 'chanmasks' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/partikkel.c:344:12: style: Variable 'freqstarts' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/partikkel.c:345:12: style: Variable 'freqends' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/partikkel.c:346:12: style: Variable 'fmamps' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/partikkel.c:347:12: style: Variable 'wavgains' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/partikkel.c:447:16: style: Variable 'samplepos' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/paulstretch.c:96:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/paulstretch.c:140:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/paulstretch.c:181:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/paulstretch.c:71:12: style: Variable 'hinv_buf' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/paulstretch.c:73:12: style: Variable 'tbl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/paulstretch.c:74:12: style: Variable 'window' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/phisem.c:193:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:218:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:295:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:324:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:405:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:433:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:460:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:493:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:538:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:660:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:707:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:806:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:848:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:948:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:992:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:1129:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/phisem.c:1181:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physmod.c:126:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physmod.c:165:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physmod.c:294:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physmod.c:353:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physmod.c:508:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physmod.c:566:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physmod.c:703:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physmod.c:730:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physmod.c:802:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physmod.c:857:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physmod.c:622:18: style: Redundant initialization for 'bridgeRefl'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/Opcodes/physmod.c:615:27: note: bridgeRefl is initialized csound-6.18.1/Opcodes/physmod.c:622:18: note: bridgeRefl is overwritten csound-6.18.1/Opcodes/physmod.c:623:15: style: Redundant initialization for 'nutRefl'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/Opcodes/physmod.c:615:44: note: nutRefl is initialized csound-6.18.1/Opcodes/physmod.c:623:15: note: nutRefl is overwritten csound-6.18.1/Opcodes/physmod.c:627:14: style: Redundant initialization for 'newVel'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/Opcodes/physmod.c:616:23: note: newVel is initialized csound-6.18.1/Opcodes/physmod.c:627:14: note: newVel is overwritten csound-6.18.1/Opcodes/physmod.c:625:15: style: Redundant initialization for 'velDiff'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/Opcodes/physmod.c:616:40: note: velDiff is initialized csound-6.18.1/Opcodes/physmod.c:625:15: note: velDiff is overwritten csound-6.18.1/Opcodes/physmod.c:624:17: style: Redundant initialization for 'stringVel'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/Opcodes/physmod.c:616:59: note: stringVel is initialized csound-6.18.1/Opcodes/physmod.c:624:17: note: stringVel is overwritten csound-6.18.1/Opcodes/physmod.c:710:58: style:inconclusive: Function 'DLineA_setDelay' argument 3 names different: declaration 'length' definition 'lag'. [funcArgNamesDifferent] csound-6.18.1/Opcodes/brass.h:76:50: note: Function 'DLineA_setDelay' argument 3 names different: declaration 'length' definition 'lag'. csound-6.18.1/Opcodes/physmod.c:710:58: note: Function 'DLineA_setDelay' argument 3 names different: declaration 'length' definition 'lag'. csound-6.18.1/Opcodes/physmod.c:407:17: style: Local variable 'temp' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/physmod.c:355:17: note: Shadowed declaration csound-6.18.1/Opcodes/physmod.c:407:17: note: Shadow variable csound-6.18.1/Opcodes/physmod.c:55:47: style: Parameter 'r' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/physmod.c:169:12: style: Variable 'v_data' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/physmod.c:357:18: style: Variable 'v_data' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/physmod.c:483:47: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/physmod.c:760:30: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/physmod.c:861:12: style: Variable 'v_data' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/physutil.c:64:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physutil.c:354:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physutil.c:364:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physutil.c:374:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/physutil.c:478:45: style: Parameter 'coeffs' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/physutil.c:484:45: style: Parameter 'coeffs' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/pinker.c:151:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pinker.c:171:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pinker.c:127:9: portability: Casting from float * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/Opcodes/pinker.c:88:30: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/pitch.c:85:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXOCTS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:255:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:474:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:482:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:505:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:535:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable r [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:552:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:562:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:572:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:588:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:598:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:608:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:663:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:691:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:746:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:765:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:839:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1000:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1178:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1195:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1211:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1309:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1318:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1422:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1475:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1562:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1579:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1642:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1650:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1701:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPOS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1753:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPOS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1805:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1831:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1899:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPOS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:1968:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:2012:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:2093:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:2100:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:2148:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:2155:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:2226:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:2250:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:2305:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:2329:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:2395:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch.c:351:25: warning: Either the condition 'inp==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] csound-6.18.1/Opcodes/pitch.c:358:23: note: Assuming that condition 'inp==NULL' is not redundant csound-6.18.1/Opcodes/pitch.c:351:25: note: Null pointer addition csound-6.18.1/Opcodes/pitch.c:198:14: style: Local variable 'fltp' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pitch.c:60:17: note: Shadowed declaration csound-6.18.1/Opcodes/pitch.c:198:14: note: Shadow variable csound-6.18.1/Opcodes/pitch.c:355:41: style: Local variable 'a' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pitch.c:252:13: note: Shadowed declaration csound-6.18.1/Opcodes/pitch.c:355:41: note: Shadow variable csound-6.18.1/Opcodes/pitch.c:355:44: style: Local variable 'b' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pitch.c:252:16: note: Shadowed declaration csound-6.18.1/Opcodes/pitch.c:355:44: note: Shadow variable csound-6.18.1/Opcodes/pitch.c:355:47: style: Local variable 'c' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pitch.c:260:12: note: Shadowed declaration csound-6.18.1/Opcodes/pitch.c:355:47: note: Shadow variable csound-6.18.1/Opcodes/pitch.c:1496:17: style: Local variable 'n' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pitch.c:1475:14: note: Shadowed declaration csound-6.18.1/Opcodes/pitch.c:1496:17: note: Shadow variable csound-6.18.1/Opcodes/pitch.c:311:24: style: Variable 'lenp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:312:29: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:351:14: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:352:14: style: Variable 'inp2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:355:21: style: Variable 'fhip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:355:35: style: Variable 'ihip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:684:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:684:20: style: Variable 'freqtp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:684:29: style: Variable 'amptp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:685:26: style: Variable 'freqtbl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:685:36: style: Variable 'amptbl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:759:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:759:24: style: Variable 'mixtp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:760:45: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:760:52: style: Variable 'mtab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:991:12: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:1236:14: style: Variable 'cps' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:1314:25: style: Variable 'ain' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:1576:29: style: Variable 'ain' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:2151:25: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/pitch.c:2159:12: style: Variable 'ain' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:2244:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch.c:2321:12: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitch0.c:42:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch0.c:60:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch0.c:89:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable active [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch0.c:118:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable active [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch0.c:146:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cpuload [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch0.c:156:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cpuload [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch0.c:172:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maxalloc [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch0.c:182:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maxalloc [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch0.c:191:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch0.c:204:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch0.c:221:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitch0.c:220:17: style: Variable 'pfield' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitchtrack.c:299:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitchtrack.c:388:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitchtrack.c:442:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitchtrack.c:472:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitchtrack.c:496:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitchtrack.c:612:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitchtrack.c:631:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pitchtrack.c:129:12: style: Variable 'sig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitchtrack.c:130:12: style: Variable 'sinus' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitchtrack.c:438:12: style: Variable 'sig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitchtrack.c:500:12: style: Variable 's' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitchtrack.c:560:27: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/pitchtrack.c:625:12: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pitchtrack.c:101:11: style: struct member 'histopeak::hused' is never used. [unusedStructMember] csound-6.18.1/Opcodes/pitchtrack.c:348:25: style: Variable 'histpeak.hvalue' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/pitchtrack.c:354:27: style: Variable 'histpeak.hvalue' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/pitchtrack.c:356:36: style: Variable 'histpeak.hpitch' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/pitchtrack.c:357:26: style: Variable 'histpeak.hloud' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/platerev.c:110:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/platerev.c:119:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/platerev.c:55:11: style: Variable 'inp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/platerev.c:55:17: style: Variable 'outp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pluck.c:76:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pluck.c:96:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pluck.c:169:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pluck.c:203:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pluck.c:257:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pluck.c:323:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pluck.c:367:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pluck.c:136:37: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/pluck.c:205:12: style: Variable 'fdbk' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pluck.c:265:41: style: Parameter 'gr' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/pluck.c:343:40: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/psynth.c:95:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_TRACKS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:156:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:262:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_TRACKS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:325:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:469:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:608:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_TRACKS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:632:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:661:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:701:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_TRACKS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:724:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:786:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:807:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_TRACKS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:887:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:903:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_TRACKS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:963:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:982:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_TRACKS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:1011:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:1066:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_TRACKS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:1158:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:1175:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_TRACKS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:1204:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:1287:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/psynth.c:142:39: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/psynth.c:152:14: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:153:14: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:309:40: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/psynth.c:321:14: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:322:14: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:453:40: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/psynth.c:465:14: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:466:14: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:633:14: style: Variable 'framein' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:662:14: style: Variable 'framein' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:726:14: style: Variable 'framein' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:760:14: style: Variable 'framein' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:845:14: style: Variable 'framein' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:932:14: style: Variable 'framein2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:934:14: style: Variable 'framein1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:1012:14: style: Variable 'fil' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:1013:14: style: Variable 'framein' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:1099:14: style: Variable 'framein1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:1201:14: style: Variable 'framein' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/psynth.c:150:24: style: Variable 'contin' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:180:15: style: Variable 'j' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:317:18: style: Variable 'i' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:319:24: style: Variable 'contin' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:352:15: style: Variable 'j' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:463:24: style: Variable 'contin' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:495:15: style: Variable 'j' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:1010:35: style: Variable 'gain' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:1018:23: style: Variable 'pos' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:1018:39: style: Variable 'frac' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:1019:24: style: Variable 'posi' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:1100:19: style: Variable 'i' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:1100:26: style: Variable 'j' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:1181:26: style: Variable 'numbins' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:1202:15: style: Variable 'i' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/psynth.c:1202:22: style: Variable 'n' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/pvadd.c:68:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvadd.c:145:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvadd.c:242:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvadd.c:41:23: style: Variable 'frame1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvadd.c:139:19: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvadd.c:148:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvinterp.c:41:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvinterp.c:141:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvinterp.c:155:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvinterp.c:277:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvinterp.c:347:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvinterp.c:469:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvinterp.c:509:45: style: Condition '(int32_t)specwp' is always true [knownConditionTrueFalse] csound-6.18.1/Opcodes/pvlock.c:112:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:181:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:241:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:446:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:648:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:663:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:682:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:902:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:1124:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_SND_R [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:1183:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:1197:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:1445:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:1486:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:1517:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:1560:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:1629:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:1637:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvlock.c:236:32: style: Variable 'time' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:238:12: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:246:15: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:441:32: style: Variable 'time' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:443:12: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:451:15: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:679:12: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:687:12: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:899:12: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:907:12: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:1194:12: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:1202:12: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:1458:8: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:1568:12: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvlock.c:1570:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvocext.c:40:14: style: Parameter 'inp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/pvocext.c:130:14: style: Parameter 'ampfunc' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/pvocext.c:51:53: style: Variable 'freqdiff' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/pvread.c:77:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvread.c:115:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvread.c:139:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvread.c:47:14: style: Variable 'frame1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvs_ops.c:46:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsband.c:50:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsband.c:94:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsband.c:203:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsband.c:299:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsband.c:100:16: style: Local variable 'fin' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsband.c:80:14: note: Shadowed declaration csound-6.18.1/Opcodes/pvsband.c:100:16: note: Shadow variable csound-6.18.1/Opcodes/pvsband.c:101:16: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsband.c:81:14: note: Shadowed declaration csound-6.18.1/Opcodes/pvsband.c:101:16: note: Shadow variable csound-6.18.1/Opcodes/pvsband.c:209:16: style: Local variable 'fin' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsband.c:189:14: note: Shadowed declaration csound-6.18.1/Opcodes/pvsband.c:209:16: note: Shadow variable csound-6.18.1/Opcodes/pvsband.c:210:16: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsband.c:190:14: note: Shadowed declaration csound-6.18.1/Opcodes/pvsband.c:210:16: note: Shadow variable csound-6.18.1/Opcodes/pvsband.c:80:14: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsband.c:189:14: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:51:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:87:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:133:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:210:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:216:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:285:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _MM_DENORMALS_ZERO_ON [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:325:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:353:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:470:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:510:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:593:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:643:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable overlap [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:798:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable overlap [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:968:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:998:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1050:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1056:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1128:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1210:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1222:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable re [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1249:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1293:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1341:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1418:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1453:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1504:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1547:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1615:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1666:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1858:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:1899:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2094:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2123:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2255:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2319:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2415:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2456:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2555:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2585:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2674:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2692:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2705:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2733:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2752:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2774:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2808:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2832:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:2918:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbasic.c:84:13: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:80:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:84:13: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:84:20: style: Local variable 'fa' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:80:19: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:84:20: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:146:12: style: Local variable 'bframe' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:134:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:146:12: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1126:12: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1113:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1126:12: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1128:14: style: Local variable 'n' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1116:24: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1128:14: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1451:13: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1447:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1451:13: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1451:20: style: Local variable 'fa' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1447:19: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1451:20: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1451:25: style: Local variable 'fb' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1447:24: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1451:25: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1548:12: style: Local variable 'fin' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1537:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1548:12: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1548:18: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1538:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1548:18: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1548:25: style: Local variable 'fil' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1539:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1548:25: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1549:11: style: Local variable 'g' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1535:11: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1549:11: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1675:13: style: Local variable 'g' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1660:11: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1675:13: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1677:16: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1662:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1677:16: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1681:16: style: Local variable 'max' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1657:11: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1681:16: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1682:16: style: Local variable 'fin' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1661:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1682:16: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1683:16: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1662:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1683:16: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1754:27: style: Local variable 'j' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1727:15: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1754:27: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1918:11: style: Local variable 'g' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1904:11: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1918:11: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1922:14: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1906:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1922:14: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1925:43: style: Local variable 'max' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1901:11: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1925:43: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1926:14: style: Local variable 'fin' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1905:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1926:14: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:1927:14: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:1906:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:1927:14: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:2323:16: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:2312:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:2323:16: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:2327:16: style: Local variable 'fin' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:2311:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:2327:16: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:2328:16: style: Local variable 'fout' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:2312:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:2328:16: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:2329:16: style: Local variable 'delay' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:2313:12: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:2329:16: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:2598:17: style: Local variable 'j' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/pvsbasic.c:2570:17: note: Shadowed declaration csound-6.18.1/Opcodes/pvsbasic.c:2598:17: note: Shadow variable csound-6.18.1/Opcodes/pvsbasic.c:80:19: style: Variable 'fa' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:283:13: style: Variable 'on' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:432:10: style: Variable 'frame1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:433:10: style: Variable 'frame2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:648:10: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:651:31: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:803:10: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:806:31: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:1026:19: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:1383:21: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:1447:19: style: Variable 'fa' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:1447:24: style: Variable 'fb' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:1537:12: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:1539:12: style: Variable 'fil' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:2311:12: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:2327:16: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:2449:12: style: Variable 'ftable' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbasic.c:2488:23: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbuffer.c:66:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbuffer.c:115:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbuffer.c:168:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbuffer.c:185:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbuffer.c:255:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsbuffer.c:104:13: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbuffer.c:212:13: style: Variable 'frame1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbuffer.c:212:22: style: Variable 'frame2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbuffer.c:257:35: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbuffer.c:281:14: style: Variable 'frame1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsbuffer.c:281:23: style: Variable 'frame2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvscent.c:41:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvscent.c:54:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvscent.c:85:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvscent.c:140:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvscent.c:198:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvscent.c:225:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvscent.c:317:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvscent.c:336:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvscent.c:467:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvscent.c:64:14: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvscent.c:115:14: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvscent.c:156:14: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvscent.c:226:46: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvscent.c:242:14: style: Variable 'win' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvscent.c:330:34: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'pvspitch_process' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/pvscent.c:460:56: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/pvscent.c:330:34: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Opcodes/pvscent.c:333:12: style: Variable 'Frame' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsdemix.c:82:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsdemix.c:181:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsdemix.c:200:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsgendy.c:47:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsgendy.c:83:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsgendy.c:75:14: style: Variable 'finf' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsops.cpp:34:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pvs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsops.cpp:48:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable framecount [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsops.cpp:81:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pvs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsops.cpp:102:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable framecount [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsops.cpp:181:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsops.cpp:265:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsops.cpp:299:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsops.cpp:319:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsops.cpp:323:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsops.cpp:354:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsops.cpp:470:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ik [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/pvsops.cpp:230:16: style: The scope of the variable 'ins' can be reduced. [variableScope] csound-6.18.1/Opcodes/pvsops.cpp:230:22: style: The scope of the variable 'irs' can be reduced. [variableScope] csound-6.18.1/Opcodes/pvsops.cpp:357:12: style: Variable 'sig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/pvsops.cpp:28:32: style: struct member 'PVTrace::otypes' is never used. [unusedStructMember] csound-6.18.1/Opcodes/pvsops.cpp:29:32: style: struct member 'PVTrace::itypes' is never used. [unusedStructMember] csound-6.18.1/Opcodes/pvsops.cpp:73:32: style: struct member 'PVTrace2::otypes' is never used. [unusedStructMember] csound-6.18.1/Opcodes/pvsops.cpp:74:32: style: struct member 'PVTrace2::itypes' is never used. [unusedStructMember] csound-6.18.1/Opcodes/pvsops.cpp:284:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] csound-6.18.1/Opcodes/pvsops.cpp:291:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] csound-6.18.1/Opcodes/quadbezier.c:81:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/quadbezier.c:55:51: style: Parameter 'ftp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/repluck.c:40:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/repluck.c:57:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/repluck.c:153:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/repluck.c:245:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/repluck.c:264:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/repluck.c:316:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/repluck.c:124:33: style: Parameter 'dl' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/repluck.c:134:34: style: Parameter 'dl' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/repluck.c:257:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/reverbsc.c:105:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/reverbsc.c:160:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/reverbsc.c:172:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/reverbsc.c:215:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:57:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:123:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:274:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:458:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:635:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:647:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:739:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:747:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:761:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:778:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:797:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:823:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:840:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:845:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansyn.c:328:17: style: Local variable 'len' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/scansyn.c:224:14: note: Shadowed declaration csound-6.18.1/Opcodes/scansyn.c:328:17: note: Shadow variable csound-6.18.1/Opcodes/scansyn.c:379:13: style: Local variable 'f' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/scansyn.c:223:14: note: Shadowed declaration csound-6.18.1/Opcodes/scansyn.c:379:13: note: Shadow variable csound-6.18.1/Opcodes/scansynx.c:90:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansynx.c:149:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansynx.c:280:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansynx.c:482:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansynx.c:623:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansynx.c:650:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansynx.c:735:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansynx.c:744:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansynx.c:753:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansynx.c:776:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scansynx.c:344:20: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int] csound-6.18.1/Opcodes/scansynx.c:345:20: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int] csound-6.18.1/Opcodes/scansynx.c:320:15: style: Local variable 'pp' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/scansynx.c:221:22: note: Shadowed declaration csound-6.18.1/Opcodes/scansynx.c:320:15: note: Shadow variable csound-6.18.1/Opcodes/scansynx.c:408:13: style: Local variable 'f' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/scansynx.c:222:14: note: Shadowed declaration csound-6.18.1/Opcodes/scansynx.c:408:13: note: Shadow variable csound-6.18.1/Opcodes/scansynx.c:222:14: style: Variable 'f' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/scoreline.c:43:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scoreline.c:48:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scoreline.c:53:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/scoreline.c:60:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/select.c:40:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/select.c:37:18: style: Variable 'a1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/select.c:37:30: style: Variable 'a2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/seqtime.c:52:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/seqtime.c:89:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/seqtime.c:157:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/seqtime.c:189:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/seqtime.c:267:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/seqtime.c:49:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/seqtime.c:92:15: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/seqtime.c:154:11: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/seqtime.c:199:15: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sequencer.c:98:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sequencer.c:117:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sequencer.c:253:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sequencer.c:270:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sequencer.c:171:20: style: Variable 'k' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/serial.c:188:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:345:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:362:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:376:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:397:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:425:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:442:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_ORCH [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:451:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCIFLUSH [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:460:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:466:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:604:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:644:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:655:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:678:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:687:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:716:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:732:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/serial.c:673:27: warning: Either the condition 'ind>30' is redundant or the array 'q->values[30]' is accessed at index 30, which is out of bounds. [arrayIndexOutOfBoundsCond] csound-6.18.1/Opcodes/serial.c:669:22: note: Assuming that condition 'ind>30' is not redundant csound-6.18.1/Opcodes/serial.c:673:27: note: Array index out of bounds csound-6.18.1/Opcodes/serial.c:709:19: warning: Either the condition 'ind1>30' is redundant or the array 'q->values[30]' is accessed at index 30, which is out of bounds. [arrayIndexOutOfBoundsCond] csound-6.18.1/Opcodes/serial.c:703:23: note: Assuming that condition 'ind1>30' is not redundant csound-6.18.1/Opcodes/serial.c:709:19: note: Array index out of bounds csound-6.18.1/Opcodes/serial.c:710:19: warning: Either the condition 'ind2>30' is redundant or the array 'q->values[30]' is accessed at index 30, which is out of bounds. [arrayIndexOutOfBoundsCond] csound-6.18.1/Opcodes/serial.c:704:23: note: Assuming that condition 'ind2>30' is not redundant csound-6.18.1/Opcodes/serial.c:710:19: note: Array index out of bounds csound-6.18.1/Opcodes/serial.c:711:19: warning: Either the condition 'ind3>30' is redundant or the array 'q->values[30]' is accessed at index 30, which is out of bounds. [arrayIndexOutOfBoundsCond] csound-6.18.1/Opcodes/serial.c:705:24: note: Assuming that condition 'ind3>30' is not redundant csound-6.18.1/Opcodes/serial.c:711:19: note: Array index out of bounds csound-6.18.1/Opcodes/serial.c:348:46: style: Parameter 'p' can be declared as pointer to const. However it seems that 'serialEnd' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/serial.c:744:25: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/serial.c:348:46: note: Parameter 'p' can be declared as pointer to const csound-6.18.1/Opcodes/serial.c:385:52: style: Parameter 'p' can be declared as pointer to const. However it seems that 'serialWrite_S' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/serial.c:752:25: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/serial.c:385:52: note: Parameter 'p' can be declared as pointer to const csound-6.18.1/Opcodes/serial.c:428:50: style: Parameter 'p' can be declared as pointer to const. However it seems that 'serialPrint' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/serial.c:756:25: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/serial.c:428:50: note: Parameter 'p' can be declared as pointer to const csound-6.18.1/Opcodes/serial.c:447:50: style: Parameter 'p' can be declared as pointer to const. However it seems that 'serialFlush' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/serial.c:758:25: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/serial.c:447:50: note: Parameter 'p' can be declared as pointer to const csound-6.18.1/Opcodes/serial.c:164:12: style: struct member 'SERIALAVAIL::retVal' is never used. [unusedStructMember] csound-6.18.1/Opcodes/serial.c:164:21: style: struct member 'SERIALAVAIL::port' is never used. [unusedStructMember] csound-6.18.1/Opcodes/serial.c:170:12: style: struct member 'SERIALPEEK::retChar' is never used. [unusedStructMember] csound-6.18.1/Opcodes/serial.c:170:22: style: struct member 'SERIALPEEK::port' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sfont.c:114:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:196:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:250:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:288:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:309:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:331:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:370:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:444:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:536:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:627:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:774:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:813:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:900:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:1040:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:1077:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:1168:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:1306:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:1344:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:1432:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:1730:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:2400:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:2419:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:2754:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sfont.c:2081:49: style:inconclusive: Function 'chunk_read' argument 2 names different: declaration 'f' definition 'fil'. [funcArgNamesDifferent] csound-6.18.1/Opcodes/sfont.c:49:43: note: Function 'chunk_read' argument 2 names different: declaration 'f' definition 'fil'. csound-6.18.1/Opcodes/sfont.c:2081:49: note: Function 'chunk_read' argument 2 names different: declaration 'f' definition 'fil'. csound-6.18.1/Opcodes/sfont.c:149:37: style: Parameter 'elem1' can be declared as pointer to const. However it seems that 'compare' is a callback function, if 'elem1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/sfont.c:189:56: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/sfont.c:149:37: note: Parameter 'elem1' can be declared as pointer to const csound-6.18.1/Opcodes/sfont.c:149:56: style: Parameter 'elem2' can be declared as pointer to const. However it seems that 'compare' is a callback function, if 'elem2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/sfont.c:189:56: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/sfont.c:149:56: note: Parameter 'elem2' can be declared as pointer to const csound-6.18.1/Opcodes/sfont.c:212:34: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/sfont.c:406:23: style: Variable 'sample' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:555:16: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:605:14: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:645:16: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:653:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:661:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:678:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:685:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:695:14: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:745:23: style: Variable 'sample' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:830:16: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:880:14: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:916:16: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:924:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:932:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:950:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:957:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:966:14: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1006:21: style: Variable 'sample' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1095:16: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1146:14: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1187:16: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1195:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1203:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1221:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1228:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1238:14: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1279:21: style: Variable 'sample' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1362:16: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1412:14: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1449:16: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1457:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1465:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1483:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1490:13: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1499:14: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:1562:12: style: Variable 'phdrChunk' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:2098:26: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/sfont.c:2352:23: style: Variable 'sample' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:2422:34: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:2424:26: style: Variable 'etab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sfont.c:2425:14: style: Variable 'nend' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/shaker.c:81:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shaker.c:92:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shape.c:53:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shape.c:62:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shape.c:109:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shape.c:149:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shape.c:163:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shape.c:240:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shape.c:305:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shape.c:364:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shape.c:433:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shape.c:441:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/shape.c:64:15: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/shape.c:113:12: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/shape.c:167:14: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/shape.c:242:15: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/shape.c:307:15: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/shape.c:366:15: style: Variable 'in' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/shape.c:436:28: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/shape.c:442:34: style: Variable 'syncin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/shape.c:457:14: style: Variable 'cps' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/signalflowgraph.cpp:295:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insno [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:321:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:345:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ksmps [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:421:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:440:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insno [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:465:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:488:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ksmps [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:552:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:571:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insno [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:595:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:620:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ksmps [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:670:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:769:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insno [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:799:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:825:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ksmps [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:913:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:934:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insno [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:967:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:992:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ksmps [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:1060:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:1096:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:1129:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:1162:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:1192:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:1224:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:1259:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:1289:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_WARNMSG [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:1316:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/signalflowgraph.cpp:235:3: style: Struct 'SignalFlowGraphState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/Opcodes/signalflowgraph.cpp:297:54: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:300:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:362:51: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:365:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:442:54: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:445:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:501:51: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:504:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:573:54: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:576:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:635:51: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:638:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:722:27: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:723:29: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:733:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:734:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:771:54: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:774:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:849:51: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:852:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:936:38: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:938:54: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:941:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:944:54: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:947:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1003:38: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1007:51: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1010:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1080:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1081:9: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1084:63: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1088:65: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1089:9: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1092:62: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1116:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1117:9: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1120:63: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1122:60: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1125:62: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1147:62: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1150:63: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1153:65: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1154:9: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1158:62: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1180:62: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1183:63: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1185:60: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1188:62: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1240:61: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1330:24: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1332:32: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1343:32: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1361:24: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1385:67: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1496:16: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1501:33: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1502:33: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1503:33: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/signalflowgraph.cpp:1377:12: style: Local variable 'fp' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/signalflowgraph.cpp:1324:10: note: Shadowed declaration csound-6.18.1/Opcodes/signalflowgraph.cpp:1377:12: note: Shadow variable csound-6.18.1/Opcodes/signalflowgraph.cpp:169:40: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/signalflowgraph.cpp:671:12: style: Variable 'sink' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/signalflowgraph.cpp:674:12: style: Variable 'sourceFrame' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/signalflowgraph.cpp:902:23: style: Variable 'insignal' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/signalflowgraph.cpp:903:20: style: Variable 'indata' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/signalflowgraph.cpp:1324:10: style: Variable 'fp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/signalflowgraph.cpp:671:17: style: Variable 'sink' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/signalflowgraph.cpp:672:19: style: Variable 'source' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/signalflowgraph.cpp:673:22: style: Variable 'sinkFrame' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/signalflowgraph.cpp:674:24: style: Variable 'sourceFrame' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/signalflowgraph.cpp:1239:24: style: Variable 'source' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/signalflowgraph.cpp:244:141: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] csound-6.18.1/Opcodes/signalflowgraph.cpp:246:141: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] csound-6.18.1/Opcodes/signalflowgraph.cpp:248:141: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] csound-6.18.1/Opcodes/signalflowgraph.cpp:250:141: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] csound-6.18.1/Opcodes/signalflowgraph.cpp:252:147: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] csound-6.18.1/Opcodes/singwave.c:132:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/singwave.c:330:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/singwave.c:383:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:218:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:240:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:337:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:379:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:471:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:478:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:1138:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:1152:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:1189:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:1217:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:1298:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PVS_AMP_FREQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:1330:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:1358:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndloop.c:292:11: style: Variable 'p->rp' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Opcodes/sndloop.c:275:17: note: p->rp is assigned csound-6.18.1/Opcodes/sndloop.c:292:11: note: p->rp is overwritten csound-6.18.1/Opcodes/sndloop.c:244:27: style: Variable 'sig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndloop.c:302:12: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndloop.c:381:29: style: Variable 'buffer' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndloop.c:383:12: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndloop.c:481:12: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndloop.c:483:26: style: Variable 'etab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndloop.c:1153:12: style: Variable 'fin' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndloop.c:1219:12: style: Variable 'ffr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndloop.c:1313:12: style: Variable 'fi1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndloop.c:1314:12: style: Variable 'fi2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndloop.c:171:10: style: struct member '_flooper3::out' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:172:10: style: struct member '_flooper3::amp' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:172:16: style: struct member '_flooper3::pitch' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:172:24: style: struct member '_flooper3::loop_start' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:172:37: style: struct member '_flooper3::loop_end' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:173:6: style: struct member '_flooper3::crossfade' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:173:18: style: struct member '_flooper3::ifn' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:173:24: style: struct member '_flooper3::start' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:173:32: style: struct member '_flooper3::imode' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:173:40: style: struct member '_flooper3::ifn2' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:173:47: style: struct member '_flooper3::iskip' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:174:10: style: struct member '_flooper3::sfunc' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:175:9: style: struct member '_flooper3::efunc' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:177:11: style: struct member '_flooper3::lstart' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:177:19: style: struct member '_flooper3::lend' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:177:24: style: struct member '_flooper3::cfade' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:177:31: style: struct member '_flooper3::mode' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:179:11: style: struct member '_flooper3::firsttime' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:179:22: style: struct member '_flooper3::init' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:180:11: style: struct member '_flooper3::lobits' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndloop.c:180:18: style: struct member '_flooper3::lomask' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sndwarp.c:57:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndwarp.c:98:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndwarp.c:228:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndwarp.c:273:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndwarp.c:389:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sndwarp.c:51:12: style: Variable 'auxp' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Opcodes/sndwarp.c:49:14: note: auxp is assigned csound-6.18.1/Opcodes/sndwarp.c:51:12: note: auxp is overwritten csound-6.18.1/Opcodes/sndwarp.c:222:12: style: Variable 'auxp' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Opcodes/sndwarp.c:220:13: note: auxp is assigned csound-6.18.1/Opcodes/sndwarp.c:222:12: note: auxp is overwritten csound-6.18.1/Opcodes/sndwarp.c:104:18: style: Variable 'ftpWind' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndwarp.c:104:28: style: Variable 'ftpSamp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndwarp.c:279:18: style: Variable 'ftpWind' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sndwarp.c:279:28: style: Variable 'ftpSamp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sockrecv.c:115:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:130:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:150:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:165:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:201:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:257:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:301:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:321:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:329:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:372:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:411:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:464:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:516:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:574:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:602:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:684:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sockrecv.c:710:25: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/Opcodes/sockrecv.c:711:22: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/Opcodes/sockrecv.c:118:32: style:inconclusive: Function 'udpRecv' argument 1 names different: declaration 'data' definition 'pdata'. [funcArgNamesDifferent] csound-6.18.1/Opcodes/sockrecv.c:50:33: note: Function 'udpRecv' argument 1 names different: declaration 'data' definition 'pdata'. csound-6.18.1/Opcodes/sockrecv.c:118:32: note: Function 'udpRecv' argument 1 names different: declaration 'data' definition 'pdata'. csound-6.18.1/Opcodes/sockrecv.c:566:13: style: Variable 'p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sockrecv.c:648:15: style: Variable 'sout' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sockrecv.c:660:11: style: Variable 'types' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/sockrecv.c:66:14: style: struct member 'SOCKRECVS::kstr' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sockrecv.c:67:14: style: struct member 'SOCKRECVS::ipaddress' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sockrecv.c:68:10: style: struct member 'SOCKRECVS::port' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sockrecv.c:70:15: style: struct member 'SOCKRECVS::sock' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sockrecv.c:70:21: style: struct member 'SOCKRECVS::conn' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sockrecv.c:628:13: style: union member '_le::s' is never used. [unusedStructMember] csound-6.18.1/Opcodes/sockrecv.c:656:17: style: Variable 'len' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/sockrecv.c:656:31: style: Variable 'j' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/sockrecv.c:659:19: style: Variable 'size' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/socksend.c:90:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:147:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:214:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:237:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:246:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:303:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:349:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:382:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:422:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:461:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:471:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:765:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:919:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:967:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/socksend.c:694:20: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/Opcodes/socksend.c:706:20: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/Opcodes/socksend.c:996:20: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/Opcodes/socksend.c:395:2: style: Label 'again' is not used. [unusedLabel] csound-6.18.1/Opcodes/socksend.c:150:14: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/socksend.c:188:14: style: Variable 'ksig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/socksend.c:223:14: style: Variable 'q' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/socksend.c:295:14: style: Variable 'asigl' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/socksend.c:296:14: style: Variable 'asigr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/socksend.c:345:38: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'stsend_deinit' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/socksend.c:413:68: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/socksend.c:345:38: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Opcodes/socksend.c:345:56: style: Parameter 'p' can be declared as pointer to const. However it seems that 'stsend_deinit' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/socksend.c:413:68: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/socksend.c:345:56: note: Parameter 'p' can be declared as pointer to const csound-6.18.1/Opcodes/socksend.c:519:16: style: Variable 's' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/socksend.c:521:11: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/socksend.c:680:18: style: Variable 's' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/socksend.c:682:13: style: Variable 'ft' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/socksend.c:949:25: style: Variable 'type' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/socksend.c:952:23: style: Variable 'dstr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/socksend.c:611:13: style: union member '_le::s' is never used. [unusedStructMember] csound-6.18.1/Opcodes/space.c:43:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/space.c:79:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/space.c:189:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/space.c:196:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/space.c:211:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/space.c:261:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/space.c:280:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/space.c:66:34: style: Variable 'sigp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/space.c:74:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/space.c:221:17: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spat3d.c:47:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:84:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:212:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:237:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:297:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:404:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:423:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:491:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:602:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:763:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:857:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:899:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spat3d.c:73:39: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/spat3d.c:73:76: style: Parameter 'ftable' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/spat3d.c:440:42: style: Parameter 'xn' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/spat3d.c:680:46: style: Parameter 'xn' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/spat3d.c:801:46: style: Parameter 'xn' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/spectra.c:38:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:47:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:80:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXOCTS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:295:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:555:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:566:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:660:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG10D20 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:701:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:841:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:850:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:898:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:906:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:947:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:962:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:998:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:1050:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:1102:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:1116:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:1147:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:1201:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KCNT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/spectra.c:703:25: warning: Either the condition 'inp==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] csound-6.18.1/Opcodes/spectra.c:710:23: note: Assuming that condition 'inp==NULL' is not redundant csound-6.18.1/Opcodes/spectra.c:703:25: note: Null pointer addition csound-6.18.1/Opcodes/spectra.c:78:30: style: Checking if unsigned expression 'p->timcount' is less than zero. [unsignedLessThanZero] csound-6.18.1/Opcodes/spectra.c:218:30: style: Parameter 'dwnp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/spectra.c:221:13: style: Variable 'curp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:221:20: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:250:27: style: Variable 'sigp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:305:24: style: Variable 'lenp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:306:31: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:535:16: style: Variable 'downp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:703:14: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:704:14: style: Variable 'inp2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:707:21: style: Variable 'fhip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:707:35: style: Variable 'ihip' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:851:14: style: Variable 'valp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:872:14: style: Variable 'inspec1p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:873:14: style: Variable 'inspec2p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:907:14: style: Variable 'in1p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:908:14: style: Variable 'in2p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:926:14: style: Variable 'inspecp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:963:14: style: Variable 'newp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:989:14: style: Variable 'inspecp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:991:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:1052:14: style: Variable 'inp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:1054:14: style: Variable 'sclp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:1058:16: style: Variable 'threshp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:1081:14: style: Variable 'inspecp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:1117:14: style: Variable 'newp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:1138:14: style: Variable 'inspecp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:1140:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:1204:14: style: Variable 'newp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/spectra.c:1206:22: style: Variable 'coefp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/squinewave.c:87:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/squinewave.c:126:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/squinewave.c:135:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/stdopcod.c:40:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sterrain.c:128:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sterrain.c:135:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/sterrain.c:99:39: style: Parameter 'sp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/syncgrain.c:45:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/syncgrain.c:91:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/syncgrain.c:196:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/syncgrain.c:240:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/syncgrain.c:415:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/syncgrain.c:495:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/syncgrain.c:738:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/syncgrain.c:81:14: style: Variable 'datap' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/syncgrain.c:82:14: style: Variable 'ftable' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/syncgrain.c:232:14: style: Variable 'datap' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/syncgrain.c:233:14: style: Variable 'ftable' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/syncgrain.c:403:11: style: Variable 'fd' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/syncgrain.c:488:14: style: Variable 'ftable' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/system_call.c:79:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/system_call.c:100:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/system_call.c:110:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/system_call.c:117:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tabaudio.c:148:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tabaudio.c:235:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tabaudio.c:129:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/tabaudio.c:216:12: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/tabaudio.c:254:11: style: Variable 'n' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/tabsum.c:42:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tabsum.c:68:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tabsum.c:51:12: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/tabsum.c:52:12: style: Variable 't' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:367:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:169:1: style: The class 'mydsp' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:50:8: performance:inconclusive: Technically the member function 'Meta::declare' can be static (but you may consider moving to unnamed namespace). [functionStatic] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:78:8: style:inconclusive: Technically the member function 'UserInterface::stopped' can be const. [functionConst] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:90:12: style: The destructor '~csUI' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:61:12: note: Virtual destructor in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:90:12: note: Destructor in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:92:16: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:62:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:92:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:97:16: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:63:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:97:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:102:16: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:64:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:102:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:107:16: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:65:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:107:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:117:16: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:67:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:117:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:127:16: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:69:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:127:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:136:16: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:71:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:136:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:137:16: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:72:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:137:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:138:16: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:73:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:138:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:139:16: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:74:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:139:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:140:16: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:75:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:140:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:142:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:76:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:142:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:247:19: style: The function 'getNumInputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:160:19: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:247:19: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:248:19: style: The function 'getNumOutputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:161:19: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:248:19: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:318:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:163:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:318:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:322:16: style: The function 'buildUserInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:162:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:322:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:330:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:164:16: note: Virtual function in base class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:330:16: note: Function in derived class csound-6.18.1/Opcodes/tl/fractalnoise.cpp:323:36: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:324:38: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:326:38: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:331:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:332:25: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:333:24: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:443:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:470:36: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:471:36: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:472:36: style: C-style pointer casting [cstyleCast] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:144:31: style: Parameter 'cs_amp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/tl/fractalnoise.cpp:144:46: style: Parameter 'cs_beta' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/tl/sc_noise.c:61:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tl/sc_noise.c:81:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tl/sc_noise.c:88:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tl/sc_noise.c:134:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tl/sc_noise.c:141:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tl/sc_noise.c:214:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tl/sc_noise.c:253:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tl/sc_noise.c:272:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tl/sc_noise.c:318:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/tl/sc_noise.c:334:26: style: Local variable 'dev' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/tl/sc_noise.c:320:16: note: Shadowed declaration csound-6.18.1/Opcodes/tl/sc_noise.c:334:26: note: Shadow variable csound-6.18.1/Opcodes/tl/sc_noise.c:64:43: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'dust_process_krate' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/tl/sc_noise.c:388:28: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/tl/sc_noise.c:64:43: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Opcodes/tl/sc_noise.c:84:43: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/tl/sc_noise.c:117:44: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'dust2_process_krate' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Opcodes/tl/sc_noise.c:392:28: note: You might need to cast the function pointer here csound-6.18.1/Opcodes/tl/sc_noise.c:117:44: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Opcodes/tl/sc_noise.c:137:44: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/trigEnvSegs.cpp:39:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/trigEnvSegs.cpp:62:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/trigEnvSegs.cpp:69:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/trigEnvSegs.cpp:78:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/trigEnvSegs.cpp:127:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/trigEnvSegs.cpp:156:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/trigEnvSegs.cpp:163:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/trigEnvSegs.cpp:172:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/trigEnvSegs.cpp:216:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ia [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugakbari.c:90:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugakbari.c:96:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugakbari.c:121:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugakbari.c:135:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugakbari.c:149:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugakbari.c:165:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens7.c:40:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens7.c:94:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens7.c:190:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens7.c:264:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens7.c:319:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens7.c:627:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens7.c:195:48: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/Opcodes/ugens7.c:458:13: style: Local variable 'sum' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/ugens7.c:313:11: note: Shadowed declaration csound-6.18.1/Opcodes/ugens7.c:458:13: note: Shadow variable csound-6.18.1/Opcodes/ugens7.c:90:14: style: Variable 'ftp1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugens7.c:90:22: style: Variable 'ftp2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugens7.c:96:25: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugens7.c:185:50: style: Parameter 'amp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/ugens7.c:185:62: style: Parameter 'fund' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/ugens7.c:185:75: style: Parameter 'form' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/ugens7.c:313:25: style: Variable 'minqp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugens7.c:313:56: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugens8.c:45:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens8.c:158:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens8.c:272:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens9.c:33:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens9.c:188:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens9.c:392:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOUNDIN [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens9.c:535:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens9.c:672:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugens9.c:279:23: style: Local variable 'i' shadows outer variable [shadowVariable] csound-6.18.1/Opcodes/ugens9.c:190:12: note: Shadowed declaration csound-6.18.1/Opcodes/ugens9.c:279:23: note: Shadow variable csound-6.18.1/Opcodes/ugens9.c:163:14: style: Parameter 'sceEnd' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/ugens9.c:192:13: style: Variable 'ai' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugens9.c:278:20: style: Variable 'a' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugens9.c:565:18: style: Variable 'src' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugensa.c:41:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugensa.c:87:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugensa.c:175:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugensa.c:237:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugensa.c:180:48: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] csound-6.18.1/Opcodes/ugensa.c:82:18: style: Variable 'ftp1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugensa.c:82:26: style: Variable 'ftp2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugensa.c:83:43: style: Variable 'speed' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugensa.c:84:24: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugensa.c:169:73: style: Parameter 'amp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/ugensa.c:170:28: style: Parameter 'fund' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/ugensa.c:170:41: style: Parameter 'ptch' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/uggab.c:42:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:79:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:102:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:112:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:149:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:185:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:195:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:204:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:212:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:222:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:250:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:262:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:293:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:329:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:367:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:398:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:421:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:476:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:532:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:589:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:640:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:681:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOTOK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:711:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:743:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:788:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:800:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:840:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:862:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:901:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:954:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:962:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:999:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1007:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1050:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1092:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1099:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1141:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1180:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1219:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1256:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1269:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1294:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_EKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1306:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1325:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1342:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1383:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1422:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1462:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1503:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1523:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1559:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1570:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1591:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1607:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1635:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1680:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1697:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1705:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1733:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int32 [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1755:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1762:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1771:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1808:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1816:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1840:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMAXLEN [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1864:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1879:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1927:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1933:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KICVT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1946:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1983:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1999:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ONEDKR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:2029:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:2157:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/uggab.c:1250:21: style: Condition 'beg_seg<=phs' is always true [knownConditionTrueFalse] csound-6.18.1/Opcodes/uggab.c:1249:19: note: Assuming that condition 'beg_seg<=phs' is not redundant csound-6.18.1/Opcodes/uggab.c:1250:21: note: Condition 'beg_seg<=phs' is always true csound-6.18.1/Opcodes/uggab.c:1250:39: style: Condition 'end_seg>phs' is always true [knownConditionTrueFalse] csound-6.18.1/Opcodes/uggab.c:1249:37: note: Assuming that condition 'end_seg>phs' is not redundant csound-6.18.1/Opcodes/uggab.c:1250:39: note: Condition 'end_seg>phs' is always true csound-6.18.1/Opcodes/uggab.c:38:18: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:108:26: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:219:32: style: Variable 'val1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:219:49: style: Variable 'val2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:255:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:286:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:290:18: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:294:18: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:323:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:331:18: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:360:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:368:18: style: Variable 'amp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:414:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:415:33: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:469:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:470:33: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:477:18: style: Variable 'ampp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:524:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:525:33: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:529:18: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:581:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:582:33: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:586:18: style: Variable 'freq' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:590:18: style: Variable 'ampp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:641:18: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:704:30: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/uggab.c:736:31: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/uggab.c:738:33: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:803:12: style: Variable 'in0' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:803:18: style: Variable 'in1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:803:24: style: Variable 'in2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:803:30: style: Variable 'in3' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:842:12: style: Variable 'ag' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:888:27: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:964:12: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:1358:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:1360:18: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:1434:18: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:1436:18: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:1702:27: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:1768:27: style: Variable 'table' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/uggab.c:1098:18: style: Variable 'beg_seg' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/ugmoss.c:53:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:67:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:107:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:118:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:141:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:163:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:184:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:195:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:218:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:240:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:261:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:272:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:295:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:317:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:338:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:347:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:369:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:389:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:409:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:418:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:440:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:460:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:479:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:489:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:516:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:548:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:608:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:700:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:722:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:768:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugmoss.c:69:17: style: Variable 'ain' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugmoss.c:69:23: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugmoss.c:69:38: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugmoss.c:550:23: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugmoss.c:550:35: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugmoss.c:610:23: style: Variable 'asig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugmoss.c:610:44: style: Variable 'endp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugmoss.c:708:11: style: Variable 'ftp1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugmoss.c:708:18: style: Variable 'ftp2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugmoss.c:64:15: style: Variable 'i' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/ugnorman.c:120:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:162:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:201:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:260:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:287:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:354:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:448:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:482:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:542:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:627:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:641:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:749:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:863:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:1015:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_ESR [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:1095:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:1265:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:1440:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:1553:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:1738:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:1905:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:2147:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:2243:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:2458:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:2485:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:2496:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:2512:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:2532:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:2565:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:2659:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXNAME [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:2867:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:2992:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugnorman.c:89:31: portability:inconclusive: Casting from const double * to const unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/Opcodes/ugnorman.c:90:25: portability:inconclusive: Casting from double * to unsigned char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] csound-6.18.1/Opcodes/ugnorman.c:856:35: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugnorman.c:857:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugnorman.c:987:23: style: Parameter 'ampfunc' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Opcodes/ugnorman.c:1502:13: style: Variable 'edges' can be declared as const array [constVariable] csound-6.18.1/Opcodes/ugnorman.c:2755:22: style: Variable 'frm_1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugnorman.c:2860:35: style: Variable 'ftab' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugnorman.c:2861:14: style: Variable 'ftp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/ugnorman.c:2825:21: style: Variable 'j' is assigned a value that is never used. [unreadVariable] csound-6.18.1/Opcodes/ugsc.c:48:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:60:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:142:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:153:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:221:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:246:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:309:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:360:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:400:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:450:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:471:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:546:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:559:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:596:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:641:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:686:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:742:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/ugsc.c:370:37: style: Condition '(int32_t)p->auxx.sizeauxx.sizeauxx.sizeauxy.sizeauxy.sizeauxy.size csound-6.18.1/Opcodes/wterrain2.c:71:12: note: Assuming condition is false csound-6.18.1/Opcodes/wterrain2.c:75:3: note: Uninitialized variable: *x csound-6.18.1/Opcodes/wterrain2.c:76:3: warning: Uninitialized variable: *y [uninitvar] csound-6.18.1/Opcodes/wterrain2.c:205:47: note: Calling function 'rotate_point', 5th argument '&yc' value is csound-6.18.1/Opcodes/wterrain2.c:71:12: note: Assuming condition is false csound-6.18.1/Opcodes/wterrain2.c:76:3: note: Uninitialized variable: *y csound-6.18.1/Opcodes/zak.c:106:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:137:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:166:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:182:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:232:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:246:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:300:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:315:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:358:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:409:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:432:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:447:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:492:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:541:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:580:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:634:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:708:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/Opcodes/zak.c:148:18: style: Variable 'zak' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:161:14: style: Variable 'readloc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:180:18: style: Variable 'zak' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:200:14: style: Variable 'readloc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:342:12: style: Variable 'readloc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:344:18: style: Variable 'zak' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:442:18: style: Variable 'readloc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:444:18: style: Variable 'zak' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:486:18: style: Variable 'readloc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:487:18: style: Variable 'zak' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:536:18: style: Variable 'readloc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:537:18: style: Variable 'zak' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:575:18: style: Variable 'readloc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:576:18: style: Variable 'zak' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:627:29: style: Variable 'readloc' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:628:18: style: Variable 'readsig' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:629:18: style: Variable 'zak' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Opcodes/zak.c:683:18: style: Variable 'zak' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/argdecode.c:378:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AE_ALAW [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:518:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAMES [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1366:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TYP_AIFF [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1604:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1615:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1733:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1794:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1814:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1834:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1854:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1865:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1876:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_AUDIODEVICE [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1898:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_MIDIDEVICE [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/argdecode.c:1608:22: style: Condition 'argdecode(csound,1,args)' is always true [knownConditionTrueFalse] csound-6.18.1/Top/argdecode.c:1608:22: note: Calling function 'argdecode' returns 1 csound-6.18.1/Top/argdecode.c:1608:22: note: Condition 'argdecode(csound,1,args)' is always true csound-6.18.1/Top/argdecode.c:1763:18: style: Condition 'format!=NULL' is always true [knownConditionTrueFalse] csound-6.18.1/Top/argdecode.c:1632:22: style: Variable 'oparms->ringbell' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Top/argdecode.c:1623:22: note: oparms->ringbell is assigned csound-6.18.1/Top/argdecode.c:1632:22: note: oparms->ringbell is overwritten csound-6.18.1/Top/argdecode.c:1718:18: style: Variable 'p->ring_bell' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/Top/argdecode.c:1693:18: note: p->ring_bell is assigned csound-6.18.1/Top/argdecode.c:1718:18: note: p->ring_bell is overwritten csound-6.18.1/Top/argdecode.c:439:39: style: Parameter 'O' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/argdecode.c:1612:37: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/argdecode.c:1612:60: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/argdecode.c:1684:37: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/argdecode.c:1686:13: style: Variable 'oparms' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/argdecode.c:1730:11: style: Variable 'typename' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/argdecode.c:1769:43: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/cscorfns.c:172:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVLIST [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/cscorfns.c:203:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/cscorfns.c:262:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PMAX [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/cscorfns.c:836:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/cscorfns.c:876:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFTYPE_SCORE [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/cscorfns.c:924:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/cscorfns.c:324:15: style: Condition 'pcnt--' is always true [knownConditionTrueFalse] csound-6.18.1/Top/cscorfns.c:646:27: style: Condition 'e->p[2]>=from' is always true [knownConditionTrueFalse] csound-6.18.1/Top/cscorfns.c:636:21: note: Assuming that condition 'e->p[2]p[2]>=from' is always true csound-6.18.1/Top/cscorfns.c:233:12: style: Variable 'p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/cscorfns.c:259:16: style: Variable 'q' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/cscorfns.c:317:12: style: Variable 'q' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/cscorfns.c:344:51: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/cscorfns.c:581:33: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csdebug.c:58:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csdebug_data_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:88:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kperf_nodebug [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:94:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSDEBUG_STATUS_RUNNING [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:111:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bkpt_node_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:133:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bkpt_node_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:151:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bkpt_node_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:165:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bkpt_node_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:177:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bkpt_node_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:198:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSDEBUG_CMD_STEPOVER [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:206:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSDEBUG_CMD_STEPINTO [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:214:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSDEBUG_CMD_NEXT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:222:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSDEBUG_CMD_CONTINUE [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:230:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSDEBUG_CMD_STOP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:242:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable debug_instr_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:268:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable debug_instr_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:300:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable debug_opcode_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:330:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable debug_variable_t [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csdebug.c:322:65: style: Parameter 'instr' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csmodule.c:207:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:218:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:253:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:396:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:750:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:792:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_INITIALIZATION [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:814:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:847:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_EXITJMP_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:1000:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:1016:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:1132:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_WARNING [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:1299:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csmodule.c:439:18: style: Condition 'infoFunc!=NULL' is always false [knownConditionTrueFalse] csound-6.18.1/Top/csmodule.c:438:54: note: Calling function 'csoundGetLibrarySymbol' returns 0 csound-6.18.1/Top/csmodule.c:438:16: note: Assignment 'infoFunc=(int*)csoundGetLibrarySymbol(h,InfoFunc_Name)', assigned value is 0 csound-6.18.1/Top/csmodule.c:439:18: note: Condition 'infoFunc!=NULL' is always false csound-6.18.1/Top/csmodule.c:457:23: style: Condition 'm.PreInitFunc!=NULL' is always false [knownConditionTrueFalse] csound-6.18.1/Top/csmodule.c:456:51: note: Calling function 'csoundGetLibrarySymbol' returns 0 csound-6.18.1/Top/csmodule.c:456:9: note: Assignment 'm.PreInitFunc=(int*)csoundGetLibrarySymbol(h,PreInitFunc_Name)', assigned value is 0 csound-6.18.1/Top/csmodule.c:457:23: note: Condition 'm.PreInitFunc!=NULL' is always false csound-6.18.1/Top/csmodule.c:473:67: style: Condition 'm.fn.o.fgen_init==NULL' is always true [knownConditionTrueFalse] csound-6.18.1/Top/csmodule.c:472:57: note: Calling function 'csoundGetLibrarySymbol' returns 0 csound-6.18.1/Top/csmodule.c:472:11: note: Assignment 'm.fn.o.fgen_init=(NGFENS**)csoundGetLibrarySymbol(h,fgen_init_Name)', assigned value is 0 csound-6.18.1/Top/csmodule.c:473:67: note: Condition 'm.fn.o.fgen_init==NULL' is always true csound-6.18.1/Top/csmodule.c:525:15: style: Variable 'deny' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/csmodule.c:550:30: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csmodule.c:565:31: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csmodule.c:859:38: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csmodule.c:1098:30: style: Parameter 'library' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csmodule.c:1103:36: style: Parameter 'library' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csmodule.c:180:15: style: struct member 'opcodeLibFunc_s::dummy' is never used. [unusedStructMember] csound-6.18.1/Top/csound.c:206:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable module [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:230:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPARMS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:1204:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:1316:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDINIT_NO_SIGNAL_HANDLER [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:1341:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _MM_DENORMALS_ZERO_ON [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:1447:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:1452:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:1643:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:1752:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:1904:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSDEBUG_STATUS_STOPPED [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:1933:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSDEBUG_BKPT_CLEAR_ALL [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:1975:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSDEBUG_STATUS_STOPPED [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2180:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2208:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2245:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2274:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2315:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2429:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2513:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2550:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cscore_ [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2567:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2612:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_MESSAGE_STR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2636:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_NOMSG [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2648:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_NOMSG [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2663:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_NOMSG [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2688:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_WARNMSG [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2700:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_NOQQ [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2712:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2720:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2731:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2739:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_EXITJMP_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2796:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVTBLK [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2814:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVTBLK [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2881:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:2918:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3202:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3307:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SIGNAL [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3377:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3455:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3466:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3480:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3724:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftable [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3731:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftable [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3743:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3755:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3767:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:3822:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CALLBACK_KBD_EVENT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:4044:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCKS_PER_SEC [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:4059:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:4102:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_MEMORY [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:4125:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_MEMORY [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:4162:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_OFFSET [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:4536:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_TYPE_MASK [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/csound.c:205:20: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] csound-6.18.1/Top/csound.c:1310:29: style: Condition 'getTimeResolution()!=0' is always false [knownConditionTrueFalse] csound-6.18.1/Top/csound.c:1310:26: note: Calling function 'getTimeResolution' returns 0 csound-6.18.1/Top/csound.c:1310:29: note: Condition 'getTimeResolution()!=0' is always false csound-6.18.1/Top/csound.c:1808:21: style: Local variable 'error' shadows outer variable [shadowVariable] csound-6.18.1/Top/csound.c:1791:17: note: Shadowed declaration csound-6.18.1/Top/csound.c:1808:21: note: Shadow variable csound-6.18.1/Top/csound.c:1814:24: style: Local variable 'opstart' shadows outer variable [shadowVariable] csound-6.18.1/Top/csound.c:1792:20: note: Shadowed declaration csound-6.18.1/Top/csound.c:1814:24: note: Shadow variable csound-6.18.1/Top/csound.c:225:37: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetStrsmax' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:313:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:225:37: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:229:37: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetOParms' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:290:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:229:37: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:233:40: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetDitherMode' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:453:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:233:40: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:239:18: style: Variable 'zz' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/csound.c:250:18: style: Variable 'zz' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/csound.c:260:40: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetReinitFlag' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:312:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:260:40: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:264:37: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetTieFlag' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:311:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:264:37: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:1455:40: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetHostData' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:521:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:1455:40: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:2355:41: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetNamedGens' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:345:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:2355:41: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:2369:52: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetCurrentTimeSamples' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:282:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:2369:52: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:2373:34: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetSr' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:275:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:2373:34: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:2378:34: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetKr' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:276:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:2378:34: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:2383:40: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetKsmps' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:277:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:2383:40: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:2388:41: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetNchnls' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:278:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:2388:41: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:2400:37: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGet0dBFS' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:280:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:2400:37: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:2415:37: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csound.c:2440:38: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csound.c:2483:42: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csound.c:2494:41: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csound.c:2533:50: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetScoreOffsetSeconds' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:511:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:2533:50: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:2553:50: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundDefaultMessageCallback' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:3499:40: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:2553:50: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:2846:57: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csound.c:3747:66: style: Parameter 'ptable' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/csound.c:3844:40: style: Parameter 'func' can be declared as pointer to const. However it seems that 'csoundRemoveKeyboardCallback' is a callback function, if 'func' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:477:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:3844:40: note: Parameter 'func' can be declared as pointer to const csound-6.18.1/Top/csound.c:4031:42: style: Parameter 'p' can be declared as pointer to const. However it seems that 'csoundGetRealTime' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:412:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:4031:42: note: Parameter 'p' can be declared as pointer to const csound-6.18.1/Top/csound.c:4041:41: style: Parameter 'p' can be declared as pointer to const. However it seems that 'csoundGetCPUTime' is a callback function, if 'p' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:413:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:4041:41: note: Parameter 'p' can be declared as pointer to const csound-6.18.1/Top/csound.c:4161:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/csound.c:4240:14: style: Variable 'chn' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/csound.c:4565:36: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundGetKcounter' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:281:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:4565:36: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:4574:26: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'csoundErrCnt' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/Top/csound.c:528:5: note: You might need to cast the function pointer here csound-6.18.1/Top/csound.c:4574:26: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/Top/csound.c:3537:13: warning: Size of pointer 'modules' used instead of size of its data. [pointerSize] csound-6.18.1/Top/getstring.c:57:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_NUMERIC [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/getstring.c:289:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_NUMERIC [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/getstring.c:302:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_NUMERIC [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/getstring.c:195:43: style: Parameter 'delim' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/getstring.c:230:31: style: Parameter 'nptr' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/getstring.c:289:11: style: Variable 'curlocale' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/getstring.c:297:28: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/getstring.c:302:11: style: Variable 'curlocale' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/main.c:56:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/main.c:165:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_EXITJMP_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/main.c:422:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/main.c:569:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/main.c:580:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/main.c:593:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/new_opts.c:55:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/new_opts.c:138:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDCFG_BOOLEAN [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/one_file.c:142:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/one_file.c:185:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAMELST [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/one_file.c:212:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/one_file.c:633:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/one_file.c:713:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/one_file.c:819:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/one_file.c:857:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/one_file.c:905:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/one_file.c:993:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/one_file.c:1112:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/one_file.c:916:15: style: Local variable 'p' shadows outer variable [shadowVariable] csound-6.18.1/Top/one_file.c:883:11: note: Shadowed declaration csound-6.18.1/Top/one_file.c:916:15: note: Shadow variable csound-6.18.1/Top/one_file.c:999:13: style: Local variable 'p' shadows outer variable [shadowVariable] csound-6.18.1/Top/one_file.c:975:11: note: Shadowed declaration csound-6.18.1/Top/one_file.c:999:13: note: Shadow variable csound-6.18.1/Top/one_file.c:77:13: style: Variable 'tmpdir' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/one_file.c:181:40: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/one_file.c:372:41: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/opcode.c:95:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opcodeListEntry [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/opcode.c:183:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opname [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/opcode.c:38:22: style: Variable 'ep1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/opcode.c:39:22: style: Variable 'ep2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/opcode.c:70:31: style: Variable 'temp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/server.c:87:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/server.c:168:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_STRING_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/server.c:246:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/server.c:302:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/server.c:315:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/server.c:338:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/server.c:378:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/server.c:398:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/server.c:141:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] csound-6.18.1/Top/server.c:148:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] csound-6.18.1/Top/server.c:157:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] csound-6.18.1/Top/server.c:158:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] csound-6.18.1/Top/server.c:170:24: style: Variable 'stringdat' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/threads.c:908:46: style: Parameter 'threadRoutine' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:909:39: style: Parameter 'userdata' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:916:45: style: Parameter 'threadRoutine' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:917:39: style: Parameter 'userdata' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:929:41: style: Parameter 'thread' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:941:39: style: Parameter 'lock' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:947:49: style: Parameter 'lock' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:952:42: style: Parameter 'lock' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:957:43: style: Parameter 'lock' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:968:35: style: Parameter 'mutex_' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:973:40: style: Parameter 'mutex_' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:979:37: style: Parameter 'mutex_' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:984:38: style: Parameter 'mutex_' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:995:39: style: Parameter 'barrier' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:1001:36: style: Parameter 'barrier' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:1014:34: style: Parameter 'condVar' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:1014:49: style: Parameter 'mutex' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:1018:36: style: Parameter 'condVar' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threads.c:1022:40: style: Parameter 'condVar' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threadsafe.c:213:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:292:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:397:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:408:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:434:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:519:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:545:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:569:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_AUDIO_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:582:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_AUDIO_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:596:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_STRING_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:629:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_STRING_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:651:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_PVS_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:681:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_PVS_CHANNEL [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/threadsafe.c:100:62: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threadsafe.c:268:54: style: Parameter 'ptable' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threadsafe.c:277:53: style: Parameter 'ptable' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threadsafe.c:328:34: style: Parameter 'ip' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threadsafe.c:343:55: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threadsafe.c:343:70: style: Parameter 't' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threadsafe.c:343:79: style: Parameter 'ids' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threadsafe.c:578:69: style: Parameter 'samples' can be declared as pointer to const [constParameterPointer] csound-6.18.1/Top/threadsafe.c:679:14: style: Variable 'f' can be declared as pointer to const [constVariablePointer] csound-6.18.1/Top/threadsafe.c:159:33: warning: Size of pointer 'args' used instead of size of its data. [pointerSize] csound-6.18.1/Top/threadsafe.c:174:33: warning: Size of pointer 'args' used instead of size of its data. [pointerSize] csound-6.18.1/Top/threadsafe.c:190:32: warning: Size of pointer 'args' used instead of size of its data. [pointerSize] csound-6.18.1/Top/threadsafe.c:200:32: warning: Size of pointer 'args' used instead of size of its data. [pointerSize] csound-6.18.1/Top/threadsafe.c:222:27: warning: Size of pointer 'args' used instead of size of its data. [pointerSize] csound-6.18.1/Top/threadsafe.c:223:27: warning: Size of pointer 'args' used instead of size of its data. [pointerSize] csound-6.18.1/Top/threadsafe.c:225:29: warning: Size of pointer 'args' used instead of size of its data. [pointerSize] csound-6.18.1/Top/threadsafe.c:239:28: warning: Size of pointer 'args' used instead of size of its data. [pointerSize] csound-6.18.1/Top/threadsafe.c:514:20: style: union member 'Anonymous1::i' is never used. [unusedStructMember] csound-6.18.1/Top/utility.c:94:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_EXITJMP_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/utility.c:203:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/utility.c:261:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_EXITJMP_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/Top/utility.c:289:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_EXITJMP_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:36:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:47:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:59:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:72:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csound [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:80:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:87:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:100:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csound [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:114:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:124:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:138:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:153:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:170:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:175:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:201:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pvs [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:215:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable framecount [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:268:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csound [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:276:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:281:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:318:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:326:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:330:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:340:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:354:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inargs [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:363:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:367:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable outargs [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:375:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:383:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i [valueFlowBailoutIncompleteVar] csound-6.18.1/examples/plugin/opcodes.cpp:233:3: style: Class 'PrintThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/examples/plugin/opcodes.cpp:374:14: style: Consider using std::fill or std::generate algorithm instead of a raw loop. [useStlAlgorithm] csound-6.18.1/examples/plugin/opcodes.cpp:194:32: style: struct member 'PVGain::otypes' is never used. [unusedStructMember] csound-6.18.1/examples/plugin/opcodes.cpp:195:32: style: struct member 'PVGain::itypes' is never used. [unusedStructMember] csound-6.18.1/examples/plugin/opcodes.cpp:262:32: style: struct member 'AsyncPrint::otypes' is never used. [unusedStructMember] csound-6.18.1/examples/plugin/opcodes.cpp:263:32: style: struct member 'AsyncPrint::itypes' is never used. [unusedStructMember] csound-6.18.1/interfaces/CppSound.cpp:53:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable orcname_mode [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CppSound.cpp:96:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCKS_PER_SEC [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CppSound.cpp:152:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csound [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CppSound.cpp:213:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable csound [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CppSound.hpp:70:12: style: The destructor '~CppSound' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/CsoundFile.hpp:124:12: note: Virtual destructor in base class csound-6.18.1/interfaces/CppSound.hpp:70:12: note: Destructor in derived class csound-6.18.1/interfaces/CppSound.hpp:77:23: style: The function 'getOutputSoundfileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/CsoundFile.hpp:176:23: note: Virtual function in base class csound-6.18.1/interfaces/CppSound.hpp:77:23: note: Function in derived class csound-6.18.1/interfaces/CppSound.cpp:89:43: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/CppSound.cpp:137:43: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/CppSound.cpp:56:15: style: Variable 'returnValue' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/interfaces/CppSound.cpp:55:15: note: returnValue is assigned csound-6.18.1/interfaces/CppSound.cpp:56:15: note: returnValue is overwritten csound-6.18.1/interfaces/CppSound.cpp:61:15: style: Variable 'returnValue' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/interfaces/CppSound.cpp:56:15: note: returnValue is assigned csound-6.18.1/interfaces/CppSound.cpp:61:15: note: returnValue is overwritten csound-6.18.1/interfaces/CppSound.cpp:83:28: style: Checking if unsigned expression 'getCommand().length()' is less than zero. [unsignedLessThanZero] csound-6.18.1/interfaces/CppSound.cpp:48:46: style:inconclusive: Function 'compile' argument 2 names different: declaration 'argv' definition 'argv_'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CppSound.hpp:74:46: note: Function 'compile' argument 2 names different: declaration 'argv' definition 'argv_'. csound-6.18.1/interfaces/CppSound.cpp:48:46: note: Function 'compile' argument 2 names different: declaration 'argv' definition 'argv_'. csound-6.18.1/interfaces/CppSound.cpp:94:47: style:inconclusive: Function 'perform' argument 2 names different: declaration 'argv' definition 'argv_'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CppSound.hpp:78:46: note: Function 'perform' argument 2 names different: declaration 'argv' definition 'argv_'. csound-6.18.1/interfaces/CppSound.cpp:94:47: note: Function 'perform' argument 2 names different: declaration 'argv' definition 'argv_'. csound-6.18.1/interfaces/CsoundFile.hpp:73:43: performance: Function parameter 'commandLine' should be passed by const reference. [passedByValue] csound-6.18.1/interfaces/CsoundFile.hpp:200:47: performance: Function parameter 'line' should be passed by const reference. [passedByValue] csound-6.18.1/interfaces/CppSound.cpp:129:6: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:223:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CsoundFile.cpp:250:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CsoundFile.cpp:340:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CsoundFile.cpp:450:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CsoundFile.cpp:501:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CsoundFile.cpp:617:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CsoundFile.cpp:1139:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CsoundFile.cpp:1156:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CsoundFile.cpp:1167:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CsoundFile.cpp:1242:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable in [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/CsoundFile.cpp:1269:20: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] csound-6.18.1/interfaces/CsoundFile.hpp:211:16: style: Virtual function 'removeAll' is called from constructor 'CsoundFile()' at line 203. Dynamic binding is not used. [virtualCallInConstructor] csound-6.18.1/interfaces/CsoundFile.cpp:203:3: note: Calling removeAll csound-6.18.1/interfaces/CsoundFile.hpp:211:16: note: removeAll is a virtual function csound-6.18.1/interfaces/CsoundFile.cpp:163:10: style: The scope of the variable 'beginName' can be reduced. [variableScope] csound-6.18.1/interfaces/CsoundFile.cpp:811:7: style: The scope of the variable 'endDefinition' can be reduced. [variableScope] csound-6.18.1/interfaces/CsoundFile.cpp:848:7: style: The scope of the variable 'endDefinition' can be reduced. [variableScope] csound-6.18.1/interfaces/CsoundFile.cpp:923:7: style: The scope of the variable 'endDefinition' can be reduced. [variableScope] csound-6.18.1/interfaces/CsoundFile.cpp:992:7: style: The scope of the variable 'endDefinition' can be reduced. [variableScope] csound-6.18.1/interfaces/CsoundFile.cpp:1029:7: style: The scope of the variable 'endDefinition' can be reduced. [variableScope] csound-6.18.1/interfaces/CsoundFile.cpp:1164:7: style: The scope of the variable 'i' can be reduced. [variableScope] csound-6.18.1/interfaces/CsoundFile.cpp:1164:9: style: The scope of the variable 'n' can be reduced. [variableScope] csound-6.18.1/interfaces/CsoundFile.cpp:65:43: style:inconclusive: Function 'scatterArgs' argument 1 names different: declaration 'commandLine' definition 'line'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CsoundFile.hpp:73:43: note: Function 'scatterArgs' argument 1 names different: declaration 'commandLine' definition 'line'. csound-6.18.1/interfaces/CsoundFile.cpp:65:43: note: Function 'scatterArgs' argument 1 names different: declaration 'commandLine' definition 'line'. csound-6.18.1/interfaces/CsoundFile.cpp:144:133: style:inconclusive: Function 'parseInstrument' argument 5 names different: declaration 'postNumber' definition 'postName'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CsoundFile.hpp:85:133: note: Function 'parseInstrument' argument 5 names different: declaration 'postNumber' definition 'postName'. csound-6.18.1/interfaces/CsoundFile.cpp:144:133: note: Function 'parseInstrument' argument 5 names different: declaration 'postNumber' definition 'postName'. csound-6.18.1/interfaces/CsoundFile.cpp:520:41: style:inconclusive: Function 'setCommand' argument 1 names different: declaration 'commandLine' definition 'value'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CsoundFile.hpp:172:39: note: Function 'setCommand' argument 1 names different: declaration 'commandLine' definition 'value'. csound-6.18.1/interfaces/CsoundFile.cpp:520:41: note: Function 'setCommand' argument 1 names different: declaration 'commandLine' definition 'value'. csound-6.18.1/interfaces/CsoundFile.cpp:589:43: style:inconclusive: Function 'setOrchestra' argument 1 names different: declaration 'orchestra' definition 'value'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CsoundFile.hpp:178:41: note: Function 'setOrchestra' argument 1 names different: declaration 'orchestra' definition 'value'. csound-6.18.1/interfaces/CsoundFile.cpp:589:43: note: Function 'setOrchestra' argument 1 names different: declaration 'orchestra' definition 'value'. csound-6.18.1/interfaces/CsoundFile.cpp:614:43: style:inconclusive: Function 'addScoreLine' argument 1 names different: declaration 'line' definition 'scoreLine'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CsoundFile.hpp:200:47: note: Function 'addScoreLine' argument 1 names different: declaration 'line' definition 'scoreLine'. csound-6.18.1/interfaces/CsoundFile.cpp:614:43: note: Function 'addScoreLine' argument 1 names different: declaration 'line' definition 'scoreLine'. csound-6.18.1/interfaces/CsoundFile.cpp:845:57: style:inconclusive: Function 'getInstrument' argument 2 names different: declaration 'definition' definition 'definition_'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CsoundFile.hpp:181:55: note: Function 'getInstrument' argument 2 names different: declaration 'definition' definition 'definition_'. csound-6.18.1/interfaces/CsoundFile.cpp:845:57: note: Function 'getInstrument' argument 2 names different: declaration 'definition' definition 'definition_'. csound-6.18.1/interfaces/CsoundFile.cpp:988:44: style:inconclusive: Function 'getInstrument' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CsoundFile.hpp:183:42: note: Function 'getInstrument' argument 1 names different: declaration 'name' definition 'name_'. csound-6.18.1/interfaces/CsoundFile.cpp:988:44: note: Function 'getInstrument' argument 1 names different: declaration 'name' definition 'name_'. csound-6.18.1/interfaces/CsoundFile.cpp:988:64: style:inconclusive: Function 'getInstrument' argument 2 names different: declaration 'definition' definition 'definition_'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CsoundFile.hpp:183:61: note: Function 'getInstrument' argument 2 names different: declaration 'definition' definition 'definition_'. csound-6.18.1/interfaces/CsoundFile.cpp:988:64: note: Function 'getInstrument' argument 2 names different: declaration 'definition' definition 'definition_'. csound-6.18.1/interfaces/CsoundFile.cpp:1025:52: style:inconclusive: Function 'getInstrumentNumber' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CsoundFile.hpp:189:50: note: Function 'getInstrumentNumber' argument 1 names different: declaration 'name' definition 'name_'. csound-6.18.1/interfaces/CsoundFile.cpp:1025:52: note: Function 'getInstrumentNumber' argument 1 names different: declaration 'name' definition 'name_'. csound-6.18.1/interfaces/CsoundFile.cpp:1104:45: style:inconclusive: Function 'addArrangement' argument 1 names different: declaration 'instrument' definition 'instrumentName'. [funcArgNamesDifferent] csound-6.18.1/interfaces/CsoundFile.hpp:194:43: note: Function 'addArrangement' argument 1 names different: declaration 'instrument' definition 'instrumentName'. csound-6.18.1/interfaces/CsoundFile.cpp:1104:45: note: Function 'addArrangement' argument 1 names different: declaration 'instrument' definition 'instrumentName'. csound-6.18.1/interfaces/CsoundFile.cpp:561:19: style: Local variable 'buffer' shadows outer variable [shadowVariable] csound-6.18.1/interfaces/CsoundFile.cpp:556:15: note: Shadowed declaration csound-6.18.1/interfaces/CsoundFile.cpp:561:19: note: Shadow variable csound-6.18.1/interfaces/CsoundFile.cpp:65:43: performance: Function parameter 'line' should be passed by const reference. [passedByValue] csound-6.18.1/interfaces/CsoundFile.cpp:770:26: performance: Function parameter 'text' should be passed by const reference. [passedByValue] csound-6.18.1/interfaces/CsoundFile.cpp:770:58: performance: Function parameter 'token' should be passed by const reference. [passedByValue] csound-6.18.1/interfaces/CsoundFile.cpp:794:27: performance: Function parameter 'text' should be passed by const reference. [passedByValue] csound-6.18.1/interfaces/CsoundFile.cpp:1081:43: performance: Function parameter 'xml' should be passed by const reference. [passedByValue] csound-6.18.1/interfaces/CsoundFile.cpp:1269:14: style: Variable 'tm_' can be declared as pointer to const [constVariablePointer] csound-6.18.1/interfaces/CsoundFile.cpp:400:10: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:404:18: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:408:23: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:412:23: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:416:23: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:420:23: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:424:23: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:460:10: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:486:10: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:653:14: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:657:19: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:797:32: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:1120:10: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] csound-6.18.1/interfaces/CsoundFile.cpp:210:9: performance: Assigning the result of c_str() to a std::string is slow and redundant. [stlcstrAssignment] csound-6.18.1/interfaces/CsoundFile.cpp:450:10: performance: Passing the result of c_str() to a stream is slow and redundant. [stlcstrStream] csound-6.18.1/interfaces/CsoundFile.cpp:507:3: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn] csound-6.18.1/interfaces/CsoundFile.cpp:539:3: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn] csound-6.18.1/interfaces/CsoundFile.cpp:567:15: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn] csound-6.18.1/interfaces/CsoundFile.cpp:572:15: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn] csound-6.18.1/interfaces/CsoundFile.cpp:576:3: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn] csound-6.18.1/interfaces/CsoundFile.cpp:1167:34: performance: Passing the result of c_str() to a stream is slow and redundant. [stlcstrStream] csound-6.18.1/interfaces/CsoundFile.cpp:163:20: style: Variable 'beginName' is assigned a value that is never used. [unreadVariable] csound-6.18.1/interfaces/CsoundFile.cpp:811:21: style: Variable 'endDefinition' is assigned a value that is never used. [unreadVariable] csound-6.18.1/interfaces/CsoundFile.cpp:848:21: style: Variable 'endDefinition' is assigned a value that is never used. [unreadVariable] csound-6.18.1/interfaces/CsoundFile.cpp:923:21: style: Variable 'endDefinition' is assigned a value that is never used. [unreadVariable] csound-6.18.1/interfaces/CsoundFile.cpp:992:21: style: Variable 'endDefinition' is assigned a value that is never used. [unreadVariable] csound-6.18.1/interfaces/CsoundFile.cpp:1029:21: style: Variable 'endDefinition' is assigned a value that is never used. [unreadVariable] csound-6.18.1/interfaces/Soundfile.cpp:77:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFM_RDWR [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/Soundfile.cpp:90:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFM_RDWR [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/Soundfile.cpp:142:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SFC_UPDATE_HEADER_NOW [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/Soundfile.cpp:150:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/Soundfile.cpp:158:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/Soundfile.hpp:97:18: style: Virtual function 'initialize' is called from constructor 'Soundfile()' at line 35. Dynamic binding is not used. [virtualCallInConstructor] csound-6.18.1/interfaces/Soundfile.cpp:35:5: note: Calling initialize csound-6.18.1/interfaces/Soundfile.hpp:97:18: note: initialize is a virtual function csound-6.18.1/interfaces/Soundfile.hpp:179:17: style: Virtual function 'close' is called from destructor '~Soundfile()' at line 39. Dynamic binding is not used. [virtualCallInConstructor] csound-6.18.1/interfaces/Soundfile.cpp:39:5: note: Calling close csound-6.18.1/interfaces/Soundfile.hpp:179:17: note: close is a virtual function csound-6.18.1/interfaces/csPerfThread.cpp:177:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/csPerfThread.cpp:344:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_WARNING [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/csPerfThread.cpp:538:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_MEMORY [valueFlowBailoutIncompleteVar] csound-6.18.1/interfaces/csPerfThread.hpp:146:7: style:inconclusive: Technically the member function 'CsoundPerformanceThread::isRunning' can be const. [functionConst] csound-6.18.1/interfaces/csPerfThread.hpp:172:9: style:inconclusive: Technically the member function 'CsoundPerformanceThread::GetStatus' can be const. [functionConst] csound-6.18.1/interfaces/csPerfThread.cpp:44:9: style:inconclusive: Technically the member function 'CsoundPerformanceThreadMessage::GetPaused' can be const. [functionConst] csound-6.18.1/interfaces/csPerfThread.cpp:324:15: warning: Class 'CsPerfThreadMsg_ScoreEvent' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] csound-6.18.1/interfaces/csPerfThread.cpp:324:15: warning: Class 'CsPerfThreadMsg_ScoreEvent' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] csound-6.18.1/interfaces/csPerfThread.cpp:372:15: warning: Class 'CsPerfThreadMsg_InputMessage' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] csound-6.18.1/interfaces/csPerfThread.cpp:372:15: warning: Class 'CsPerfThreadMsg_InputMessage' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] csound-6.18.1/interfaces/csPerfThread.hpp:230:5: style: Class 'CsoundPerformanceThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/csPerfThread.hpp:231:5: style: Class 'CsoundPerformanceThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/csPerfThread.cpp:83:5: style: Class 'CsPerfThreadMsg_Play' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/csPerfThread.cpp:99:5: style: Class 'CsPerfThreadMsg_Pause' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/csPerfThread.cpp:115:5: style: Class 'CsPerfThreadMsg_TogglePause' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/csPerfThread.cpp:244:5: style: Class 'CsPerfThreadMsg_StopRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/csPerfThread.cpp:282:5: style: Class 'CsPerfThreadMsg_Stop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/csPerfThread.cpp:506:5: style: Class 'CsPerfThread_PerformScore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/csPerfThread.cpp:85:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:68:17: note: Virtual function in base class csound-6.18.1/interfaces/csPerfThread.cpp:85:9: note: Function in derived class csound-6.18.1/interfaces/csPerfThread.cpp:90:6: style: The destructor '~CsPerfThreadMsg_Play' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:74:14: note: Virtual destructor in base class csound-6.18.1/interfaces/csPerfThread.cpp:90:6: note: Destructor in derived class csound-6.18.1/interfaces/csPerfThread.cpp:101:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:68:17: note: Virtual function in base class csound-6.18.1/interfaces/csPerfThread.cpp:101:9: note: Function in derived class csound-6.18.1/interfaces/csPerfThread.cpp:106:6: style: The destructor '~CsPerfThreadMsg_Pause' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:74:14: note: Virtual destructor in base class csound-6.18.1/interfaces/csPerfThread.cpp:106:6: note: Destructor in derived class csound-6.18.1/interfaces/csPerfThread.cpp:117:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:68:17: note: Virtual function in base class csound-6.18.1/interfaces/csPerfThread.cpp:117:9: note: Function in derived class csound-6.18.1/interfaces/csPerfThread.cpp:122:6: style: The destructor '~CsPerfThreadMsg_TogglePause' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:74:14: note: Virtual destructor in base class csound-6.18.1/interfaces/csPerfThread.cpp:122:6: note: Destructor in derived class csound-6.18.1/interfaces/csPerfThread.cpp:219:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:68:17: note: Virtual function in base class csound-6.18.1/interfaces/csPerfThread.cpp:219:9: note: Function in derived class csound-6.18.1/interfaces/csPerfThread.cpp:223:6: style: The destructor '~CsPerfThreadMsg_Record' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:74:14: note: Virtual destructor in base class csound-6.18.1/interfaces/csPerfThread.cpp:223:6: note: Destructor in derived class csound-6.18.1/interfaces/csPerfThread.cpp:246:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:68:17: note: Virtual function in base class csound-6.18.1/interfaces/csPerfThread.cpp:246:9: note: Function in derived class csound-6.18.1/interfaces/csPerfThread.cpp:270:6: style: The destructor '~CsPerfThreadMsg_StopRecord' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:74:14: note: Virtual destructor in base class csound-6.18.1/interfaces/csPerfThread.cpp:270:6: note: Destructor in derived class csound-6.18.1/interfaces/csPerfThread.cpp:288:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:68:17: note: Virtual function in base class csound-6.18.1/interfaces/csPerfThread.cpp:288:9: note: Function in derived class csound-6.18.1/interfaces/csPerfThread.cpp:292:6: style: The destructor '~CsPerfThreadMsg_Stop' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:74:14: note: Virtual destructor in base class csound-6.18.1/interfaces/csPerfThread.cpp:292:6: note: Destructor in derived class csound-6.18.1/interfaces/csPerfThread.cpp:328:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:68:17: note: Virtual function in base class csound-6.18.1/interfaces/csPerfThread.cpp:328:9: note: Function in derived class csound-6.18.1/interfaces/csPerfThread.cpp:348:6: style: The destructor '~CsPerfThreadMsg_ScoreEvent' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:74:14: note: Virtual destructor in base class csound-6.18.1/interfaces/csPerfThread.cpp:348:6: note: Destructor in derived class csound-6.18.1/interfaces/csPerfThread.cpp:375:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:68:17: note: Virtual function in base class csound-6.18.1/interfaces/csPerfThread.cpp:375:9: note: Function in derived class csound-6.18.1/interfaces/csPerfThread.cpp:380:6: style: The destructor '~CsPerfThreadMsg_InputMessage' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:74:14: note: Virtual destructor in base class csound-6.18.1/interfaces/csPerfThread.cpp:380:6: note: Destructor in derived class csound-6.18.1/interfaces/csPerfThread.cpp:402:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:68:17: note: Virtual function in base class csound-6.18.1/interfaces/csPerfThread.cpp:402:9: note: Function in derived class csound-6.18.1/interfaces/csPerfThread.cpp:407:6: style: The destructor '~CsPerfThreadMsg_SetScoreOffsetSeconds' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] csound-6.18.1/interfaces/csPerfThread.cpp:74:14: note: Virtual destructor in base class csound-6.18.1/interfaces/csPerfThread.cpp:407:6: note: Destructor in derived class csound-6.18.1/interfaces/csPerfThread.cpp:128:33: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:144:28: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:202:29: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:210:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:214:64: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:257:20: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:426:17: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:483:13: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:508:12: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:569:63: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:718:13: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:786:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:792:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:798:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:804:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:810:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:816:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:822:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:828:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:834:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:840:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:846:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:853:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:859:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:865:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:871:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:877:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:883:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/csPerfThread.cpp:157:40: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] csound-6.18.1/interfaces/csPerfThread.cpp:670:50: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] csound-6.18.1/interfaces/csPerfThread.cpp:857:84: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] csound-6.18.1/interfaces/cs_glue.cpp:1026:24: warning: Member variable 'CsoundMidiInputStream::buf_' is not initialized in the constructor. [uninitMemberVar] csound-6.18.1/interfaces/cs_glue.cpp:1032:24: warning: Member variable 'CsoundMidiInputStream::buf_' is not initialized in the constructor. [uninitMemberVar] csound-6.18.1/interfaces/cs_glue.cpp:1282:25: warning: Member variable 'CsoundMidiOutputStream::buf_' is not initialized in the constructor. [uninitMemberVar] csound-6.18.1/interfaces/cs_glue.cpp:1288:25: warning: Member variable 'CsoundMidiOutputStream::buf_' is not initialized in the constructor. [uninitMemberVar] csound-6.18.1/interfaces/cs_glue.hpp:43:9: style:inconclusive: Technically the member function 'CsoundOpcodeList::Count' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:47:23: note: Technically the member function 'CsoundOpcodeList::Count' can be const. csound-6.18.1/interfaces/cs_glue.hpp:43:9: note: Technically the member function 'CsoundOpcodeList::Count' can be const. csound-6.18.1/interfaces/cs_glue.hpp:48:17: style:inconclusive: Technically the member function 'CsoundOpcodeList::Name' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:57:32: note: Technically the member function 'CsoundOpcodeList::Name' can be const. csound-6.18.1/interfaces/cs_glue.hpp:48:17: note: Technically the member function 'CsoundOpcodeList::Name' can be const. csound-6.18.1/interfaces/cs_glue.hpp:53:17: style:inconclusive: Technically the member function 'CsoundOpcodeList::OutTypes' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:69:32: note: Technically the member function 'CsoundOpcodeList::OutTypes' can be const. csound-6.18.1/interfaces/cs_glue.hpp:53:17: note: Technically the member function 'CsoundOpcodeList::OutTypes' can be const. csound-6.18.1/interfaces/cs_glue.hpp:58:17: style:inconclusive: Technically the member function 'CsoundOpcodeList::InTypes' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:81:32: note: Technically the member function 'CsoundOpcodeList::InTypes' can be const. csound-6.18.1/interfaces/cs_glue.hpp:58:17: note: Technically the member function 'CsoundOpcodeList::InTypes' can be const. csound-6.18.1/interfaces/cs_glue.hpp:89:9: style:inconclusive: Technically the member function 'CsoundChannelList::Count' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:160:24: note: Technically the member function 'CsoundChannelList::Count' can be const. csound-6.18.1/interfaces/cs_glue.hpp:89:9: note: Technically the member function 'CsoundChannelList::Count' can be const. csound-6.18.1/interfaces/cs_glue.hpp:94:17: style:inconclusive: Technically the member function 'CsoundChannelList::Name' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:170:33: note: Technically the member function 'CsoundChannelList::Name' can be const. csound-6.18.1/interfaces/cs_glue.hpp:94:17: note: Technically the member function 'CsoundChannelList::Name' can be const. csound-6.18.1/interfaces/cs_glue.hpp:99:9: style:inconclusive: Technically the member function 'CsoundChannelList::Type' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:182:24: note: Technically the member function 'CsoundChannelList::Type' can be const. csound-6.18.1/interfaces/cs_glue.hpp:99:9: note: Technically the member function 'CsoundChannelList::Type' can be const. csound-6.18.1/interfaces/cs_glue.hpp:104:9: style:inconclusive: Technically the member function 'CsoundChannelList::IsControlChannel' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:194:24: note: Technically the member function 'CsoundChannelList::IsControlChannel' can be const. csound-6.18.1/interfaces/cs_glue.hpp:104:9: note: Technically the member function 'CsoundChannelList::IsControlChannel' can be const. csound-6.18.1/interfaces/cs_glue.hpp:109:9: style:inconclusive: Technically the member function 'CsoundChannelList::IsAudioChannel' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:207:24: note: Technically the member function 'CsoundChannelList::IsAudioChannel' can be const. csound-6.18.1/interfaces/cs_glue.hpp:109:9: note: Technically the member function 'CsoundChannelList::IsAudioChannel' can be const. csound-6.18.1/interfaces/cs_glue.hpp:114:9: style:inconclusive: Technically the member function 'CsoundChannelList::IsStringChannel' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:220:24: note: Technically the member function 'CsoundChannelList::IsStringChannel' can be const. csound-6.18.1/interfaces/cs_glue.hpp:114:9: note: Technically the member function 'CsoundChannelList::IsStringChannel' can be const. csound-6.18.1/interfaces/cs_glue.hpp:119:9: style:inconclusive: Technically the member function 'CsoundChannelList::IsInputChannel' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:233:24: note: Technically the member function 'CsoundChannelList::IsInputChannel' can be const. csound-6.18.1/interfaces/cs_glue.hpp:119:9: note: Technically the member function 'CsoundChannelList::IsInputChannel' can be const. csound-6.18.1/interfaces/cs_glue.hpp:124:9: style:inconclusive: Technically the member function 'CsoundChannelList::IsOutputChannel' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:245:24: note: Technically the member function 'CsoundChannelList::IsOutputChannel' can be const. csound-6.18.1/interfaces/cs_glue.hpp:124:9: note: Technically the member function 'CsoundChannelList::IsOutputChannel' can be const. csound-6.18.1/interfaces/cs_glue.hpp:177:9: style:inconclusive: Technically the member function 'CsoundUtilityList::Count' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:363:24: note: Technically the member function 'CsoundUtilityList::Count' can be const. csound-6.18.1/interfaces/cs_glue.hpp:177:9: note: Technically the member function 'CsoundUtilityList::Count' can be const. csound-6.18.1/interfaces/cs_glue.hpp:182:17: style:inconclusive: Technically the member function 'CsoundUtilityList::Name' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:373:33: note: Technically the member function 'CsoundUtilityList::Name' can be const. csound-6.18.1/interfaces/cs_glue.hpp:182:17: note: Technically the member function 'CsoundUtilityList::Name' can be const. csound-6.18.1/interfaces/cs_glue.hpp:364:12: style:inconclusive: Technically the member function 'CsoundMYFLTArray::GetValue' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.hpp:381:10: style:inconclusive: Technically the member function 'CsoundMYFLTArray::GetValues' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.hpp:423:9: style:inconclusive: Technically the member function 'CsoundArgVList::argc' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:527:21: note: Technically the member function 'CsoundArgVList::argc' can be const. csound-6.18.1/interfaces/cs_glue.hpp:423:9: note: Technically the member function 'CsoundArgVList::argc' can be const. csound-6.18.1/interfaces/cs_glue.hpp:432:17: style:inconclusive: Technically the member function 'CsoundArgVList::argv' can be const. [functionConst] csound-6.18.1/interfaces/cs_glue.cpp:546:30: note: Technically the member function 'CsoundArgVList::argv' can be const. csound-6.18.1/interfaces/cs_glue.hpp:432:17: note: Technically the member function 'CsoundArgVList::argv' can be const. csound-6.18.1/interfaces/cs_glue.hpp:65:5: style: Class 'CsoundOpcodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:66:5: style: Class 'CsoundOpcodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:155:5: style: Class 'CsoundChannelList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:156:5: style: Class 'CsoundChannelList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:189:5: style: Class 'CsoundUtilityList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:190:5: style: Class 'CsoundUtilityList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:404:5: style: Class 'CsoundMYFLTArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:509:5: style: Class 'CsoundCallbackWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:510:5: style: Class 'CsoundCallbackWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:604:5: style: Class 'CsoundMidiInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:605:5: style: Class 'CsoundMidiInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:687:5: style: Class 'CsoundMidiOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:688:5: style: Class 'CsoundMidiOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] csound-6.18.1/interfaces/cs_glue.hpp:210:12: style: Class 'CsoundMYFLTArray' is unsafe, 'CsoundMYFLTArray::pp' can leak by wrong usage. [unsafeClassCanLeak] csound-6.18.1/interfaces/cs_glue.cpp:391:11: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:449:12: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:454:8: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:465:13: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:492:12: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:494:11: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:515:12: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:517:12: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:518:13: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:571:16: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:576:19: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:578:12: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:586:12: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:608:13: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:620:13: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:644:9: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:698:9: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:755:21: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:761:27: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:779:6: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:803:34: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:808:6: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:1042:21: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:1051:13: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:1072:7: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:1073:9: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:1299:21: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:1310:13: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:1332:7: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:1333:9: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/cs_glue.cpp:1209:21: style: The scope of the variable 'st' can be reduced. [variableScope] csound-6.18.1/interfaces/cs_glue.cpp:1236:21: style: The scope of the variable 'st' can be reduced. [variableScope] csound-6.18.1/interfaces/cs_glue.cpp:752:54: style:inconclusive: Function 'CsoundCallbackWrapper' argument 1 names different: declaration 'csound' definition 'cs'. [funcArgNamesDifferent] csound-6.18.1/interfaces/cs_glue.hpp:509:35: note: Function 'CsoundCallbackWrapper' argument 1 names different: declaration 'csound' definition 'cs'. csound-6.18.1/interfaces/cs_glue.cpp:752:54: note: Function 'CsoundCallbackWrapper' argument 1 names different: declaration 'csound' definition 'cs'. csound-6.18.1/interfaces/cs_glue.cpp:758:54: style:inconclusive: Function 'CsoundCallbackWrapper' argument 1 names different: declaration 'csound' definition 'cs'. [funcArgNamesDifferent] csound-6.18.1/interfaces/cs_glue.hpp:510:35: note: Function 'CsoundCallbackWrapper' argument 1 names different: declaration 'csound' definition 'cs'. csound-6.18.1/interfaces/cs_glue.cpp:758:54: note: Function 'CsoundCallbackWrapper' argument 1 names different: declaration 'csound' definition 'cs'. csound-6.18.1/interfaces/filebuilding.cpp:25:18: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/filebuilding.cpp:34:14: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/filebuilding.cpp:35:14: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/filebuilding.cpp:44:30: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/filebuilding.cpp:45:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/filebuilding.cpp:55:36: style: C-style pointer casting [cstyleCast] csound-6.18.1/interfaces/filebuilding.cpp:31:34: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] csound-6.18.1/longline.c:26:9: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] csound-6.18.1/longline.c:29:9: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] csound-6.18.1/longline.c:33:9: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] csound-6.18.1/longline.c:37:9: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] csound-6.18.1/longline.c:41:9: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] csound-6.18.1/longline.c:7:20: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] csound-6.18.1/longline.c:17:13: style: Variable 'p' can be declared as pointer to const [constVariablePointer] csound-6.18.1/tests/c/channel_tests.c:79:5: error: There is an unknown macro here somewhere. Configuration is required. If CU_ASSERT_EQUAL is a macro then please configure it. [unknownMacro] csound-6.18.1/tests/c/cscore_tests.c:67:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/csound_circular_buffer_test.c:140:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/csound_data_structures_test.c:155:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/csound_debugger_test.c:516:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/csound_debugger_test.c:53:10: style: Local variable 'count' shadows outer variable [shadowVariable] csound-6.18.1/tests/c/csound_debugger_test.c:193:5: note: Shadowed declaration csound-6.18.1/tests/c/csound_debugger_test.c:53:10: note: Shadow variable csound-6.18.1/tests/c/csound_debugger_test.c:94:10: style: Local variable 'count' shadows outer variable [shadowVariable] csound-6.18.1/tests/c/csound_debugger_test.c:193:5: note: Shadowed declaration csound-6.18.1/tests/c/csound_debugger_test.c:94:10: note: Shadow variable csound-6.18.1/tests/c/csound_debugger_test.c:132:58: style: Parameter 'bkpt_info' can be declared as pointer to const. However it seems that 'brkpt_cb3' is a callback function, if 'bkpt_info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/tests/c/csound_debugger_test.c:155:41: note: You might need to cast the function pointer here csound-6.18.1/tests/c/csound_debugger_test.c:132:58: note: Parameter 'bkpt_info' can be declared as pointer to const csound-6.18.1/tests/c/csound_debugger_test.c:165:58: style: Parameter 'bkpt_info' can be declared as pointer to const. However it seems that 'brkpt_cb4' is a callback function, if 'bkpt_info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/tests/c/csound_debugger_test.c:183:41: note: You might need to cast the function pointer here csound-6.18.1/tests/c/csound_debugger_test.c:165:58: note: Parameter 'bkpt_info' can be declared as pointer to const csound-6.18.1/tests/c/csound_debugger_test.c:236:58: style: Parameter 'bkpt_info' can be declared as pointer to const. However it seems that 'brkpt_cb6' is a callback function, if 'bkpt_info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/tests/c/csound_debugger_test.c:265:41: note: You might need to cast the function pointer here csound-6.18.1/tests/c/csound_debugger_test.c:236:58: note: Parameter 'bkpt_info' can be declared as pointer to const csound-6.18.1/tests/c/csound_debugger_test.c:307:58: style: Parameter 'bkpt_info' can be declared as pointer to const. However it seems that 'brkpt_cb7' is a callback function, if 'bkpt_info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/tests/c/csound_debugger_test.c:352:41: note: You might need to cast the function pointer here csound-6.18.1/tests/c/csound_debugger_test.c:307:58: note: Parameter 'bkpt_info' can be declared as pointer to const csound-6.18.1/tests/c/csound_debugger_test.c:311:10: style: Variable 'line' can be declared as pointer to const [constVariablePointer] csound-6.18.1/tests/c/csound_debugger_test.c:421:58: style: Parameter 'bkpt_info' can be declared as pointer to const. However it seems that 'brkpt_cb9' is a callback function, if 'bkpt_info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/tests/c/csound_debugger_test.c:489:41: note: You might need to cast the function pointer here csound-6.18.1/tests/c/csound_debugger_test.c:421:58: note: Parameter 'bkpt_info' can be declared as pointer to const csound-6.18.1/tests/c/csound_message_buffer_test.c:71:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/csound_orc_compile_test.c:174:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/csound_orc_compile_test.c:134:12: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/tests/c/csound_orc_compile_test.c:132:12: note: result is assigned csound-6.18.1/tests/c/csound_orc_compile_test.c:134:12: note: result is overwritten csound-6.18.1/tests/c/csound_orc_compile_test.c:138:12: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/tests/c/csound_orc_compile_test.c:134:12: note: result is assigned csound-6.18.1/tests/c/csound_orc_compile_test.c:138:12: note: result is overwritten csound-6.18.1/tests/c/csound_orc_compile_test.c:140:12: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/tests/c/csound_orc_compile_test.c:138:12: note: result is assigned csound-6.18.1/tests/c/csound_orc_compile_test.c:140:12: note: result is overwritten csound-6.18.1/tests/c/csound_orc_compile_test.c:140:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable] csound-6.18.1/tests/c/csound_orc_semantics_test.c:267:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/csound_orc_semantics_test.c:56:13: style: Redundant initialization for 'entries'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/tests/c/csound_orc_semantics_test.c:42:23: note: entries is initialized csound-6.18.1/tests/c/csound_orc_semantics_test.c:56:13: note: entries is overwritten csound-6.18.1/tests/c/csound_type_system_test.c:37:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_A [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/csound_type_system_test.c:90:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/engine_test.c:62:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/io_test.c:28:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_MIDIDEVICE [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/io_test.c:98:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/io_test.c:108:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/io_test.c:116:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CALLBACK_KBD_EVENT [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/io_test.c:292:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/liveCoder.hpp:40:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/liveCoder.cpp:47:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/liveCoder.hpp:22:3: warning: Member variable 'liveCsound::result' is not initialized in the constructor. [uninitMemberVar] csound-6.18.1/tests/c/liveCoder.hpp:22:3: warning: Member variable 'liveCsound::csound' is not initialized in the constructor. [uninitMemberVar] csound-6.18.1/tests/c/liveCoder.hpp:50:30: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/liveCoder.cpp:16:21: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/liveCoder.cpp:17:21: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/liveCoder.cpp:23:39: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/liveCoder.cpp:62:24: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/liveCoder.cpp:55:3: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] csound-6.18.1/tests/c/liveCoder.cpp:60:26: style:inconclusive: Function 'csThread' argument 1 names different: declaration 'clientData' definition 'data'. [funcArgNamesDifferent] csound-6.18.1/tests/c/liveCoder.cpp:9:26: note: Function 'csThread' argument 1 names different: declaration 'clientData' definition 'data'. csound-6.18.1/tests/c/liveCoder.cpp:60:26: note: Function 'csThread' argument 1 names different: declaration 'clientData' definition 'data'. csound-6.18.1/tests/c/liveCoder.hpp:36:14: style: Unused variable: findString [unusedVariable] csound-6.18.1/tests/c/perfthread_test.cpp:87:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/perfthread_test.cpp:32:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/perfthread_test.cpp:34:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/perfthread_test.cpp:42:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/perfthread_test.cpp:44:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/perfthread_test.cpp:64:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/perfthread_test.cpp:65:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/perfthread_test.cpp:67:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/server_test.cpp:59:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/server_test.cpp:102:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUE_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/tests/c/server_test.cpp:66:16: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/server_test.cpp:67:15: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/server_test.cpp:82:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/c/server_test.cpp:83:22: style: C-style pointer casting [cstyleCast] csound-6.18.1/tests/coverity_models/coverity_model.c:49:12: error: Uninitialized variable: p [uninitvar] csound-6.18.1/tests/coverity_models/coverity_model.c:62:9: error: Uninitialized variable: maybe [uninitvar] csound-6.18.1/tests/coverity_models/coverity_model.c:63:16: error: Uninitialized variable: p [uninitvar] csound-6.18.1/tests/coverity_models/coverity_model.c:57:22: note: Assuming condition is false csound-6.18.1/tests/coverity_models/coverity_model.c:63:16: note: Uninitialized variable: p csound-6.18.1/tests/coverity_models/coverity_model.c:95:11: error: Uninitialized variable: w [uninitvar] csound-6.18.1/tests/coverity_models/coverity_model.c:103:12: error: Uninitialized variable: g [uninitvar] csound-6.18.1/tests/coverity_models/coverity_model.c:129:9: error: Uninitialized variable: d [uninitvar] csound-6.18.1/tests/coverity_models/coverity_model.c:92:13: style: Variable 'w' is not assigned a value. [unassignedVariable] csound-6.18.1/util/SDIF/sdif-mem.c:148:56: style: Parameter 'head' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/SDIF/sdif-mem.c:294:12: style: Variable 'pad' can be declared as const array [constVariable] csound-6.18.1/util/SDIF/sdif.c:112:9: style: Condition '!SizeofSanityCheck()' is always false [knownConditionTrueFalse] csound-6.18.1/util/SDIF/sdif.c:661:19: note: Assignment 'OOK=1', assigned value is 1 csound-6.18.1/util/SDIF/sdif.c:112:27: note: Calling function 'SizeofSanityCheck' returns 1 csound-6.18.1/util/SDIF/sdif.c:112:9: note: Condition '!SizeofSanityCheck()' is always false csound-6.18.1/util/SDIF/sdif.c:682:9: style: Condition '!OOK' is always false [knownConditionTrueFalse] csound-6.18.1/util/SDIF/sdif.c:661:19: note: Assignment 'OOK=1', assigned value is 1 csound-6.18.1/util/SDIF/sdif.c:682:9: note: Condition '!OOK' is always false csound-6.18.1/util/SDIF/sdif.c:105:38: style:inconclusive: Function 'SDIF_GetErrorString' argument 1 names different: declaration 'errorcode' definition 'error_code'. [funcArgNamesDifferent] csound-6.18.1/util/SDIF/sdif.h:170:38: note: Function 'SDIF_GetErrorString' argument 1 names different: declaration 'errorcode' definition 'error_code'. csound-6.18.1/util/SDIF/sdif.c:105:38: note: Function 'SDIF_GetErrorString' argument 1 names different: declaration 'errorcode' definition 'error_code'. csound-6.18.1/util/SDIF/sdif.c:318:51: style:inconclusive: Function 'SDIF_SkipFrame' argument 1 names different: declaration 'fh' definition 'head'. [funcArgNamesDifferent] csound-6.18.1/util/SDIF/sdif.h:233:51: note: Function 'SDIF_SkipFrame' argument 1 names different: declaration 'fh' definition 'head'. csound-6.18.1/util/SDIF/sdif.c:318:51: note: Function 'SDIF_SkipFrame' argument 1 names different: declaration 'fh' definition 'head'. csound-6.18.1/util/SDIF/sdif.c:448:34: style:inconclusive: Function 'SDIF_Char4Eq' argument 1 names different: declaration 'thisone' definition 'ths'. [funcArgNamesDifferent] csound-6.18.1/util/SDIF/sdif.h:287:34: note: Function 'SDIF_Char4Eq' argument 1 names different: declaration 'thisone' definition 'ths'. csound-6.18.1/util/SDIF/sdif.c:448:34: note: Function 'SDIF_Char4Eq' argument 1 names different: declaration 'thisone' definition 'ths'. csound-6.18.1/util/SDIF/sdif.c:448:51: style:inconclusive: Function 'SDIF_Char4Eq' argument 2 names different: declaration 'thatone' definition 'that'. [funcArgNamesDifferent] csound-6.18.1/util/SDIF/sdif.h:287:55: note: Function 'SDIF_Char4Eq' argument 2 names different: declaration 'thatone' definition 'that'. csound-6.18.1/util/SDIF/sdif.c:448:51: note: Function 'SDIF_Char4Eq' argument 2 names different: declaration 'thatone' definition 'that'. csound-6.18.1/util/SDIF/sdif.c:688:46: style:inconclusive: Function 'SkipBytes' argument 2 names different: declaration 'numBytes' definition 'bytesToSkip'. [funcArgNamesDifferent] csound-6.18.1/util/SDIF/sdif.c:84:46: note: Function 'SkipBytes' argument 2 names different: declaration 'numBytes' definition 'bytesToSkip'. csound-6.18.1/util/SDIF/sdif.c:688:46: note: Function 'SkipBytes' argument 2 names different: declaration 'numBytes' definition 'bytesToSkip'. csound-6.18.1/util/SDIF/sdif.c:444:20: style: Variable 'id' is not assigned a value. [unassignedVariable] csound-6.18.1/util/SDIF/sdif2adsyn.c:158:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util/atsa.c:534:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/util/atsa.c:861:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/util/atsa.c:1129:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/util/atsa.c:1491:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/util/atsa.c:1677:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/util/atsa.c:1686:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/util/atsa.c:1814:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/util/atsa.c:1951:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util/atsa.c:2020:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/util/atsa.c:2516:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/util/atsa.c:914:38: style:inconclusive: Function 'push_peak' argument 3 names different: declaration 'peaks' definition 'peaks_list'. [funcArgNamesDifferent] csound-6.18.1/util/atsa.c:319:38: note: Function 'push_peak' argument 3 names different: declaration 'peaks' definition 'peaks_list'. csound-6.18.1/util/atsa.c:914:38: note: Function 'push_peak' argument 3 names different: declaration 'peaks' definition 'peaks_list'. csound-6.18.1/util/atsa.c:1127:53: style:inconclusive: Function 'phase_interp' argument 2 names different: declaration 'OtherPhase' definition 'RightPhase'. [funcArgNamesDifferent] csound-6.18.1/util/atsa.c:1018:53: note: Function 'phase_interp' argument 2 names different: declaration 'OtherPhase' definition 'RightPhase'. csound-6.18.1/util/atsa.c:1127:53: note: Function 'phase_interp' argument 2 names different: declaration 'OtherPhase' definition 'RightPhase'. csound-6.18.1/util/atsa.c:1433:65: style:inconclusive: Function 'residual_get_band_energy' argument 3 names different: declaration 'fft_struct' definition 'fft'. [funcArgNamesDifferent] csound-6.18.1/util/atsa.c:1389:65: note: Function 'residual_get_band_energy' argument 3 names different: declaration 'fft_struct' definition 'fft'. csound-6.18.1/util/atsa.c:1433:65: note: Function 'residual_get_band_energy' argument 3 names different: declaration 'fft_struct' definition 'fft'. csound-6.18.1/util/atsa.c:1454:51: style:inconclusive: Function 'residual_compute_band_energy' argument 1 names different: declaration 'fft_struct' definition 'fft'. [funcArgNamesDifferent] csound-6.18.1/util/atsa.c:1391:51: note: Function 'residual_compute_band_energy' argument 1 names different: declaration 'fft_struct' definition 'fft'. csound-6.18.1/util/atsa.c:1454:51: note: Function 'residual_compute_band_energy' argument 1 names different: declaration 'fft_struct' definition 'fft'. csound-6.18.1/util/atsa.c:611:14: style: Variable 's' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/atsa.c:775:42: style: Parameter 'edges' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:893:33: style: Parameter 'win' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:913:54: style: Parameter 'new_peak' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:1163:38: style: Parameter 'tracks_size' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:1320:25: style: Variable 'peak' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/atsa.c:1404:56: style: Parameter 'true_bands' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:1454:61: style: Parameter 'band_limits' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:1489:14: style: Variable 'fd' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/atsa.c:1801:53: style: Parameter 'win_samps' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:2016:14: style: Variable 'fd' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/atsa.c:2416:35: style: Parameter 'anargs' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:2484:52: style: Parameter 'anargs' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:2655:38: style: Parameter 'arr' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:2667:39: style: Parameter 'arr' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:2679:38: style: Parameter 'arr' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/atsa.c:1049:18: style: Variable 'ats_peak.frq' is assigned a value that is never used. [unreadVariable] csound-6.18.1/util/atsa.c:1050:18: style: Variable 'ats_peak.pha' is assigned a value that is never used. [unreadVariable] csound-6.18.1/util/utilmain.h:40:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_EXITJMP_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/util/csanalyze.c:40:13: style: Variable 'csound' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/cvanal.c:56:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALLCHNLS [valueFlowBailoutIncompleteVar] csound-6.18.1/util/cvanal.c:199:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALLCHNLS [valueFlowBailoutIncompleteVar] csound-6.18.1/util/cvanal.c:264:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CVSTRUCT [valueFlowBailoutIncompleteVar] csound-6.18.1/util/cvanal.c:190:49: style:inconclusive: Function 'takeFFT' argument 2 names different: declaration 'inputSound' definition 'p'. [funcArgNamesDifferent] csound-6.18.1/util/cvanal.c:37:49: note: Function 'takeFFT' argument 2 names different: declaration 'inputSound' definition 'p'. csound-6.18.1/util/cvanal.c:190:49: note: Function 'takeFFT' argument 2 names different: declaration 'inputSound' definition 'p'. csound-6.18.1/util/cvanal.c:190:62: style:inconclusive: Function 'takeFFT' argument 3 names different: declaration 'outputCVH' definition 'cvh'. [funcArgNamesDifferent] csound-6.18.1/util/cvanal.c:37:71: note: Function 'takeFFT' argument 3 names different: declaration 'outputCVH' definition 'cvh'. csound-6.18.1/util/cvanal.c:190:62: note: Function 'takeFFT' argument 3 names different: declaration 'outputCVH' definition 'cvh'. csound-6.18.1/util/cvanal.c:229:15: style: Local variable 'i' shadows outer variable [shadowVariable] csound-6.18.1/util/cvanal.c:193:13: note: Shadowed declaration csound-6.18.1/util/cvanal.c:229:15: note: Shadow variable csound-6.18.1/util/cvanal.c:55:14: style: Variable 'ofd_handle' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/dnoise.c:262:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALLCHNLS [valueFlowBailoutIncompleteVar] csound-6.18.1/util/dnoise.c:1252:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_REALTIME [valueFlowBailoutIncompleteVar] csound-6.18.1/util/dnoise.c:1274:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/util/dnoise.c:904:10: style: Variable 'nMax' is reassigned a value before the old one has been used. [redundantAssignment] csound-6.18.1/util/dnoise.c:542:10: note: nMax is assigned csound-6.18.1/util/dnoise.c:904:10: note: nMax is overwritten csound-6.18.1/util/envext.c:120:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOUNDIN [valueFlowBailoutIncompleteVar] csound-6.18.1/util/envext.c:149:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/util/envext.c:135:35: style: Parameter 'outname' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/het_export.c:47:12: style: Variable 'endata' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/het_import.c:54:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/util/het_import.c:105:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int16 [valueFlowBailoutIncompleteVar] csound-6.18.1/util/heti_main.c:57:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/util/hetro.c:268:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/util/hetro.c:475:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI [valueFlowBailoutIncompleteVar] csound-6.18.1/util/hetro.c:541:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/util/hetro.c:625:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int16 [valueFlowBailoutIncompleteVar] csound-6.18.1/util/hetro.c:845:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFTYPE_SDIF [valueFlowBailoutIncompleteVar] csound-6.18.1/util/hetro.c:423:20: style: Condition 'smplno<=t->smpsin-t->windsiz' is always true [knownConditionTrueFalse] csound-6.18.1/util/hetro.c:408:29: note: Assuming that condition 'smplnosmpsin-t->windsiz' is not redundant csound-6.18.1/util/hetro.c:423:20: note: Condition 'smplno<=t->smpsin-t->windsiz' is always true csound-6.18.1/util/hetro.c:308:14: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:309:14: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:310:15: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:311:18: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:312:18: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:313:17: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:314:17: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:315:17: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:316:17: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:317:17: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:318:17: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:319:18: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:320:18: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:321:18: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:322:18: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:323:16: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:324:15: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] csound-6.18.1/util/hetro.c:148:24: style: Variable 'endbufs' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/hetro.c:375:27: style: Parameter 't' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/hetro.c:375:38: style: Parameter 'inb' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/hetro.c:381:25: style: Parameter 't' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/hetro.c:394:14: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/hetro.c:904:34: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/hetro.c:906:11: style: Variable 'dot' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/hetro.c:43:18: style: struct member 'SDIF_RowOf1TRC::index' is never used. [unusedStructMember] csound-6.18.1/util/hetro.c:43:25: style: struct member 'SDIF_RowOf1TRC::freq' is never used. [unusedStructMember] csound-6.18.1/util/hetro.c:43:31: style: struct member 'SDIF_RowOf1TRC::amp' is never used. [unusedStructMember] csound-6.18.1/util/hetro.c:43:36: style: struct member 'SDIF_RowOf1TRC::phase' is never used. [unusedStructMember] csound-6.18.1/util/hetro.c:239:29: style: Variable 's' is assigned a value that is never used. [unreadVariable] csound-6.18.1/util/lpanal.c:356:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPOLES [valueFlowBailoutIncompleteVar] csound-6.18.1/util/lpanal.c:806:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] csound-6.18.1/util/lpanal.c:821:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPOLES [valueFlowBailoutIncompleteVar] csound-6.18.1/util/lpanal.c:898:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPOLES [valueFlowBailoutIncompleteVar] csound-6.18.1/util/lpanal.c:1112:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tpsii [valueFlowBailoutIncompleteVar] csound-6.18.1/util/lpanal.c:1205:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/util/lpanal.c:1267:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TWOPI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/util/lpanal.c:752:18: style: Local variable 'i' shadows outer variable [shadowVariable] csound-6.18.1/util/lpanal.c:369:17: note: Shadowed declaration csound-6.18.1/util/lpanal.c:752:18: note: Shadow variable csound-6.18.1/util/lpanal.c:752:21: style: Local variable 'j' shadows outer variable [shadowVariable] csound-6.18.1/util/lpanal.c:369:20: note: Shadowed declaration csound-6.18.1/util/lpanal.c:752:21: note: Shadow variable csound-6.18.1/util/lpanal.c:894:24: style: Parameter 'thislp' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/lpanal.c:895:57: style: Parameter 'bold' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/lpanal.c:1023:47: style: Parameter 'lpg' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/lpanal.c:1104:50: style: Parameter 'g' can be declared as const array [constParameter] csound-6.18.1/util/lpanal.c:1104:61: style: Parameter 'h' can be declared as const array [constParameter] csound-6.18.1/util/lpanal.c:1113:15: style: Variable 'tgamphi' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/lpanal.c:1113:25: style: Variable 'tgampsi' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/lpanal.c:588:18: style: Variable 'nb' is assigned a value that is never used. [unreadVariable] csound-6.18.1/util/lpanal.c:767:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable] csound-6.18.1/util/lpc_export.c:70:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LPHEADER [valueFlowBailoutIncompleteVar] csound-6.18.1/util/lpc_import.c:66:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LPHEADER [valueFlowBailoutIncompleteVar] csound-6.18.1/util/lpci_main.c:62:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util/lpci_main.c:82:7: error: Resource leak: inf [resourceLeak] csound-6.18.1/util/lpci_main.c:82:7: error: Resource leak: outf [resourceLeak] csound-6.18.1/util/lpcx_main.c:71:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LPHEADER [valueFlowBailoutIncompleteVar] csound-6.18.1/util/mixer.c:140:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AE_ALAW [valueFlowBailoutIncompleteVar] csound-6.18.1/util/mixer.c:184:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TYP_AIFF [valueFlowBailoutIncompleteVar] csound-6.18.1/util/mixer.c:437:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sr [valueFlowBailoutIncompleteVar] csound-6.18.1/util/mixer.c:530:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOUNDIN [valueFlowBailoutIncompleteVar] csound-6.18.1/util/mixer.c:550:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/util/mixer.c:616:33: style: Condition 'mixin[i].start>sample' is always true [knownConditionTrueFalse] csound-6.18.1/util/mixer.c:581:20: note: Assuming that condition 'sample>=mixin[i].start' is not redundant csound-6.18.1/util/mixer.c:616:33: note: Condition 'mixin[i].start>sample' is always true csound-6.18.1/util/mixer.c:272:19: style: Redundant initialization for 'src'. The initialized value is overwritten before it is read. [redundantInitialization] csound-6.18.1/util/mixer.c:270:27: note: src is initialized csound-6.18.1/util/mixer.c:272:19: note: src is overwritten csound-6.18.1/util/mixer.c:305:23: style: Local variable 'n' shadows outer variable [shadowVariable] csound-6.18.1/util/mixer.c:171:21: note: Shadowed declaration csound-6.18.1/util/mixer.c:305:23: note: Shadow variable csound-6.18.1/util/mixer.c:321:17: style: Local variable 'i' shadows outer variable [shadowVariable] csound-6.18.1/util/mixer.c:168:21: note: Shadowed declaration csound-6.18.1/util/mixer.c:321:17: note: Shadow variable csound-6.18.1/util/mixer.c:491:19: style: Local variable 'tt' shadows outer variable [shadowVariable] csound-6.18.1/util/mixer.c:439:17: note: Shadowed declaration csound-6.18.1/util/mixer.c:491:19: note: Shadow variable csound-6.18.1/util/mixer.c:639:19: style: Local variable 'n' shadows outer argument [shadowArgument] csound-6.18.1/util/mixer.c:546:50: note: Shadowed declaration csound-6.18.1/util/mixer.c:639:19: note: Shadow variable csound-6.18.1/util/mixer.c:546:77: style: Parameter 'O' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/mkdb.c:172:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DIRSEP [valueFlowBailoutIncompleteVar] csound-6.18.1/util/mkdb.c:142:5: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] csound-6.18.1/util/mkdb.c:179:9: style: Condition 'err' is always true [knownConditionTrueFalse] csound-6.18.1/util/mkdb.c:178:24: note: Calling function 'csOpenLibrary' returns -1 csound-6.18.1/util/mkdb.c:178:24: note: Assignment 'err=csOpenLibrary(&h,libraryPath)', assigned value is -1 csound-6.18.1/util/mkdb.c:179:9: note: Condition 'err' is always true csound-6.18.1/util/mkdb.c:193:21: style: Condition 'opcode_init!=NULL' is always false [knownConditionTrueFalse] csound-6.18.1/util/mkdb.c:192:33: note: Calling function 'csGetLibrarySymbol' returns 0 csound-6.18.1/util/mkdb.c:191:11: note: Assignment 'opcode_init=(long*)csGetLibrarySymbol(h,"csound_opcode_init")', assigned value is 0 csound-6.18.1/util/mkdb.c:193:21: note: Condition 'opcode_init!=NULL' is always false csound-6.18.1/util/mkdb.c:205:21: style: Condition 'init_func==NULL' is always true [knownConditionTrueFalse] csound-6.18.1/util/mkdb.c:204:53: note: Calling function 'csGetLibrarySymbol' returns 0 csound-6.18.1/util/mkdb.c:204:19: note: Assignment 'init_func=(int*)csGetLibrarySymbol(h,"csoundModuleInit")', assigned value is 0 csound-6.18.1/util/mkdb.c:205:21: note: Condition 'init_func==NULL' is always true csound-6.18.1/util/mkdb.c:104:26: style: Parameter 'library' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/mkdb.c:109:32: style: Parameter 'library' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/mkdb.c:140:26: style: Parameter 'cs' can be declared as pointer to const. However it seems that 'csAppendOpcode' is a callback function, if 'cs' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/util/mkdb.c:211:25: note: You might need to cast the function pointer here csound-6.18.1/util/mkdb.c:140:26: note: Parameter 'cs' can be declared as pointer to const csound-6.18.1/util/mkdb.c:140:36: style: Parameter 'op' can be declared as pointer to const. However it seems that 'csAppendOpcode' is a callback function, if 'op' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/util/mkdb.c:211:25: note: You might need to cast the function pointer here csound-6.18.1/util/mkdb.c:140:36: note: Parameter 'op' can be declared as pointer to const csound-6.18.1/util/mkdb.c:119:18: style: struct member 'oentry::dsblksiz' is never used. [unusedStructMember] csound-6.18.1/util/mkdb.c:120:18: style: struct member 'oentry::flags' is never used. [unusedStructMember] csound-6.18.1/util/mkdb.c:121:17: style: struct member 'oentry::thread' is never used. [unusedStructMember] csound-6.18.1/util/mkdb.c:122:18: style: struct member 'oentry::outypes' is never used. [unusedStructMember] csound-6.18.1/util/mkdb.c:123:18: style: struct member 'oentry::intypes' is never used. [unusedStructMember] csound-6.18.1/util/mkdb.c:124:19: style: struct member 'oentry::iopadr' is never used. [unusedStructMember] csound-6.18.1/util/mkdb.c:125:19: style: struct member 'oentry::kopadr' is never used. [unusedStructMember] csound-6.18.1/util/mkdb.c:126:19: style: struct member 'oentry::aopadr' is never used. [unusedStructMember] csound-6.18.1/util/mkdb.c:127:18: style: struct member 'oentry::useropinfo' is never used. [unusedStructMember] csound-6.18.1/util/mkdb.c:160:26: style: Unused variable: p [unusedVariable] csound-6.18.1/util/new_srconv.c:99:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util/new_srconv.c:121:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util/new_srconv.c:162:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util/new_srconv.c:194:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_FORMAT_PCM_16 [valueFlowBailoutIncompleteVar] csound-6.18.1/util/new_srconv.c:160:24: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/new_srconv.c:185:34: style: Variable 'bfile' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/new_srconv.c:107:40: error: Uninitialized variable: &n [uninitvar] csound-6.18.1/util/new_srconv.c:446:22: style: Variable 'data.src_ratio' is assigned a value that is never used. [unreadVariable] csound-6.18.1/util/pv_export.c:60:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pv_import.c:70:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pv_import.c:78:23: warning: %u in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] csound-6.18.1/util/pv_import.c:78:23: warning: %u in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] csound-6.18.1/util/pvanal.c:153:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALLCHNLS [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvanal.c:369:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvanal.c:396:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAPSIZE [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvanal.c:411:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STYPE_16 [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvanal.c:622:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvanal.c:763:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvanal.c:850:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvanal.c:915:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI_F [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvanal.c:151:25: style: Variable 'outfilnam' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/pvanal.c:233:20: style: Variable 'dummy' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/pvanal.c:716:14: style: Variable 'fp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/pvl_main.c:31:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_TYPE_MASK [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvl_main.c:51:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_EXITJMP_SUCCESS [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvlook.c:54:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_ORCH [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvlook.c:96:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] csound-6.18.1/util/pvlook.c:46:18: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/scale.c:79:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AE_ALAW [valueFlowBailoutIncompleteVar] csound-6.18.1/util/scale.c:156:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TYP_AIFF [valueFlowBailoutIncompleteVar] csound-6.18.1/util/scale.c:329:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSFILE_STD [valueFlowBailoutIncompleteVar] csound-6.18.1/util/scale.c:398:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOUNDIN [valueFlowBailoutIncompleteVar] csound-6.18.1/util/scale.c:448:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_REALTIME [valueFlowBailoutIncompleteVar] csound-6.18.1/util/scale.c:494:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_REALTIME [valueFlowBailoutIncompleteVar] csound-6.18.1/util/scale.c:137:18: style: Variable 'fd' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/scale.c:416:36: style: Parameter 'oparms' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/scale.c:465:56: style: Parameter 'oparms' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util/sndinfo.c:70:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SF_INFO [valueFlowBailoutIncompleteVar] csound-6.18.1/util/std_util.c:88:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_APIVERSION [valueFlowBailoutIncompleteVar] csound-6.18.1/util/xtrct.c:134:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_WARNMSG [valueFlowBailoutIncompleteVar] csound-6.18.1/util/xtrct.c:324:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOUNDIN [valueFlowBailoutIncompleteVar] csound-6.18.1/util/xtrct.c:360:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_REALTIME [valueFlowBailoutIncompleteVar] csound-6.18.1/util/xtrct.c:99:18: style: Variable 'fd' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util/xtrct.c:338:78: style: Parameter 'oparms' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/csd_util/base64.c:26:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/csd_util/base64.c:56:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/csd_util/cs.c:138:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/csd_util/cs.c:227:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/csd_util/cs.c:375:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/csd_util/cs.c:387:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] csound-6.18.1/util1/csd_util/cs.c:143:18: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] csound-6.18.1/util1/csd_util/cs.c:43:18: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/csd_util/cs.c:56:18: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/csd_util/cs.c:69:18: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/csd_util/cs.c:82:18: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/csd_util/cs.c:95:27: style: Parameter 'fullname' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/csd_util/cs.c:326:37: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/csd_util/cs.c:307:16: style: Variable 'midmatch' is assigned a value that is never used. [unreadVariable] csound-6.18.1/util1/csd_util/csb64enc.c:35:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/csd_util/makecsd.c:79:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/csd_util/makecsd.c:124:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/csd_util/makecsd.c:181:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/csd_util/makecsd.c:360:57: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] csound-6.18.1/util1/csd_util/makecsd.c:114:36: style: Parameter 'inflname' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:932:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/scot/scot.c:1031:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/scot/scot.c:1046:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/scot/scot.c:1060:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/scot/scot.c:1102:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/scot/scot.c:1410:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/scot/scot.c:1431:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/scot/scot.c:1453:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/scot/scot.c:1464:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/scot/scot.c:1471:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/scot/scot.c:171:34: style: Condition '&(timesig->denom)==0' is always false [knownConditionTrueFalse] csound-6.18.1/util1/scot/scot.c:94:63: style: Parameter 'endchar' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:609:25: style: Variable 'sp2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util1/scot/scot.c:680:21: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:737:20: style: Variable 'mv' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util1/scot/scot.c:775:22: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:864:24: style: Variable 'ps2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util1/scot/scot.c:1301:27: style: Parameter 'r' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:1338:33: style: Parameter 'a1' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:1338:42: style: Parameter 'a2' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:1363:33: style: Parameter 'a1' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:1363:42: style: Parameter 'a2' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:1370:42: style: Parameter 'a2' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:1382:24: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:1382:32: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:1395:33: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot.c:1449:29: style: Parameter 's' can be declared as pointer to const [constParameterPointer] csound-6.18.1/util1/scot/scot_main.c:16:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/scot/scot_main.c:11:30: style: Variable 'outname' can be declared as pointer to const [constVariablePointer] csound-6.18.1/util1/sortex/smain.c:35:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUNDMSG_TYPE_MASK [valueFlowBailoutIncompleteVar] csound-6.18.1/util1/sortex/xmain.c:43:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] csound-6.18.1/wasm/src/csound_wasm.c:33:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_PARAMS [valueFlowBailoutIncompleteVar] csound-6.18.1/wasm/src/csound_wasm.c:56:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_MIDIDEVICE [valueFlowBailoutIncompleteVar] csound-6.18.1/wasm/src/csound_wasm.c:61:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_MIDIDEVICE [valueFlowBailoutIncompleteVar] csound-6.18.1/wasm/src/csound_wasm.c:105:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_STATE_COMP [valueFlowBailoutIncompleteVar] csound-6.18.1/wasm/src/csound_wasm.c:135:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_MESSAGE_STR [valueFlowBailoutIncompleteVar] csound-6.18.1/wasm/src/csound_wasm.c:222:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/wasm/src/csound_wasm.c:226:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/wasm/src/csound_wasm.c:74:35: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/wasm/src/csound_wasm.c:221:31: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'midiInOpen' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/wasm/src/csound_wasm.c:232:47: note: You might need to cast the function pointer here csound-6.18.1/wasm/src/csound_wasm.c:221:31: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/wasm/src/csound_wasm.c:225:32: style: Parameter 'csound' can be declared as pointer to const. However it seems that 'midiInClose' is a callback function, if 'csound' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/wasm/src/csound_wasm.c:234:48: note: You might need to cast the function pointer here csound-6.18.1/wasm/src/csound_wasm.c:225:32: note: Parameter 'csound' can be declared as pointer to const csound-6.18.1/wasm/src/csound_wasm.c:225:46: style: Parameter 'userData' can be declared as pointer to const. However it seems that 'midiInClose' is a callback function, if 'userData' is declared with const you might also need to cast function pointer(s). [constParameterCallback] csound-6.18.1/wasm/src/csound_wasm.c:234:48: note: You might need to cast the function pointer here csound-6.18.1/wasm/src/csound_wasm.c:225:46: note: Parameter 'userData' can be declared as pointer to const csound-6.18.1/wasm/src/csound_wasm.c:258:37: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/wasm/src/csound_wasm.c:305:27: style: Parameter 'argv' can be declared as const array [constParameter] csound-6.18.1/wasm/src/plugin_example.c:34:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] csound-6.18.1/wasm/src/plugin_example.c:43:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_KSMPS [valueFlowBailoutIncompleteVar] csound-6.18.1/wasm/src/plugin_example.c:39:10: style: Variable 'in1' can be declared as pointer to const [constVariablePointer] csound-6.18.1/wasm/src/plugin_example.c:40:10: style: Variable 'in2' can be declared as pointer to const [constVariablePointer] csound-6.18.1/wasm/src/staticfix.c:4:31: style: Parameter 'csound' can be declared as pointer to const [constParameterPointer] csound-6.18.1/wasm/src/unsupported_opcodes.c:12:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] csound-6.18.1/wasm/src/unsupported_opcodes.c:36:101: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OENTRY [valueFlowBailoutIncompleteVar] csound-6.18.1/Bela/BelaCsound.cpp:96:1: error: The one definition rule is violated, different classes/structs have the same name 'DigiOut' [ctuOneDefinitionRuleViolation] csound-6.18.1/Bela/main.cpp:104:1: note: The one definition rule is violated, different classes/structs have the same name 'DigiOut' csound-6.18.1/Bela/BelaCsound.cpp:96:1: note: The one definition rule is violated, different classes/structs have the same name 'DigiOut' csound-6.18.1/Bela/BelaCsound.cpp:149:1: error: The one definition rule is violated, different classes/structs have the same name 'CsData' [ctuOneDefinitionRuleViolation] csound-6.18.1/Bela/main.cpp:310:1: note: The one definition rule is violated, different classes/structs have the same name 'CsData' csound-6.18.1/Bela/BelaCsound.cpp:149:1: note: The one definition rule is violated, different classes/structs have the same name 'CsData' csound-6.18.1/Opcodes/doppler.cpp:70:1: error: The one definition rule is violated, different classes/structs have the same name 'DelayLine' [ctuOneDefinitionRuleViolation] csound-6.18.1/examples/plugin/opcodes.cpp:133:1: note: The one definition rule is violated, different classes/structs have the same name 'DelayLine' csound-6.18.1/Opcodes/doppler.cpp:70:1: note: The one definition rule is violated, different classes/structs have the same name 'DelayLine' diff: DONE