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

Function if

test/cfg/gtk.c:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29 // if G_UNLIKELY is not defined this results in a syntax error
30 if G_UNLIKELY(argInt == 1) {} else if (G_UNLIKELY(argInt == 2)) {}
31
32 if G_LIKELY(argInt == 0) {} else if (G_LIKELY(argInt == -1)) {}
33

Callers 1

parseEnabledMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected