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

Method isImpossible

addons/cppcheckdata.py:867–868  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

865 return self.valueKind and self.valueKind == 'possible'
866
867 def isImpossible(self):
868 return self.valueKind and self.valueKind == 'impossible'
869
870 def isInconclusive(self):
871 return self.valueKind and self.valueKind == 'inconclusive'

Callers 15

toStringMethod · 0.95
objectIndexMethod · 0.80
fromValuesMethod · 0.80
inferNotEqualFunction · 0.80
checkSignConversionMethod · 0.80
setTokenValueCastFunction · 0.80
isComputableValueFunction · 0.80
isCompatibleValuesFunction · 0.80
setTokenValueFunction · 0.80
removeImpossibleFunction · 0.80

Calls

no outgoing calls

Tested by 6

isNotImpossibleMethod · 0.64
testValueOfX_Method · 0.64
valueFlowForLoopMethod · 0.64