2025-11-01 17:00 ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-cli/r-cran-cli_3.6.4.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-87-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.69 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.18.0 head-info: f3d9a37 (2025-11-01 16:00:45 +0100) count: 1558 1634 elapsed-time: 3.4 9.4 head-timing-info: old-timing-info: head results: cli/src/cli.h:11:0: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] cli/src/cli.h:11:2: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] cli/src/cleancall.h:13:0: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] cli/src/cleancall.h:13:2: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] cli/src/errors.c:19:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] cli/src/errors.c:82:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] cli/src/glue.c:65:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VECSXP [valueFlowBailoutIncompleteVar] cli/src/glue.c:236:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] cli/src/inst.c:8:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] cli/src/keypress-unix.c:152:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFL [valueFlowBailoutIncompleteVar] cli/src/keypress.c:80:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CE_UTF8 [valueFlowBailoutIncompleteVar] cli/src/md5.c:29:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] cli/src/md5.c:51:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] cli/src/md5.c:83:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] cli/src/md5.c:93:24: warning: Either the condition 'fd==-1' is redundant or read() argument nr 1 can have invalid value. The value is -1 but the valid values are '0:'. [invalidFunctionArg] cli/src/md5.c:88:12: note: Assuming that condition 'fd==-1' is not redundant cli/src/md5.c:93:24: note: Invalid argument cli/src/md5.h:418:13: style: Checking if unsigned expression 'nbytes' is less than zero. [unsignedLessThanZero] cli/src/sha1.c:205:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] cli/src/sha1.c:227:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] cli/src/sha1.c:264:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] cli/src/sha1.c:274:24: warning: Either the condition 'fd==-1' is redundant or read() argument nr 1 can have invalid value. The value is -1 but the valid values are '0:'. [invalidFunctionArg] cli/src/sha1.c:269:12: note: Assuming that condition 'fd==-1' is not redundant cli/src/sha1.c:274:24: note: Invalid argument cli/src/sha256.c:214:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] cli/src/sha256.c:236:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] cli/src/sha256.c:273:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] cli/src/sha256.c:283:24: warning: Either the condition 'fd==-1' is redundant or read() argument nr 1 can have invalid value. The value is -1 but the valid values are '0:'. [invalidFunctionArg] cli/src/sha256.c:278:12: note: Assuming that condition 'fd==-1' is not redundant cli/src/sha256.c:283:24: note: Invalid argument cli/src/vt.c:170:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cli/src/vt.c:191:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VECSXP [valueFlowBailoutIncompleteVar] cli/src/vt.c:209:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VECSXP [valueFlowBailoutIncompleteVar] cli/src/vt.c:816:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cli/src/vt.c:849:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cli/src/vt.c:918:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cli/src/vt.c:917:20: style: Condition 'cli_term_init(&term,c_width,c_height)' is always false [knownConditionTrueFalse] cli/src/vt.c:917:20: note: Calling function 'cli_term_init' returns 0 cli/src/vt.c:917:20: note: Condition 'cli_term_init(&term,c_width,c_height)' is always false cli/src/vt.c:105:55: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:126:55: style: Parameter 'col' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:249:52: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:314:38: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:314:59: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:383:38: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:383:59: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:444:37: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:444:58: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:449:37: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:449:58: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:454:38: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:454:59: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:459:37: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:459:58: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:464:37: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:464:58: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:468:38: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:468:59: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:473:38: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:473:59: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:478:38: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:478:59: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:482:38: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:482:59: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:487:38: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:487:59: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:491:37: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:491:58: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:495:37: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:495:58: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:676:42: style: Parameter 'vt' can be declared as pointer to const [constParameterPointer] cli/src/vt.c:676:63: style: Parameter 'term' can be declared as pointer to const [constParameterPointer] cli/src/vtparse.c:130:48: style: Parameter 'data' can be declared as pointer to const. However it seems that 'vtparse' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] cli/src/vtparse.h:22:8: note: You might need to cast the function pointer here cli/src/vtparse.c:130:48: note: Parameter 'data' can be declared as pointer to const cli/src/vtparse_table.c:43:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:44:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:45:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:46:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:47:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:48:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:49:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:50:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:51:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:52:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:53:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:54:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:55:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:56:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:57:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:58:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:59:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:60:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:61:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:62:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:63:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:64:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:65:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:66:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:68:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:70:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:71:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:72:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:73:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:74:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:101:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:170:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:187:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:195:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:198:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:199:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:200:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:201:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:202:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:205:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:206:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:207:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:208:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:209:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:210:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:211:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:212:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:213:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:214:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:215:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:216:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:217:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:218:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:219:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:220:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:221:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:222:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:223:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:224:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:225:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:226:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:227:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:228:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:230:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:232:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:233:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:234:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:235:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:236:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:237:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:238:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:239:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:240:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:241:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:242:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:243:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:244:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:245:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:246:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:247:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:248:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:249:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:250:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:251:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:252:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:253:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:254:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:255:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:256:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:257:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:258:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:259:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:260:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:261:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:262:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:263:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:264:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:265:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:266:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:267:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:268:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:269:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:270:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:271:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:272:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:273:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:274:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:275:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:276:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:277:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:278:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:279:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:280:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:281:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:282:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:283:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:284:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:285:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:286:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:287:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:288:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:289:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:290:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:291:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:292:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:293:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:294:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:295:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:296:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:297:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:298:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:299:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:300:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:301:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:302:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:303:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:304:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:305:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:306:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:307:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:308:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:309:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:310:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:311:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:312:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:313:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:314:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:315:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:316:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:317:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:318:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:319:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:320:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:321:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:322:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:323:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:324:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:325:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:326:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:327:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:328:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:329:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:330:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:331:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:332:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:349:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:357:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:360:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:361:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:362:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:363:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:364:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:367:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:368:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:369:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:370:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:371:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:372:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:373:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:374:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:375:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:376:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:377:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:378:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:379:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:380:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:381:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:382:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:383:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:384:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:385:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:386:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:387:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:388:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:389:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:390:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:392:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:394:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:395:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:396:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:397:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:398:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:399:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:400:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:401:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:402:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:403:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:404:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:405:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:406:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:407:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:408:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:409:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:410:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:411:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:412:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:413:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:414:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:415:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:416:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:417:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:418:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:419:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:420:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:421:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:422:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:423:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:424:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:425:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:426:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:427:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:428:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:429:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:430:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:494:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:511:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:519:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:522:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:523:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:524:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:525:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:526:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:529:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:530:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:531:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:532:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:533:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:534:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:535:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:536:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:537:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:538:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:539:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:540:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:541:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:542:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:543:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:544:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:545:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:546:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:547:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:548:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:549:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:550:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:551:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:552:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:554:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:556:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:557:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:558:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:559:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:560:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:577:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:578:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:579:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:580:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:581:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:582:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:583:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:584:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:585:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:586:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:587:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:588:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:589:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:590:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:591:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:592:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:656:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:673:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:681:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:684:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:685:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:686:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:687:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:688:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:691:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:692:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:693:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:694:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:695:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:696:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:697:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:698:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:699:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:700:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:701:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:702:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:703:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:704:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:705:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:706:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:707:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:708:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:709:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:710:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:711:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:712:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:713:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:714:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:716:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:718:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:719:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:720:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:721:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:722:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:749:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:755:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:756:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:757:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:758:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:759:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:760:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:761:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:762:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:763:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:764:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:765:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:766:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:767:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:768:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:769:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:770:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:771:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:772:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:773:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:774:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:775:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:776:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:777:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:778:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:779:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:780:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:781:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:782:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:783:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:784:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:785:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:786:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:787:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:788:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:789:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:790:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:791:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:792:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:793:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:794:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:795:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:796:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:797:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:798:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:799:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:800:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:801:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:802:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:803:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:804:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:805:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:806:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:807:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:808:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:809:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:810:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:811:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:812:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:813:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:814:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:815:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:816:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:817:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:818:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:835:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:843:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:846:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:847:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:848:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:849:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:850:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:853:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:854:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:855:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:856:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:857:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:858:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:859:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:860:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:861:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:862:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:863:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:864:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:865:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:866:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:867:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:868:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:869:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:870:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:871:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:872:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:873:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:874:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:875:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:876:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:878:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:880:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:881:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:882:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:883:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:884:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:885:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:886:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:887:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:888:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:889:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:890:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:891:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:892:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:893:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:894:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:895:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:896:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:897:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:898:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:899:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:900:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:901:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:902:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:903:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:904:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:905:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:906:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:907:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:908:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:909:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:910:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:911:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:912:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:913:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:914:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:915:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:916:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:917:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:918:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:919:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:920:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:921:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:922:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:923:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:924:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:925:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:926:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:927:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:928:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:929:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:930:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:931:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:932:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:933:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:934:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:935:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:936:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:937:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:938:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:939:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:940:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:941:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:942:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:943:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:944:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:945:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:946:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:947:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:948:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:949:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:950:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:951:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:952:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:953:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:954:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:955:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:956:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:957:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:958:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:959:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:960:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:961:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:962:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:963:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:964:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:965:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:966:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:967:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:968:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:969:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:970:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:971:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:972:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:973:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:974:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:975:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:976:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:977:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:978:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:979:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:980:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:997:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1005:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1008:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1009:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1010:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1011:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1012:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1015:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1016:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1017:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1018:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1019:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1020:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1021:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1022:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1023:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1024:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1025:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1026:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1027:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1028:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1029:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1030:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1031:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1032:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1033:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1034:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1035:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1036:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1037:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1038:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1040:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1042:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1043:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1044:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1045:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1046:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1047:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1048:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1049:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1050:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1051:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1052:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1053:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1054:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1055:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1056:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1057:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1058:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1059:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1060:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1061:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1062:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1063:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1064:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1065:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1066:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1067:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1068:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1069:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1070:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1071:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1072:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1073:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1074:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1075:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1076:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1077:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1078:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1079:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1080:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1081:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1082:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1083:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1084:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1085:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1086:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1087:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1088:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1089:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1090:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1091:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1092:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1093:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1094:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1095:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1096:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1097:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1098:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1099:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1100:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1101:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1102:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1103:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1104:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1105:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1106:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1107:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1108:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1109:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1110:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1111:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1112:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1113:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1114:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1115:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1116:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1117:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1118:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1119:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1120:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1121:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1122:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1123:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1124:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1125:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1126:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1127:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1128:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1129:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1130:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1131:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1132:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1133:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1134:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1135:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1136:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1137:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1138:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1139:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1140:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1141:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1142:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1159:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1167:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1170:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1171:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1172:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1173:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1174:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1177:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1178:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1179:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1180:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1181:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1182:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1183:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1184:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1185:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1186:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1187:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1188:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1189:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1190:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1191:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1192:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1193:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1194:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1195:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1196:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1197:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1198:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1199:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1200:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1202:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1204:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1205:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1206:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1207:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1208:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1225:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1226:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1227:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1228:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1229:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1230:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1231:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1232:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1233:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1234:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1235:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1236:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1237:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1238:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1239:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1240:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1241:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1242:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1243:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1244:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1245:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1246:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1247:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1248:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1249:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1250:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1251:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1252:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1253:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1254:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1255:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1256:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1257:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1258:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1259:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1260:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1261:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1262:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1263:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1264:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1265:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1266:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1267:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1268:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1269:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1270:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1271:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1272:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1273:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1274:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1275:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1276:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1277:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1278:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1279:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1280:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1281:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1282:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1283:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1284:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1285:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1286:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1287:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1288:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1289:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1290:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1291:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1292:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1293:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1294:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1295:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1296:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1297:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1298:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1299:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1300:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1301:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1302:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1303:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1304:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1321:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1329:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1332:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1333:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1334:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1335:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1336:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1339:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1340:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1341:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1342:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1343:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1344:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1345:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1346:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1347:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1348:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1349:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1350:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1351:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1352:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1353:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1354:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1355:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1356:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1357:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1358:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1359:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1360:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1361:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1362:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1364:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1366:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1367:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1368:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1369:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1370:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1371:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1372:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1373:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1374:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1375:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1376:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1377:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1378:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1379:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1380:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1381:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1382:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1383:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1384:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1385:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1386:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1387:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1388:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1389:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1390:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1391:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1392:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1393:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1394:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1395:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1396:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1397:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1398:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1399:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1400:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1401:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1402:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1403:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1404:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1405:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1406:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1407:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1408:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1409:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1410:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1411:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1412:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1413:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1414:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1415:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1416:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1417:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1418:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1419:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1420:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1421:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1422:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1423:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1424:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1425:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1426:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1427:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1428:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1429:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1430:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1431:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1432:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1433:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1434:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1435:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1436:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1437:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1438:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1439:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1440:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1441:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1442:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1443:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1444:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1445:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1446:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1447:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1448:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1449:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1450:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1451:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1452:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1453:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1454:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1455:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1456:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1457:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1458:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1459:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1460:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1461:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1462:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1463:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1464:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1465:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1466:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1483:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1491:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1494:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1495:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1496:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1497:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1498:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1501:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1502:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1503:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1504:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1505:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1506:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1507:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1508:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1509:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1510:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1511:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1512:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1513:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1514:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1515:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1516:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1517:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1518:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1519:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1520:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1521:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1522:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1523:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1524:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1526:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1528:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1529:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1530:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1531:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1532:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1581:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1589:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1592:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1594:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1595:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1596:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1628:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1645:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1653:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1656:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1657:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1658:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1659:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1660:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1663:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1664:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1665:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1666:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1667:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1668:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1669:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1670:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1671:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1672:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1673:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1674:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1675:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1676:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1677:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1678:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1679:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1680:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1681:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1682:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1683:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1684:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1685:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1686:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1688:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1690:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1691:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1692:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1693:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1694:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1695:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1696:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1697:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1698:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1699:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1700:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1701:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1702:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1703:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1704:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1705:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1706:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1707:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1708:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1709:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1710:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1790:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1807:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1815:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1818:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1819:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1820:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1821:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1822:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1825:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1826:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1827:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1828:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1829:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1830:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1831:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1832:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1833:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1834:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1835:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1836:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1837:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1838:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1839:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1840:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1841:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1842:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1843:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1844:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1845:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1846:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1847:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1848:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1850:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1852:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1853:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1854:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1855:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1856:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1857:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1858:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1859:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1860:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1861:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1862:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1863:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1864:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1865:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1866:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1867:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1868:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1869:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1870:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1871:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1872:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1873:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1874:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1875:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1876:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1877:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1878:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1879:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1880:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1881:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1882:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1883:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1884:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1885:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1886:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1887:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1888:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1889:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1890:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1891:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1892:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1893:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1894:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1895:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1896:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1897:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1898:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1899:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1900:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1901:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1902:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1903:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1904:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1905:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1906:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1907:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1908:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1909:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1910:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1911:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1912:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1913:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1914:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1915:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1916:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1917:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1918:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1919:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1920:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1921:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1922:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1923:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1924:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1925:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1926:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1927:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1928:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1929:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1930:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1931:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1932:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1933:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1934:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1935:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1936:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1937:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1938:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1939:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1940:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1941:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1942:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1943:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1944:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1945:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1946:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1947:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1948:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1949:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1950:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1951:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1952:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1969:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1977:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1980:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1981:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1982:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1983:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1984:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1987:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1988:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1989:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1990:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1991:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1992:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1993:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1994:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1995:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1996:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1997:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1998:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:1999:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2000:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2001:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2002:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2003:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2004:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2005:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2006:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2007:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2008:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2009:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2010:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2012:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2014:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2015:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2016:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2017:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2018:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2019:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2020:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2021:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2022:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2023:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2024:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2025:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2026:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2027:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2028:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2029:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2030:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2031:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2032:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2033:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2034:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2035:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2036:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2037:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2038:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2039:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2040:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2041:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2042:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2043:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2044:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2045:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2046:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2047:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2048:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2049:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2050:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2051:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2052:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2053:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2054:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2055:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2056:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2057:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2058:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2059:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2060:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2061:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2062:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2063:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2064:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2065:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2066:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2067:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2068:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2069:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2070:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2071:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2072:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2073:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2074:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2075:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2076:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2077:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2078:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2079:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2080:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2081:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2082:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2083:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2084:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2085:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2086:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2087:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2088:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2089:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2090:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2091:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2092:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2093:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2094:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2095:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2096:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2097:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2098:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2099:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2100:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2101:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2102:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2103:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2104:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2105:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2106:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2107:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2108:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2109:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2110:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2111:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2112:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2113:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2114:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2131:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2139:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2142:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2143:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2144:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2145:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2146:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2149:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2150:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2151:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2152:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2153:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2154:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2155:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2156:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2157:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2158:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2159:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2160:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2161:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2162:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2163:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2164:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2165:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2166:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2167:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2168:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2169:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2170:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2171:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2172:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2174:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2176:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2177:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2178:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2179:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2180:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2181:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2182:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2183:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2184:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2185:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2186:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2187:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2188:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2189:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2190:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2191:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2192:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2193:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2194:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2195:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2196:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2197:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2198:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2199:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2200:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2201:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2202:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2203:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2204:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2205:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2206:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2207:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2208:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2209:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2210:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2211:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2212:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2213:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2214:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2215:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2216:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2217:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2218:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2219:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2220:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2221:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2222:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2223:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2224:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2225:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2226:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2227:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2228:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2229:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2230:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2231:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2232:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2233:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2234:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2235:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2236:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2237:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2238:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2239:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2240:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2241:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2242:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2243:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2244:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2245:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2246:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2247:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2248:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2249:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2250:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2251:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2252:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2253:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2254:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2255:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2256:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2257:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2258:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2259:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2260:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2261:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2262:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2263:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2264:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2265:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2266:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2267:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2268:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2269:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2270:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2271:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2272:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2273:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2274:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2275:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2276:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2293:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2301:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2304:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2305:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2306:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2307:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/vtparse_table.c:2308:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] cli/src/xxhash.h:2858:54: style:inconclusive: Boolean expression 'len>=16' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] cli/src/xxhash.h:2303:14: warning: Either the condition 'secret!=NULL' is redundant or there is possible null pointer dereference: (const uint32_t*)ptr. [nullPointerRedundantCheck] cli/src/xxhash.h:6150:5: note: Assuming that condition 'secret!=NULL' is not redundant cli/src/xxhash.h:6162:48: note: Calling function 'XXH_readLE32', 1st argument 'secret' value is 0 cli/src/xxhash.h:2521:47: note: Calling function 'XXH_read32', 1st argument 'ptr' value is 0 cli/src/xxhash.h:2303:14: note: Null pointer dereference cli/src/xxhash.h:2836:12: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:2835:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:2836:12: note: Null pointer dereference cli/src/xxhash.h:2837:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:2835:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:2837:5: note: Null pointer dereference cli/src/xxhash.h:2838:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:2835:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:2838:5: note: Null pointer dereference cli/src/xxhash.h:2839:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:2835:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:2839:5: note: Null pointer dereference cli/src/xxhash.h:2840:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:2835:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:2840:5: note: Null pointer dereference cli/src/xxhash.h:3278:12: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:3277:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:3278:12: note: Null pointer dereference cli/src/xxhash.h:3279:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:3277:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:3279:5: note: Null pointer dereference cli/src/xxhash.h:3280:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:3277:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:3280:5: note: Null pointer dereference cli/src/xxhash.h:3281:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:3277:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:3281:5: note: Null pointer dereference cli/src/xxhash.h:3282:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:3277:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:3282:5: note: Null pointer dereference cli/src/xxhash.h:5861:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5861:5: note: Null pointer dereference cli/src/xxhash.h:5862:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5862:5: note: Null pointer dereference cli/src/xxhash.h:5863:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5863:5: note: Null pointer dereference cli/src/xxhash.h:5864:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5864:5: note: Null pointer dereference cli/src/xxhash.h:5865:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5865:5: note: Null pointer dereference cli/src/xxhash.h:5866:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5866:5: note: Null pointer dereference cli/src/xxhash.h:5867:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5867:5: note: Null pointer dereference cli/src/xxhash.h:5868:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5868:5: note: Null pointer dereference cli/src/xxhash.h:5869:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5869:5: note: Null pointer dereference cli/src/xxhash.h:5870:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5870:5: note: Null pointer dereference cli/src/xxhash.h:5871:5: warning: Either the condition 'statePtr!=NULL' is redundant or there is possible null pointer dereference: statePtr. [nullPointerRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5871:5: note: Null pointer dereference cli/src/xxhash.h:5995:46: warning: Either the condition 'state!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck] cli/src/xxhash.h:5993:5: note: Assuming that condition 'state!=NULL' is not redundant cli/src/xxhash.h:5995:46: note: Null pointer dereference cli/src/xxhash.h:5995:74: warning: Either the condition 'state!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck] cli/src/xxhash.h:5993:5: note: Assuming that condition 'state!=NULL' is not redundant cli/src/xxhash.h:5995:74: note: Null pointer dereference cli/src/xxhash.h:5995:96: warning: Either the condition 'state!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck] cli/src/xxhash.h:5993:5: note: Assuming that condition 'state!=NULL' is not redundant cli/src/xxhash.h:5995:96: note: Null pointer dereference cli/src/xxhash.h:6002:25: warning: Either the condition 'state!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck] cli/src/xxhash.h:5993:5: note: Assuming that condition 'state!=NULL' is not redundant cli/src/xxhash.h:6002:25: note: Null pointer dereference cli/src/xxhash.h:6006:9: warning: Either the condition 'state!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck] cli/src/xxhash.h:5993:5: note: Assuming that condition 'state!=NULL' is not redundant cli/src/xxhash.h:6006:9: note: Null pointer dereference cli/src/xxhash.h:6007:9: warning: Either the condition 'state!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck] cli/src/xxhash.h:5993:5: note: Assuming that condition 'state!=NULL' is not redundant cli/src/xxhash.h:6007:9: note: Null pointer dereference cli/src/xxhash.h:6749:12: warning: Either the condition 'secretBuffer!=NULL' is redundant or there is possible null pointer dereference: secretBuffer. [nullPointerRedundantCheck] cli/src/xxhash.h:6748:5: note: Assuming that condition 'secretBuffer!=NULL' is not redundant cli/src/xxhash.h:6749:12: note: Null pointer dereference cli/src/xxhash.h:4266:76: warning: Either the condition 'secret!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] cli/src/xxhash.h:4255:5: note: Assuming that condition 'secret!=NULL' is not redundant cli/src/xxhash.h:4266:76: note: Null pointer addition cli/src/xxhash.h:5860:28: warning: Either the condition 'statePtr!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] cli/src/xxhash.h:5858:5: note: Assuming that condition 'statePtr!=NULL' is not redundant cli/src/xxhash.h:5860:28: note: Null pointer addition cli/src/xxhash.h:6162:77: warning: Either the condition 'secret!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] cli/src/xxhash.h:6150:5: note: Assuming that condition 'secret!=NULL' is not redundant cli/src/xxhash.h:6162:77: note: Null pointer addition cli/src/xxhash.h:6163:54: warning: Either the condition 'secret!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] cli/src/xxhash.h:6150:5: note: Assuming that condition 'secret!=NULL' is not redundant cli/src/xxhash.h:6163:54: note: Null pointer addition cli/src/xxhash.h:6163:79: warning: Either the condition 'secret!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] cli/src/xxhash.h:6150:5: note: Assuming that condition 'secret!=NULL' is not redundant cli/src/xxhash.h:6163:79: note: Null pointer addition cli/src/xxhash.h:4186:23: error: Shifting by a negative value is undefined behaviour [shiftNegative] cli/src/xxhash.h:2792:62: style:inconclusive: Function 'XXH_INLINE_XXH32' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] cli/src/xxhash.h:575:72: note: Function 'XXH_INLINE_XXH32' argument 2 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:2792:62: note: Function 'XXH_INLINE_XXH32' argument 2 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:2827:52: style:inconclusive: Function 'XXH_INLINE_XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. [funcArgNamesDifferent] cli/src/xxhash.h:634:52: note: Function 'XXH_INLINE_XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. cli/src/xxhash.h:2827:52: note: Function 'XXH_INLINE_XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. cli/src/xxhash.h:2827:83: style:inconclusive: Function 'XXH_INLINE_XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. [funcArgNamesDifferent] cli/src/xxhash.h:634:84: note: Function 'XXH_INLINE_XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. cli/src/xxhash.h:2827:83: note: Function 'XXH_INLINE_XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. cli/src/xxhash.h:2847:29: style:inconclusive: Function 'XXH_INLINE_XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] cli/src/xxhash.h:669:59: note: Function 'XXH_INLINE_XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:2847:29: note: Function 'XXH_INLINE_XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:2847:62: style:inconclusive: Function 'XXH_INLINE_XXH32_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] cli/src/xxhash.h:669:95: note: Function 'XXH_INLINE_XXH32_update' argument 3 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:2847:62: note: Function 'XXH_INLINE_XXH32_update' argument 3 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:2901:63: style:inconclusive: Function 'XXH_INLINE_XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] cli/src/xxhash.h:685:74: note: Function 'XXH_INLINE_XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:2901:63: note: Function 'XXH_INLINE_XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:3235:75: style:inconclusive: Function 'XXH_INLINE_XXH64' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] cli/src/xxhash.h:874:84: note: Function 'XXH_INLINE_XXH64' argument 2 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:3235:75: note: Function 'XXH_INLINE_XXH64' argument 2 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:3269:65: style:inconclusive: Function 'XXH_INLINE_XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. [funcArgNamesDifferent] cli/src/xxhash.h:910:65: note: Function 'XXH_INLINE_XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. cli/src/xxhash.h:3269:65: note: Function 'XXH_INLINE_XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. cli/src/xxhash.h:3269:96: style:inconclusive: Function 'XXH_INLINE_XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. [funcArgNamesDifferent] cli/src/xxhash.h:910:97: note: Function 'XXH_INLINE_XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. cli/src/xxhash.h:3269:96: note: Function 'XXH_INLINE_XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. cli/src/xxhash.h:3288:43: style:inconclusive: Function 'XXH_INLINE_XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] cli/src/xxhash.h:945:72: note: Function 'XXH_INLINE_XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:3288:43: note: Function 'XXH_INLINE_XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:3288:89: style:inconclusive: Function 'XXH_INLINE_XXH64_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] cli/src/xxhash.h:945:121: note: Function 'XXH_INLINE_XXH64_update' argument 3 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:3288:89: note: Function 'XXH_INLINE_XXH64_update' argument 3 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:3339:76: style:inconclusive: Function 'XXH_INLINE_XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] cli/src/xxhash.h:961:87: note: Function 'XXH_INLINE_XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:3339:76: note: Function 'XXH_INLINE_XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:5726:49: style:inconclusive: Function 'XXH_INLINE_XXH3_64bits_withSecret' argument 1 names different: declaration 'data' definition 'input'. [funcArgNamesDifferent] cli/src/xxhash.h:1113:87: note: Function 'XXH_INLINE_XXH3_64bits_withSecret' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:5726:49: note: Function 'XXH_INLINE_XXH3_64bits_withSecret' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:5726:63: style:inconclusive: Function 'XXH_INLINE_XXH3_64bits_withSecret' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent] cli/src/xxhash.h:1113:100: note: Function 'XXH_INLINE_XXH3_64bits_withSecret' argument 2 names different: declaration 'len' definition 'length'. cli/src/xxhash.h:5726:63: note: Function 'XXH_INLINE_XXH3_64bits_withSecret' argument 2 names different: declaration 'len' definition 'length'. cli/src/xxhash.h:5739:56: style:inconclusive: Function 'XXH_INLINE_XXH3_64bits_withSecretandSeed' argument 1 names different: declaration 'data' definition 'input'. [funcArgNamesDifferent] cli/src/xxhash.h:1717:56: note: Function 'XXH_INLINE_XXH3_64bits_withSecretandSeed' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:5739:56: note: Function 'XXH_INLINE_XXH3_64bits_withSecretandSeed' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:5739:70: style:inconclusive: Function 'XXH_INLINE_XXH3_64bits_withSecretandSeed' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent] cli/src/xxhash.h:1717:69: note: Function 'XXH_INLINE_XXH3_64bits_withSecretandSeed' argument 2 names different: declaration 'len' definition 'length'. cli/src/xxhash.h:5739:70: note: Function 'XXH_INLINE_XXH3_64bits_withSecretandSeed' argument 2 names different: declaration 'len' definition 'length'. cli/src/xxhash.h:6063:47: style:inconclusive: Function 'XXH_INLINE_XXH3_64bits_update' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] cli/src/xxhash.h:1206:77: note: Function 'XXH_INLINE_XXH3_64bits_update' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:6063:47: note: Function 'XXH_INLINE_XXH3_64bits_update' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:6063:93: style:inconclusive: Function 'XXH_INLINE_XXH3_64bits_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] cli/src/xxhash.h:1206:126: note: Function 'XXH_INLINE_XXH3_64bits_update' argument 3 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:6063:93: note: Function 'XXH_INLINE_XXH3_64bits_update' argument 3 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:6108:82: style:inconclusive: Function 'XXH_INLINE_XXH3_64bits_digest' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] cli/src/xxhash.h:1222:93: note: Function 'XXH_INLINE_XXH3_64bits_digest' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:6108:82: note: Function 'XXH_INLINE_XXH3_64bits_digest' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:6521:68: style:inconclusive: Function 'XXH_INLINE_XXH3_128bits' argument 1 names different: declaration 'data' definition 'input'. [funcArgNamesDifferent] cli/src/xxhash.h:1261:78: note: Function 'XXH_INLINE_XXH3_128bits' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:6521:68: note: Function 'XXH_INLINE_XXH3_128bits' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:6530:50: style:inconclusive: Function 'XXH_INLINE_XXH3_128bits_withSecret' argument 1 names different: declaration 'data' definition 'input'. [funcArgNamesDifferent] cli/src/xxhash.h:1265:89: note: Function 'XXH_INLINE_XXH3_128bits_withSecret' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:6530:50: note: Function 'XXH_INLINE_XXH3_128bits_withSecret' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:6539:48: style:inconclusive: Function 'XXH_INLINE_XXH3_128bits_withSeed' argument 1 names different: declaration 'data' definition 'input'. [funcArgNamesDifferent] cli/src/xxhash.h:1263:87: note: Function 'XXH_INLINE_XXH3_128bits_withSeed' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:6539:48: note: Function 'XXH_INLINE_XXH3_128bits_withSeed' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:6548:71: style:inconclusive: Function 'XXH_INLINE_XXH3_128bits_withSecretandSeed' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] cli/src/xxhash.h:1722:71: note: Function 'XXH_INLINE_XXH3_128bits_withSecretandSeed' argument 2 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:6548:71: note: Function 'XXH_INLINE_XXH3_128bits_withSecretandSeed' argument 2 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:6548:141: style:inconclusive: Function 'XXH_INLINE_XXH3_128bits_withSecretandSeed' argument 5 names different: declaration 'seed64' definition 'seed'. [funcArgNamesDifferent] cli/src/xxhash.h:1724:45: note: Function 'XXH_INLINE_XXH3_128bits_withSecretandSeed' argument 5 names different: declaration 'seed64' definition 'seed'. cli/src/xxhash.h:6548:141: note: Function 'XXH_INLINE_XXH3_128bits_withSecretandSeed' argument 5 names different: declaration 'seed64' definition 'seed'. cli/src/xxhash.h:6557:33: style:inconclusive: Function 'XXH_INLINE_XXH128' argument 1 names different: declaration 'data' definition 'input'. [funcArgNamesDifferent] cli/src/xxhash.h:1592:72: note: Function 'XXH_INLINE_XXH128' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:6557:33: note: Function 'XXH_INLINE_XXH128' argument 1 names different: declaration 'data' definition 'input'. cli/src/xxhash.h:6593:140: style:inconclusive: Function 'XXH_INLINE_XXH3_128bits_reset_withSecretandSeed' argument 4 names different: declaration 'seed64' definition 'seed'. [funcArgNamesDifferent] cli/src/xxhash.h:1735:51: note: Function 'XXH_INLINE_XXH3_128bits_reset_withSecretandSeed' argument 4 names different: declaration 'seed64' definition 'seed'. cli/src/xxhash.h:6593:140: note: Function 'XXH_INLINE_XXH3_128bits_reset_withSecretandSeed' argument 4 names different: declaration 'seed64' definition 'seed'. cli/src/xxhash.h:6600:48: style:inconclusive: Function 'XXH_INLINE_XXH3_128bits_update' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] cli/src/xxhash.h:1334:78: note: Function 'XXH_INLINE_XXH3_128bits_update' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:6600:48: note: Function 'XXH_INLINE_XXH3_128bits_update' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:6600:94: style:inconclusive: Function 'XXH_INLINE_XXH3_128bits_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] cli/src/xxhash.h:1334:127: note: Function 'XXH_INLINE_XXH3_128bits_update' argument 3 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:6600:94: note: Function 'XXH_INLINE_XXH3_128bits_update' argument 3 names different: declaration 'length' definition 'len'. cli/src/xxhash.h:6606:84: style:inconclusive: Function 'XXH_INLINE_XXH3_128bits_digest' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] cli/src/xxhash.h:1350:94: note: Function 'XXH_INLINE_XXH3_128bits_digest' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:6606:84: note: Function 'XXH_INLINE_XXH3_128bits_digest' argument 1 names different: declaration 'statePtr' definition 'state'. cli/src/xxhash.h:4186:23: warning: Shifting 64-bit value by 64 bits is undefined behaviour. See condition at line 4185. [shiftTooManyBits] cli/src/xxhash.h:4185:5: note: Assuming that condition 'shift<64' is not redundant cli/src/xxhash.h:4186:23: note: Shift cli/src/xxhash.h:4186:26: warning: Expression 'shift' can have a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversionCond] cli/src/xxhash.h:4185:5: note: Assuming that condition '0<=shift' is not redundant cli/src/xxhash.h:4186:26: note: Negative value is converted to an unsigned value cli/src/xxhash2.c:18:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] cli/src/xxhash2.c:35:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] cli/src/xxhash2.c:53:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIx64 [valueFlowBailoutIncompleteVar] cli/src/xxhash2.c:62:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIx64 [valueFlowBailoutIncompleteVar] cli/src/xxhash2.c:76:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] cli/src/xxhash2.c:128:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] cli/tests/testthat/progress-1.c:9:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLI_SHOULD_TICK [valueFlowBailoutIncompleteVar] cli/tests/testthat/progress-1.c:22:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] cli/tests/testthat/progress-1.c:50:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] cli/tests/testthat/progress-2.c:6:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLI_SHOULD_TICK [valueFlowBailoutIncompleteVar] cli/tests/testthat/progresstest/src/cleancall.h:17:0: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] cli/tests/testthat/progresstest/src/cleancall.h:17:2: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] cli/tests/testthat/progresstestcpp/src/cpp11.cpp:10:3: error: There is an unknown macro here somewhere. Configuration is required. If BEGIN_CPP11 is a macro then please configure it. [unknownMacro] cli/tests/testthat/progresstestcpp/src/testcpp.cpp:22:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLI_SHOULD_TICK [valueFlowBailoutIncompleteVar] cli/tests/testthat/progresstestcpp/src/testcpp.cpp:38:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLI_SHOULD_TICK [valueFlowBailoutIncompleteVar] diff: 2.18.0 cli/src/ansi.c:1015:26: style:inconclusive: Function 'clic_ansi_html' argument 1 names different: declaration 'x' definition 'sx'. [funcArgNamesDifferent] cli/src/cli.h:36:26: note: Function 'clic_ansi_html' argument 1 names different: declaration 'x' definition 'sx'. cli/src/ansi.c:1015:26: note: Function 'clic_ansi_html' argument 1 names different: declaration 'x' definition 'sx'. 2.18.0 cli/src/ansi.c:1094:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NA_STRING [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/ansi.c:1104:29: style:inconclusive: Function 'clic_ansi_has_any' argument 1 names different: declaration 'x' definition 'sx'. [funcArgNamesDifferent] cli/src/cli.h:37:29: note: Function 'clic_ansi_has_any' argument 1 names different: declaration 'x' definition 'sx'. cli/src/ansi.c:1104:29: note: Function 'clic_ansi_has_any' argument 1 names different: declaration 'x' definition 'sx'. 2.18.0 cli/src/ansi.c:112:9: style: Variable 'ev' can be declared as pointer to const [constVariablePointer] 2.18.0 cli/src/ansi.c:1208:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CE_UTF8 [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/ansi.c:1222:27: style:inconclusive: Function 'clic_ansi_strip' argument 1 names different: declaration 'x' definition 'sx'. [funcArgNamesDifferent] cli/src/cli.h:38:27: note: Function 'clic_ansi_strip' argument 1 names different: declaration 'x' definition 'sx'. cli/src/ansi.c:1222:27: note: Function 'clic_ansi_strip' argument 1 names different: declaration 'x' definition 'sx'. 2.18.0 cli/src/ansi.c:1259:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NA_STRING [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/ansi.c:1350:27: style:inconclusive: Function 'clic_ansi_nchar' argument 1 names different: declaration 'x' definition 'sx'. [funcArgNamesDifferent] cli/src/cli.h:39:27: note: Function 'clic_ansi_nchar' argument 1 names different: declaration 'x' definition 'sx'. cli/src/ansi.c:1350:27: note: Function 'clic_ansi_nchar' argument 1 names different: declaration 'x' definition 'sx'. 2.18.0 cli/src/ansi.c:207:9: style: Variable 'startptr' can be declared as pointer to const [constVariablePointer] 2.18.0 cli/src/ansi.c:47:57: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] 2.18.0 cli/src/ansi.c:489:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NA_STRING [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/ansi.c:51:59: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] 2.18.0 cli/src/ansi.c:628:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CE_UTF8 [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/ansi.c:637:30: style:inconclusive: Function 'clic_ansi_simplify' argument 1 names different: declaration 'x' definition 'sx'. [funcArgNamesDifferent] cli/src/cli.h:34:30: note: Function 'clic_ansi_simplify' argument 1 names different: declaration 'x' definition 'sx'. cli/src/ansi.c:637:30: note: Function 'clic_ansi_simplify' argument 1 names different: declaration 'x' definition 'sx'. 2.18.0 cli/src/ansi.c:658:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_ClassSymbol [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/ansi.c:692:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NA_STRING [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/ansi.c:768:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NA_STRING [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/ansi.c:786:28: style:inconclusive: Function 'clic_ansi_substr' argument 1 names different: declaration 'x' definition 'sx'. [funcArgNamesDifferent] cli/src/cli.h:35:28: note: Function 'clic_ansi_substr' argument 1 names different: declaration 'x' definition 'sx'. cli/src/ansi.c:786:28: note: Function 'clic_ansi_substr' argument 1 names different: declaration 'x' definition 'sx'. 2.18.0 cli/src/ansi.c:808:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_ClassSymbol [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/ansi.c:831:15: style: struct member 'html_data::str' is never used. [unusedStructMember] 2.18.0 cli/src/ansi.c:86:9: style: Variable 'old' can be declared as pointer to const [constVariablePointer] 2.18.0 cli/src/ansi.c:90:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/ansi.c:950:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NA_STRING [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/ansi.c:96:23: warning: Either the condition '!buf->buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] cli/src/ansi.c:94:9: note: Assuming that condition '!buf->buf' is not redundant cli/src/ansi.c:96:23: note: Null pointer addition 2.18.0 cli/src/ansi.c:997:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NA_STRING [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/cleancall.c:104:11: style: Local variable 'data' shadows outer argument [shadowArgument] cli/src/cleancall.c:89:30: note: Shadowed declaration cli/src/cleancall.c:104:11: note: Shadow variable 2.18.0 cli/src/cleancall.c:127:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/cleancall.c:39:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_BaseEnv [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/cleancall.c:70:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LGLSXP [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/cleancall.c:99:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] head cli/src/cleancall.h:13:0: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] head cli/src/cleancall.h:13:2: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] head cli/src/cli.h:11:0: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] head cli/src/cli.h:11:2: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] 2.18.0 cli/src/diff.c:115:23: style: Variable 'e' can be declared as pointer to const [constVariablePointer] 2.18.0 cli/src/diff.c:242:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/diff.c:365:19: style: Condition '(e=ses)==NULL' is always false [knownConditionTrueFalse] 2.18.0 cli/src/diff.c:75:25: style:inconclusive: Function 'clic_diff_chr' argument 1 names different: declaration 'a' definition 'old'. [funcArgNamesDifferent] cli/src/cli.h:15:25: note: Function 'clic_diff_chr' argument 1 names different: declaration 'a' definition 'old'. cli/src/diff.c:75:25: note: Function 'clic_diff_chr' argument 1 names different: declaration 'a' definition 'old'. 2.18.0 cli/src/diff.c:75:35: style:inconclusive: Function 'clic_diff_chr' argument 2 names different: declaration 'b' definition 'new'. [funcArgNamesDifferent] cli/src/cli.h:15:33: note: Function 'clic_diff_chr' argument 2 names different: declaration 'b' definition 'new'. cli/src/diff.c:75:35: note: Function 'clic_diff_chr' argument 2 names different: declaration 'b' definition 'new'. 2.18.0 cli/src/diff.c:96:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/init.c:110:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/init.c:16:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/init.c:33:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/progress-altrep.c:100:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/progress-altrep.c:155:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_PosInf [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/progress-altrep.c:160:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SORTED_INCR [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/progress-altrep.c:216:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTSXP [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/progress.c:101:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_UnboundValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/progress.c:141:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/progress.c:224:52: style:inconclusive: Function 'cli_progress_set_status' argument 2 names different: declaration 'name' definition 'status'. [funcArgNamesDifferent] cli/src/cli.h:59:52: note: Function 'cli_progress_set_status' argument 2 names different: declaration 'name' definition 'status'. cli/src/progress.c:224:52: note: Function 'cli_progress_set_status' argument 2 names different: declaration 'name' definition 'status'. 2.18.0 cli/src/progress.c:234:50: style:inconclusive: Function 'cli_progress_set_type' argument 2 names different: declaration 'name' definition 'type'. [funcArgNamesDifferent] cli/src/cli.h:60:50: note: Function 'cli_progress_set_type' argument 2 names different: declaration 'name' definition 'type'. cli/src/progress.c:234:50: note: Function 'cli_progress_set_type' argument 2 names different: declaration 'name' definition 'type'. 2.18.0 cli/src/progress.c:244:52: style:inconclusive: Function 'cli_progress_set_format' argument 2 names different: declaration 'name' definition 'format'. [funcArgNamesDifferent] cli/src/cli.h:57:52: note: Function 'cli_progress_set_format' argument 2 names different: declaration 'name' definition 'format'. cli/src/progress.c:244:52: note: Function 'cli_progress_set_format' argument 2 names different: declaration 'name' definition 'format'. 2.18.0 cli/src/progress.c:335:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_UnboundValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/progress.c:74:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENVSXP [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/progress.c:86:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCK_MONOTONIC [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/progress.c:93:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCK_MONOTONIC [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/thread.c:123:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/thread.c:147:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/thread.c:159:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/thread.c:165:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/thread.c:171:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/thread.c:27:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_SETMASK [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/thread.c:74:29: style:inconclusive: Function 'clic_start_thread' argument 1 names different: declaration 'pkgenv' definition 'pkg'. [funcArgNamesDifferent] cli/src/cli.h:75:29: note: Function 'clic_start_thread' argument 1 names different: declaration 'pkgenv' definition 'pkg'. cli/src/thread.c:74:29: note: Function 'clic_start_thread' argument 1 names different: declaration 'pkgenv' definition 'pkg'. 2.18.0 cli/src/thread.c:74:39: style:inconclusive: Function 'clic_start_thread' argument 2 names different: declaration 'tick' definition 'ticktime'. [funcArgNamesDifferent] cli/src/cli.h:75:42: note: Function 'clic_start_thread' argument 2 names different: declaration 'tick' definition 'ticktime'. cli/src/thread.c:74:39: note: Function 'clic_start_thread' argument 2 names different: declaration 'tick' definition 'ticktime'. 2.18.0 cli/src/thread.c:74:54: style:inconclusive: Function 'clic_start_thread' argument 3 names different: declaration 'speed' definition 'speedtime'. [funcArgNamesDifferent] cli/src/cli.h:75:53: note: Function 'clic_start_thread' argument 3 names different: declaration 'speed' definition 'speedtime'. cli/src/thread.c:74:54: note: Function 'clic_start_thread' argument 3 names different: declaration 'speed' definition 'speedtime'. 2.18.0 cli/src/thread.c:81:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/tty.c:16:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTSXP [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/utf8.c:171:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/utf8.c:321:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTSXP [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/utf8.c:332:11: style: Local variable 'len' shadows outer variable [shadowVariable] cli/src/utf8.c:320:15: note: Shadowed declaration cli/src/utf8.c:332:11: note: Shadow variable 2.18.0 cli/src/utf8.c:348:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTSXP [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/utf8.c:34:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/utf8.c:358:11: style: Local variable 'len' shadows outer variable [shadowVariable] cli/src/utf8.c:347:15: note: Shadowed declaration cli/src/utf8.c:358:11: note: Shadow variable 2.18.0 cli/src/utf8.c:373:28: style:inconclusive: Function 'clic_utf8_substr' argument 1 names different: declaration 'sx' definition 'x'. [funcArgNamesDifferent] cli/src/cli.h:43:28: note: Function 'clic_utf8_substr' argument 1 names different: declaration 'sx' definition 'x'. cli/src/utf8.c:373:28: note: Function 'clic_utf8_substr' argument 1 names different: declaration 'sx' definition 'x'. 2.18.0 cli/src/utf8.c:373:36: style:inconclusive: Function 'clic_utf8_substr' argument 2 names different: declaration 'start' definition 'sstart'. [funcArgNamesDifferent] cli/src/cli.h:43:37: note: Function 'clic_utf8_substr' argument 2 names different: declaration 'start' definition 'sstart'. cli/src/utf8.c:373:36: note: Function 'clic_utf8_substr' argument 2 names different: declaration 'start' definition 'sstart'. 2.18.0 cli/src/utf8.c:373:49: style:inconclusive: Function 'clic_utf8_substr' argument 3 names different: declaration 'stop' definition 'sstop'. [funcArgNamesDifferent] cli/src/cli.h:43:49: note: Function 'clic_utf8_substr' argument 3 names different: declaration 'stop' definition 'sstop'. cli/src/utf8.c:373:49: note: Function 'clic_utf8_substr' argument 3 names different: declaration 'stop' definition 'sstop'. 2.18.0 cli/src/utf8.c:375:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRSXP [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/utf8.c:413:31: style:inconclusive: Function 'clic_utf8_graphemes' argument 1 names different: declaration 'sx' definition 'x'. [funcArgNamesDifferent] cli/src/cli.h:44:31: note: Function 'clic_utf8_graphemes' argument 1 names different: declaration 'sx' definition 'x'. cli/src/utf8.c:413:31: note: Function 'clic_utf8_graphemes' argument 1 names different: declaration 'sx' definition 'x'. 2.18.0 cli/src/utf8.c:415:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VECSXP [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/win-utf8.c:21:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/src/win-utf8.c:36:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] head cli/src/xxhash.h:2303:14: warning: Either the condition 'secret!=NULL' is redundant or there is possible null pointer dereference: (const uint32_t*)ptr. [nullPointerRedundantCheck] cli/src/xxhash.h:6150:5: note: Assuming that condition 'secret!=NULL' is not redundant cli/src/xxhash.h:6162:48: note: Calling function 'XXH_readLE32', 1st argument 'secret' value is 0 cli/src/xxhash.h:2521:47: note: Calling function 'XXH_read32', 1st argument 'ptr' value is 0 cli/src/xxhash.h:2303:14: note: Null pointer dereference head cli/src/xxhash.h:5995:74: warning: Either the condition 'state!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck] cli/src/xxhash.h:5993:5: note: Assuming that condition 'state!=NULL' is not redundant cli/src/xxhash.h:5995:74: note: Null pointer dereference head cli/src/xxhash.h:5995:96: warning: Either the condition 'state!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck] cli/src/xxhash.h:5993:5: note: Assuming that condition 'state!=NULL' is not redundant cli/src/xxhash.h:5995:96: note: Null pointer dereference head cli/src/xxhash.h:6002:25: warning: Either the condition 'state!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck] cli/src/xxhash.h:5993:5: note: Assuming that condition 'state!=NULL' is not redundant cli/src/xxhash.h:6002:25: note: Null pointer dereference head cli/src/xxhash.h:6006:9: warning: Either the condition 'state!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck] cli/src/xxhash.h:5993:5: note: Assuming that condition 'state!=NULL' is not redundant cli/src/xxhash.h:6006:9: note: Null pointer dereference head cli/src/xxhash.h:6007:9: warning: Either the condition 'state!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck] cli/src/xxhash.h:5993:5: note: Assuming that condition 'state!=NULL' is not redundant cli/src/xxhash.h:6007:9: note: Null pointer dereference 2.18.0 cli/tests/testthat/progresstest/src/cleancall.c:104:11: style: Local variable 'data' shadows outer argument [shadowArgument] cli/tests/testthat/progresstest/src/cleancall.c:89:30: note: Shadowed declaration cli/tests/testthat/progresstest/src/cleancall.c:104:11: note: Shadow variable 2.18.0 cli/tests/testthat/progresstest/src/cleancall.c:127:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/tests/testthat/progresstest/src/cleancall.c:39:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_BaseEnv [valueFlowBailoutIncompleteVar] 2.18.0 cli/tests/testthat/progresstest/src/cleancall.c:70:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LGLSXP [valueFlowBailoutIncompleteVar] 2.18.0 cli/tests/testthat/progresstest/src/cleancall.c:99:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] head cli/tests/testthat/progresstest/src/cleancall.h:17:0: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] head cli/tests/testthat/progresstest/src/cleancall.h:17:2: error: failed to evaluate #if condition, undefined function-like macro invocation: R_Version( ... ) [preprocessorErrorDirective] 2.18.0 cli/tests/testthat/progresstest/src/test.c:102:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 2.18.0 cli/tests/testthat/progresstest/src/test.c:21:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] 2.18.0 cli/tests/testthat/progresstest/src/test.c:32:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLI_SHOULD_TICK [valueFlowBailoutIncompleteVar] 2.18.0 cli/tests/testthat/progresstest/src/test.c:50:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLI_SHOULD_TICK [valueFlowBailoutIncompleteVar] 2.18.0 cli/tests/testthat/progresstest/src/test.c:64:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLI_SHOULD_TICK [valueFlowBailoutIncompleteVar] 2.18.0 cli/tests/testthat/progresstest/src/test.c:80:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLI_SHOULD_TICK [valueFlowBailoutIncompleteVar] DONE