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

Method update

lib/analyzer.h:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 Terminate terminate;
143
144 void update(Result rhs) {
145 if (terminate == Terminate::None)
146 terminate = rhs.terminate;
147 action |= rhs.action;
148 }
149 };
150
151 enum class Direction : std::uint8_t { Forward, Reverse };

Callers 8

valueFlowForwardFunction · 0.45
updateFunction · 0.45
operator()Method · 0.45
updateLineNumberAreaMethod · 0.45
isKeywordFunction · 0.45
analyse_ctu_infoMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected