MCPcopy Create free account
hub / github.com/TinyCC/tinycc / condition_3way

Function condition_3way

tccgen.c:6553–6564  ·  view source on GitHub ↗

Assuming vtop is a value used in a conditional context (i.e. compared with zero) return 0 if it's false, 1 if true and -1 if it can't be statically determined. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

expr_landorFunction · 0.85
expr_condFunction · 0.85

Calls 3

vdupFunction · 0.85
gen_cast_sFunction · 0.85
vpopFunction · 0.70

Tested by

no test coverage detected