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

Method isPossible

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

Source from the content-addressed store, hash-verified

862 return self.valueKind and self.valueKind == 'known'
863
864 def isPossible(self):
865 return self.valueKind and self.valueKind == 'possible'
866
867 def isImpossible(self):
868 return self.valueKind and self.valueKind == 'impossible'

Callers 15

fromValuesMethod · 0.80
setValueKindFunction · 0.80
changePossibleToKnownFunction · 0.80
valueFlowLibraryFunctionFunction · 0.80
isOutOfBoundsImplFunction · 0.80
printValueFlowMethod · 0.80
outOfBoundsErrorMethod · 0.80
getOOBIterValueFunction · 0.80
isNotPossibleMethod · 0.80
valueFlowFwdAnalysisMethod · 0.80

Calls

no outgoing calls

Tested by 8

isNotPossibleMethod · 0.64
valueFlowFwdAnalysisMethod · 0.64
valueFlowForLoopMethod · 0.64
knownValueMethod · 0.64
valueFlowUninitMethod · 0.64