MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isInconclusive

Method isInconclusive

lib/forwardanalyzer.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 return action.isModified() && !isConclusiveEscape();
85 }
86 bool isInconclusive() const {
87 return action.isInconclusive() && !isConclusiveEscape();
88 }
89 bool isDead() const {
90 return action.isModified() || action.isInconclusive() || isEscape();
91 }

Callers 15

isEnabledMethod · 0.45
nullPointerErrorMethod · 0.45
arithmeticMethod · 0.45
arrayIndexErrorMethod · 0.45
negativeIndexErrorMethod · 0.45
setValueKindFunction · 0.45
integerOverflowErrorMethod · 0.45
signConversionErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected