MCPcopy Create free account
hub / github.com/Tencent/TscanCode / clarifyCondition

Method clarifyCondition

trunk/lib/checkcondition.cpp:1011–1086  ·  view source on GitHub ↗

--------------------------------------------------------------------------- Clarify condition '(x = a < 0)' into '((x = a) < 0)' or '(x = (a < 0))' Clarify condition '(a & b == c)' into '((a & b) == c)' or '(a & (b == c))' ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

runChecksFunction · 0.80

Calls 5

isEnabledMethod · 0.80
isCMethod · 0.80
sizeMethod · 0.80
tokAtMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected